次回の更新記事:【論文著者監修・コメント】AIエージェントへの人間…(公開予定日:2026年07月27日)
AIDB Daily Papers

学習データとの関連性を可視化する「プロトタイプ言語モデル」PRISM

原題: Prototype Language Models
著者: Dan Ley, Giang Nguyen, Himabindu Lakkaraju, Julius Adebayo
公開日: 2026-07-01 | 分野: LLM 解釈性 機械学習 アーキテクチャ cs.LG stat.ML

※ 日本語タイトル・ポイントはAIによる自動生成です。正確な内容は原論文をご確認ください。

ポイント

  • 学習データの影響を明示的に追跡可能な新しい言語モデルアーキテクチャPRISMを提案した。
  • モデルの予測を学習済みプロトタイプの疎な混合として構成することで、高い解釈性と効率的なデータ帰属を実現した。
  • 従来の密なモデルと同等の精度を維持しつつ、学習データの特定やモデル挙動の修正を大幅に高速化することに成功した。

Abstract

Knowing which training examples drive outputs is fundamental to auditing, correcting, and understanding language models, yet for modern LLMs this remains expensive, approximate, and largely post-hoc. Standard language models generate tokens through a dense network pathway, causing training data's influence to be distributed across parameters rather than organized along explicit, traceable components. We introduce a prototype language model architecture, Prototypes for Interpretable Sequence Modeling (PRISM), that forms each prediction via a sparse, non-negative mixture of learned prototypes, trained with clustering objectives that anchor each prototype to coherent neighborhoods of training examples. Across architectures from 130M to 1.6B parameters trained on up to 50B tokens, prototype language models either surpass or remain within 2.5 percentage points on average downstream accuracy of matched dense baselines. We show that sparse prototype structure localizes curvature in the loss landscape, yielding a more tractable Hessian and enabling training data attribution that is ~500x faster than post hoc baselines when consuming equivalent memory. Calibrating linear prototype controllers can improve downstream accuracy by roughly 3 points while tracing those corrections back to training neighborhoods, and targeted prototype suppression can remove model behaviors without finetuning or measurable loss in generation quality.

Paper AI Chat

この論文のPDF全文を対象にAIに質問できます。

質問の例:

AIチャット機能を利用するには、ログインまたは会員登録(無料)が必要です。

会員登録 / ログイン

関連するAIDB記事