Koki Wataoka

Koki Wataoka

2025: Key Developments in AI Safety

2025-12-31

As the leader of the Responsible AI team at SB Intuitions this past year, I had the opportunity to be broadly involved in AI safety research and development. Here, I'd like to summarize the "developments of 2025" as I experienced them.

Safety measures have become more complex

In the past, Safety Alignment relied heavily on SFT and RLHF using human-annotated data, much like general capability improvement. Today, however, this paradigm has completely shifted.

In particular, following the trend of RLVF (Reinforcement Learning from Verifiable Feedback) [Tulu 3, DeepSeek-R1], the use of synthetic data in post-training has become dominant, and the overall volume of data has exploded. For safety measures too, the era where simply preparing SFT data and preference data by hand was enough has come to an end.

However, safety issues are not a uniformly verifiable domain like math or puzzles. As a result, approaches like Collective Alignment, which verify how faithfully a model is aligned to systematically written natural-language safety rules such as the OpenAI Model Spec, have been accelerating.

Also, as LLMs' information processing capability and accuracy have improved, the risks of concern have qualitatively changed. Beyond simply preventing inappropriate remarks, the risk of misuse for serious criminal acts has become the biggest concern. According to the GPT-5 system card, more than 5,000 hours of red-teaming were conducted by over 400 experts, with enormous resources devoted to countering the misuse risks that come with advanced reasoning capability. At the same time, automated red-teaming methods such as AutoDAN-Turbo continue to develop.

2025 was also the year AI began to genuinely hold execution privileges to operate browsers and tools. Along with this, the first zero-click attack in which confidential information could be leaked without any user intervention, EchoLeak, was reported, and defenders have increasingly been required to adopt more practical security measures.

Under these circumstances, ensuring safety is no longer merely a technical machine learning challenge. As with Google DeepMind's Frontier Safety Framework, we have entered a phase where solving these problems requires an organization-wide effort, including incident response readiness and governance.

Guardrail models have made a dramatic leap forward

2025 was the year in which guardrail models protecting the main LLM evolved from simple auxiliary filters into advanced reasoning models in their own right, backed by massive compute and data investments.

Until now, the challenge for guardrail models was their inability to detect new attack methods not included in the training data, or harmfulness hidden in complex context (a lack of generalization). In 2025, however, this wall was broken through via the strategic use of synthetic data.

Constitutional Classifier
Based on a code of conduct, the AI itself generates and learns from a diverse range of attack scenarios and the reasoning behind judgments on them, achieving adaptation to complex tasks that would be impossible to cover manually.
BingoGuard
Generates labeled data indicating which risk the model is violating and to what degree of severity, improving both detection accuracy and explainability.
DynaGuard
Established a training framework that automatically generates training data from arbitrary policies, enabling flexible judgment.

Beyond research-level progress, a series of powerful, commercially deployable models were released one after another, advancing the democratization of safety measures.

Model Features and URL
LlamaGuard 4 The Llama Guard series continuously released by Meta, now also supporting images. https://www.llama.com/docs/model-cards-and-prompt-formats/llama-guard-4
gpt-oss-safeguard OpenAI's open-source release of its Moderation API know-how, making it possible to achieve the same standard as the commercial API in a local environment. https://openai.com/index/introducing-gpt-oss-safeguard/
Qwen3Guard A powerful guardrail model that boasts extremely high detection performance, especially for harmful expressions specific to East Asian languages and cultures. https://github.com/QwenLM/Qwen3Guard

Research shedding light on LLM behavior

To improve safety, it's not enough to simply implement countermeasures — understanding the fundamental mechanisms of what happens inside the model is essential. In 2025, important insights were revealed about several such behaviors.

Why hallucinations happen
Why Language Models Hallucinate (OpenAI)
Hallucination — where a model tells plausible-sounding lies — has long been one of the biggest challenges for LLMs. This analysis suggests that it stems not simply from a lack of data, but from insufficient calibration of uncertainty during the training process. For example, it points out that when asked an unknown person's birthday, the model has a 1/365 chance of being rewarded for guessing correctly, making "guessing confidently" the optimal strategy for the model.
A warning about the homogenization of free-form responses
The Homogenization of Free-form Responses in LLMs
As a side effect of RLHF, the problem of model responses becoming "inoffensive and similar to one another" has become more serious. This research points out the risk that excessive alignment robs models of creativity and diverse perspectives, causing them to converge on average responses.
Examining AI's introspection capability
Evaluating Introspection in Large Language Models (Anthropic)
Progress is being made in visualizing the process by which a model detects and corrects its own logical inconsistencies or potential harmfulness before generating a response. Improving this "metacognitive" ability is a major step toward "autonomous safety" within the model itself, rather than relying entirely on external guardrails.

Conclusion

The field of AI Safety may be in a challenging era, one that demands rapid evolution as foundation models achieve dramatic capability gains and gain new privileges. At the same time, I feel that AI Safety has never been more needed by society than it is now. And I'm excited to think that in 2026, more challenges will be solved and new ones will emerge.

📢 Talk announcement
I will be giving the following tutorial talk at the Annual Meeting of the Association for Natural Language Processing (NLP2026).
Tutorial 1: AI Safety: Bridging Academic Research and Industrial Application
Details here (NLP2026)

If you're interested, please come and attend. If you've read this article, please feel free to say hello after the talk!

この一年間、SB IntuitionsのResponsible AIチームのリーダーとして、AI安全性の研究開発に広く携わることができました。 ここでは、私が感じた"2025年の動き"をまとめてみたいと思います。

安全性対策が複雑化

かつてのSafety Alignmentは、モデルの全般的な能力向上と同様に、人間によるアノテーションデータを用いたSFTやRLHFが中心的でした。しかし、今日では、このパラダイムは完全に転換したと言えるでしょう。

