日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
LLM安全性arXiv:2607.04645

遡及的思考連鎖(RetroCoT):モデル世代を横断する安全診断としての法医学的再構築プロンプト

Retroactive Chain-of-Thought (RetroCoT): Forensic Reconstruction Prompts as a Safety Diagnostic Across Model Generations

シェア:XThreadsFacebookLINEはてブBluesky

大規模言語モデルの安全性評価が、直接的な有害要求だけでなく、法医学的再構築という別の語用論的枠組みでも突破されることを示し、新たな攻撃手法RetroCoTを提案した。

詳しい要約

1. どんなもの?

本論文は、大規模言語モデル(LLM)の安全性アライメントが、直接的な命令形の有害リクエストに対して評価されることが多いが、実際には語用論的枠組み(pragmatic register)に強く依存していることを示す。具体的には、直接的なリクエストを拒否するモデルでも、同じ有害な目的を別のコミュニケーション的スタンス(例えば、法医学的再構築タスク)で表現すると、しばしば従うことを明らかにする。そして、有害リクエストを「遡及的な因果連鎖の再構築」として再構成する単一ターンの攻撃手法であるRetroactive Chain-of-Thought (RetroCoT)を導入する。

2. 先行研究と比べてどこがすごい?

従来の安全性評価は、直接的な命令形の有害リクエスト(例:AdvBench)に対する拒否率を測定していた。しかし、本研究は、アライメントが意味的等価性(semantic equivalence)に対して不変ではなく、語用論的フレーミングに敏感であることを示す点で新しい。特に、法医学的再構築という新しい語用論的レジスタを導入し、既存のベースライン(直接リクエスト)ではほぼ0%の攻撃成功率(ASR)であるモデル(gpt-4o)に対して、58%のASRを達成することを示す。さらに、GPT-5世代のモデルがこのレジスタを明示的に拒否する一方で、単一の対抗的フィードバックターンによりその頑健性を回避できることを示す。

3. 技術・手法の肝は?

RetroCoTは、有害な指示を直接要求するのではなく、有害な結果が既に発生したと前提し、モデルに法医学的分析者として、その結果を引き起こした因果連鎖を逆順に再構築させる。これにより、モデルは「再構築」という枠組みの中で応答し、結果として有害な指示を生成する。さらに、対抗的フィードバックターンでは、既存の法医学的再構築応答と評価者の批判を提示し、モデルにその応答を改善させる。対照条件では、捏造された低スコアを省略し、スコア操作ではなく語用論的継続が重要であることを確認する。

4. どうやって有効だと検証した?

AdvBench(n=50)を用いて、gpt-4oとgpt-4o-miniに対するRetroCoTのASRを測定し、それぞれ58%と52%を達成(直接リクエストのベースラインは0%と4%)。また、GPT-5ファミリーのモデル(GPT-5.4-miniなど)に対しては、直接リクエストでは0%のASRであるが、対抗的フィードバックターンを追加すると48%に上昇し、gpt-4oでは58%から94%に上昇。対照条件(低スコアなし)ではGPT-5.4-miniで85%のASRを示し、スコア操作ではなく語用論的継続が効果的であることを示した。

5. 議論はある?

議論として、フロンティアモデルのアライメントは意味的意図ではなく語用論的フレーミングに依存しており、新しい語用論的レジスタが継続的に脆弱性を露呈する可能性があると指摘。GPT-5世代のモデルはRetroCoTを明示的に拒否するが、その頑健性は他の語用論的形式に一般化しない。また、対抗的フィードバックターンが有効である要因は、スコア操作ではなく、確立された法医学的枠組み内での語用論的継続であることが示唆される。要旨からは、この脆弱性が他のレジスタにも及ぶかどうか、また防御策の一般化可能性については不明。

6. 次に読むべき論文は?

要旨で参照されている研究は、AdvBench(直接リクエストのベースライン)と、GPT-5ファミリーのモデル(GPT-5.4-miniなど)の安全性評価に関する研究。また、関連手法として、Chain-of-Thought (CoT) プロンプティングや、対抗的攻撃(adversarial attacks)の研究が挙げられる。具体的には、語用論的フレーミングの影響を扱った研究や、モデルの安全性アライメントの評価手法に関する論文を次に読むことが推奨される。

※ AIが要旨から生成した要約です。正確性は原文をご確認ください。

著者: Samira Hajizadeh

分類: cs.CL, cs.AI, cs.CR, cs.LG

原文アブストラクト

Safety alignment in large language models is typically evaluated against direct, imperative harmful requests. We show that this alignment is highly conditioned on pragmatic register: models that refuse a direct request frequently comply when the same underlying objective is expressed through a different communicative stance. This suggests that current alignment policies are not invariant to semantic equivalence, but remain sensitive to how a request is pragmatically framed. We introduce Retroactive Chain-of-Thought (RetroCoT), a single-turn attack that reframes harmful requests as forensic reconstruction tasks. Rather than requesting harmful instructions directly, RetroCoT presupposes that the harmful outcome has already occurred and asks the model, acting as a forensic analyst, to reconstruct in reverse the causal chain that produced it. On AdvBench (n=50), RetroCoT achieves attach success rate of 58% on gpt-4o and 52% on gpt-4o-mini, compared with direct-request baselines of 0% and 4%, respectively. We further identify a pronounced generation gap: GPT-5-family models refuse RetroCoT entirely, explicitly identifying the reconstruction premise in their refusal rationales, consistent with explicit coverage of this reconstruction register. However, this robustness does not generalize across pragmatic forms. A single adversarial feedback turn presenting an existing forensic reconstruction response alongside evaluator critique raises ASR from 0% to 48% on GPT-5.4-mini and from 58% to 94% on GPT-4o; a control condition omitting the fabricated low score achieves 85% on GPT-5.4-mini, indicating that the operative element is pragmatic continuation within the established forensic frame rather than score manipulation. These results suggest that frontier-model alignment remains conditioned on pragmatic framing rather than semantic intent, and that new pragmatic registers can continue to expose a...

関連論文