arXiv論文メモ
新着一覧
cs.CR · 査読状況未確認

情報の出どころを組み込んでAIの指示と資料を分ける

Origin Is All You Need: Provenance-Aware Transformers for Structural Trust-Boundary Separation

Yuxuan Zhang, Jeff Huang, Guofei Gu

この論文をやさしく読む

ひとことで言うと

AIに渡す各単語に「指示なのか、外部資料なのか」という出所の印を付け、モデル内部でも区別できるようにする防御です。

何に役立つ?

考えられる用途は、検索した文書に埋め込まれた命令を、正規の指示と取り違えにくくすることです。分布内外の評価で耐性と有用性の両立を報告しています。

この研究の面白いところ

注意機構の前後に出所を反映する仕掛けを加え、正規化を経ても印の効果を保つようにしています。文章の言い回しだけに権限判断を頼らせない設計です。

どこまで分かった?

出所ラベルはアプリケーションから与えられます。要旨には攻撃成功率や評価範囲の詳細がなく、すべての注入攻撃を防ぐ形式的な保証があるとは示されていません。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

間接的プロンプトインジェクション(IPI)は、大規模言語モデル(LLM)システムの安全性とセキュリティにとって中心的な課題であり続ける。標準的なTransformerには、情報源の権限を構造として捉える仕組みがないためである。取得した文書、利用者入力、システム指示がすべて同じ区別のない注意機構で処理されるため、モデルは何に従い、何をデータとして扱うべきかを、文面だけから推定しなければならない。 アプリケーションが与えた情報源のラベルをモデル内部で利用可能にする、来歴を認識した防御手法Provenance-Aware Transformersを提案する。各入力トークンに出所を表すring IDを割り当て、出所の埋め込み、学習可能な出所注意バイアス、および正規化のもとでも来歴を保つ学習可能な出所スケールをモデルに加える。得られる構造は、生成中に、権限のある情報源と権限のない情報源の間に構造的な境界を設ける。 公開済みの事前学習モデルでこの構造を実現するため、ringの制約のもとで出所の意味とタスクの振る舞いを教える、2段階のファインチューニング手順を提案する。評価では、Provenance-Aware Transformersは、元の事前学習モデルに匹敵する有用性を保ちながら、分布内と分布外の双方でIPIへの頑健な抵抗性を維持する。より広い観点では、来歴を主要な構造上の信号として明示することで、LLMの安全性調整を、脆いパターン照合から明示的な信頼の分離へ移せることを示す。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-17(UTC)
最新改訂
2026-09-17 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

Indirect prompt injection (IPI) remains a central safety and security challenge for large language model (LLM) systems because standard transformers lack architectural notion of source authority. Retrieved documents, user inputs, and system instructions are all processed through the same undifferentiated attention mechanism, forcing the model to infer from wording alone what should be obeyed and what should be treated as data. We propose Provenance-Aware Transformers, a provenance-aware defense that makes application-supplied source labels actionable inside the model. Each input token is assigned a ring ID encoding its origin, and the model is augmented with origin embeddings, a learnable origin attention bias, and a learnable origin scale that preserves provenance under normalization. The resulting architecture enforces a structural boundary between authoritative and non-authoritative sources during generation. To instantiate this architecture on released pretrained models, we propose a two-stage fine-tuning pipeline to teach the model origin semantics and task behavior under ring constraints. Evaluation shows that Provenance-Aware Transformers maintain robust resistance to IPI both in-distribution and out-of-distribution while preserving utility comparable to the base pretrained model. More broadly, our work shows that exposing provenance as a first-class architectural signal can shift LLM safety alignment from brittle pattern matching toward explicit trust separation.

arXiv ID: 2609.21088 / 要約の誤りについて