日本フィジカルAI新聞

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

週刊ニュースレター購読
解釈可能性arXiv:2603.14087

次トークン予測器における一見無用な特徴量の出現の理解

Understanding the Emergence of Seemingly Useless Features in Next-Token Predictors

シェア:XThreadsFacebookLINEはてブBluesky

Transformerが次トークン予測に不要に見える抽象的特徴を学習する理由を勾配信号の観点から分析し、その影響を推定する手法を提案した論文。

著者: Mark Rofin, Jalal Naghiyev, Michael Hahn

分類: cs.LG, cs.CL

原文アブストラクト

Trained Transformers have been shown to compute abstract features that appear redundant for predicting the immediate next token. We identify which components of the gradient signal from the next-token prediction objective give rise to this phenomenon, and we propose a method to estimate the influence of those components on the emergence of specific features. After validating our approach on toy tasks, we use it to interpret the origins of the world model in OthelloGPT and syntactic features in a small language model. Finally, we apply our framework to a pretrained LLM, showing that features with extremely high or low influence on future tokens tend to be related to formal reasoning domains such as code. Overall, our work takes a step toward understanding hidden features of Transformers through the lens of their development during training.

関連論文