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

異なる文章を重ねた入力で言語モデルの線形性を調べる

Your Transformer Can Hold Two Thoughts at Once: Evidence of Linear Superposition in LLMs

Pavel Tikhonov, Anton Korznikov, Matvey Mikhalchuk, Nikita Dragunov, Temurbek Rahmatullaev, Polina Druzhinina, Anton Razzhigaev, Ivan Oseledets, Elena Tutubalina

この論文をやさしく読む

ひとことで言うと

二つの文章の入力を重ねて言語モデルへ与えたとき、出力が各文章の予測分布の重ね合わせにどれほど近いかを調べた研究です。

何に役立つ?

一回のモデル計算から複数の文章の続きを得る方法や、Transformer内部の表現を調べる研究の手掛かりになります。要旨では誘導型デコードで二つの続きを生成しています。

この研究の面白いところ

線形性は事前学習で強まるのではなく弱まる傾向があり、軽量な追加学習で大きく回復すると報告しています。

どこまで分かった?

重ね合わせがTransformer構造に内在するというのは著者らが示す証拠に基づく解釈です。要旨には評価に用いたモデル数や性能の具体的数値は記されていません。

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

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

大規模言語モデルは強い非線形性を持つ構成要素を使うが、本研究は基本的な線形性も示す。異なる文章の流れからの入力を線形に組み合わせると、モデルの出力には、それぞれの次トークンの確率分布を重ねたものが現れる。これを「重ね合わせ線形性仮説」と呼ぶ。重ね合わせは学習によって後から現れる性質ではなく、Transformerの構造に内在する性質だという証拠を示す。実際、事前学習が進むにつれて、その性質は弱くなる傾向が観測された。 ただし軽量な追加学習によって線形性を大きく回復でき、予測された次トークン分布と、個別の次トークン分布の平均とのずれを大幅に減らせる。最後に、重ね合わされた出力を分離する誘導型のデコード手順を導入し、一回の順方向計算から、筋の通った二つの文章の続きを同時に生成できるようにする。

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

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

更新履歴

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

原文の要旨

While Large Language Models (LLMs) rely on highly non-linear components, in this work we demonstrate that they exhibit fundamental linearity: when inputs from distinct text streams are linearly combined, the model outputs a superposition of the individual next-token distributions. We term this the \textit{Superposition Linearity Hypothesis}. We provide evidence that superposition is an intrinsic property of the Transformer architecture rather than an emergent consequence of training; in fact, we observe that it tends to diminish as pretraining progresses. However, we demonstrate that linearity can be substantially restored through lightweight fine-tuning, significantly reducing the divergence between the predicted next-token distribution and the average of the individual next-token distributions. Finally, we introduce a guided decoding procedure that disentangles superposed outputs, enabling the simultaneous generation of two coherent continuations from a single forward pass.

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