特に RLVF (Reinforcement Learning from Verifiable Feedback) [Tulu 3, DeepSeek-R1] の潮流以降、事後学習における合成データの利用が支配的となり、全体のデータ量は爆発的に増加しました。安全性対策においても、単にSFTデータとPreferenceデータを人手で準備すれば終わりという時代は終焉を迎えました。

しかし、安全性の問題は数学やパズルのように、一律に検証可能な領域ではありません。そのため、体系的に自然言語で記述された安全性ルールである OpenAI Model Spec 等に対し、どれほど忠実にアラインメントできているかを検証する Collective Alignment のようなアプローチが加速しています。

また、LLMの情報処理能力と正確性が向上したことで、懸念されるリスクも質的に変化しています。単なる不適切な発言の防止を超え、深刻な犯罪行為への悪用リスクが最大の懸念事項となりました。GPT-5のシステムカード によれば、400人以上の専門家による5,000時間以上のレッドチーミングが実施され、高度な推論能力に伴う悪用リスクへの対策に莫大なリソースが投じられました。同時に、AutoDAN-Turbo のような自動レッドチーミング手法の発達を続けています。

2025年は、AIがブラウザやツールを操作する実行権限を本格的に持ち始めた年でもあります。これに伴い、ユーザーの介入なしに機密情報の漏洩などが成立する初のゼロクリック攻撃 EchoLeak が報告されるなど、防御側にはより実務的なセキュリティ対策が求められるようになりました。

こうした状況下で、安全性の確保はもはや単なる機械学習の技術的課題に留まりません。Google DeepMindが提唱する Frontier Safety Framework のように、インシデントへの即応体制やガバナンスを含めた、組織全体としての課題解決が不可欠なフェーズに突入しています。

ガードレールモデルが飛躍的発展

2025年は、メインのLLMを保護するガードレールモデルが、単なる補助的なフィルターから、それ自体が巨大な計算資源とデータを投じられた高度な推論モデルへと進化した年でした。

これまでガードレールモデルの課題は、学習データに含まれない新しい攻撃手法や、複雑な文脈に潜む有害性を検知できないこと(汎化性能の不足)にありました。しかし、2025年は合成データの戦略的活用により、この壁が突破されました。

Constitutional Classifier
行動規範に基づき、AI自身が多様な攻撃シナリオとそれに対する判定根拠を生成・学習することで、人手では網羅不可能な複雑なタスクへの適応を実現しました。
BingoGuard
モデルがどのリスクにどの程度の深刻さで違反しているかを出力するラベルデータを生成し、検知精度と説明可能性の向上を実現しました。
DynaGuard
自由なポリシーから学習データを自動生成し、柔軟な判断を可能にする学習フレームワークを確立しました。

研究レベルの進化に留まらず、商用レベルで即戦力となる強力なモデルが相次いで公開され、安全性対策の民主化が進みました。

モデル名 特徴とURL
LlamaGuard 4 Metaが継続的に公開しているLlama Guardシリーズで、画像にも対応している。 https://www.llama.com/docs/model-cards-and-prompt-formats/llama-guard-4
gpt-oss-safeguard OpenAIがModeration APIの知見をOSSとして提供。商用APIと同等の基準をローカル環境で実現可能に https://openai.com/index/introducing-gpt-oss-safeguard/
Qwen3Guard 特に東アジア圏の言語や文化特有の有害表現において、極めて高い検知性能を誇る強力なガードレール https://github.com/QwenLM/Qwen3Guard

LLMの挙動解明に繋がるいくつかの研究

安全性を高めるためには、単に対策を講じるだけでなく、モデルの内部で何が起きているのかという根本的なメカニズムの解明が不可欠です。2025年は、いくつかの挙動に対し、重要な知見が示されました。

ハルシネーションが起きる理由
Why Language Models Hallucinate (OpenAI)
モデルがもっともらしい嘘をつくハルシネーションは、長らくLLM最大の課題でした。分析報告では、これが単なるデータ不足ではなく、学習プロセスにおける不確実性のキャリブレーション不足に起因することが示唆されました。例えば、未知の人物の誕生日を聞かれた場合、1/365の確率で正解しRewardが与えられてしまうため、モデルにとっては「適当に回答する」という選択が最善となってしまう問題が指摘されています。
自由回答の均質化(Homogenization)への警鐘
The Homogenization of Free-form Responses in LLMs
RLHFの副作用として、モデルの回答が「当たり障りのない、似通ったもの」になってしまう問題が深刻化しています。この研究では、過度なアラインメントがモデルの創造性や多様な視点を奪い、結果として平均的な回答に収束してしまうリスクを指摘しています。
AIの内省能力(Introspection)の検証
Evaluating Introspection in Large Language Models (Anthropic)
モデルが回答を生成する前に、自身の論理的な不整合や潜在的な有害性を自己検出し、修正するプロセスの可視化が進んでいます。この「メタ認知」能力の向上は、外部からのガードレールに頼り切らない、モデル内部での「自律的な安全性」の確保に向けた大きな一歩となります。

まとめ

AI Safetyの分野は、基盤モデルの飛躍的な能力向上と権限の獲得により、急激な進化が要求されている苦境の時代と言えるかもしれません。 しかし、これほど社会に必要とされた時代もなかったかと感じています。 また、2026年はより多くの課題が解決され、新たな挑戦ができるかと思うとワクワクしますね。

📢 講演のお知らせ
言語処理学会 (NLP2026) にて、以下のチュートリアル講演を行います。
チュートリアル1:AI Safety: Bridging Academic Research and Industrial Application
詳細はこちら (NLP2026)

ご興味がある方はぜひご聴講ください。講演後、本記事を見ていただいた方はぜひお声がけください!

← Back to home