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

注意情報を使って専門家モデルへの振り分けを改善

Attention-Aware Routing: Coupling Routing and Attention in MoEs

Despoina Kosmopoulou, Anastasios Tsetsilas, Efthymios Georgiou, Giannis Karamanolakis, Swastik Roy, Alexandros Potamianos

この論文をやさしく読む

ひとことで言うと

どの専門家モデルに処理させるかを決めるとき、モデルがどこに注意しているかの履歴も使う方法です。

何に役立つ?

MoEモデルの振り分けだけを変更した効果を調べ、推論性能と情報の取り出しのバランスを考える実験手段になります。

この研究の面白いところ

注意機構を学習し直さなくても、振り分けを変えると次の層の注意が変わるという相互作用を示しています。

どこまで分かった?

すべての層に使えば改善するわけではなく、事実情報の取り出しが悪化する場合があります。3.37ポイントの改善はOLMoEのGSM8K評価で、広範な課題に一律の効果を示すものではありません。

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

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

Mixture-of-Experts言語モデルでは、ルーターは通常、トークンの隠れ状態に基づき、限られた文脈情報を使って専門家を選択し、重み付けする。本研究では、Attention-Aware Routing(AAR)を提案する。AARは注意重みのスライディングウィンドウから抽出した時間的特徴とスペクトル特徴をルーターへ追加する。これらは、隠れ状態とは分離された、モデルの文脈状態の要約を表す。基盤のTransformer全体を固定したままルーティングのパラメータだけを訓練し、ルーティングを唯一の変数とする。AARはOLMoE上で、ルーティングのみを教師あり微調整(SFT)した基準手法より、GSM8Kの成績を3.37パーセントポイント改善した。 性能に加え、ルーティングと注意が結合した回路を形成することを示す。層lでのルーティングの変更は残差ストリームを通じて伝わり、層l+1で注意シンクを増幅する。これにより、注意機構そのものを直接更新せずに注意の分布が変わる。さらにAARは、長く逸脱し続ける生成を減らす。誤答は短くなる一方、正答の長さは変わらない。 最後に、AARは深さへの依存が強い。層を選ばず適用すると事実情報の取り出しが悪化し得る一方、ネットワークの深い位置に導入すると数学的推論の改善は維持される。この感度は、深さに応じた情報の取り出しと推論の緊張関係を明らかにする。また、層を選択して用いるAARは、各層の注意が持つルーティングに関係する情報を、条件を制御して調べる手段になる。

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

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

更新履歴

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

原文の要旨

In Mixture-of-Experts language models, the router typically selects and weights experts based on the token's hidden state, utilizing limited contextual information. We propose Attention-Aware Routing (AAR), which augments the router with temporal and spectral features extracted from a sliding window of attention weights that represent a summary of the model's contextual state, disentangled from the hidden state. Keeping the base transformer entirely frozen, we train only the routing parameters, isolating routing as the sole variable. AAR improves GSM8K by +3.37 pp over a routing-only SFT baseline on OLMoE. Beyond performance, we show that routing and attention form a coupled circuit: routing changes at layer l propagate through the residual stream to amplify attention sinks at layer l+1, reshaping attention without any direct update to the attention mechanism itself. Further, AAR reduces long diverging generation, with incorrect answers getting shorter, while correct answers remain unchanged in length. Finally, AAR is strongly depth-sensitive: applying it indiscriminately across layers can degrade factual retrieval, whereas mathematical reasoning gains persist when it is introduced deeper in the network. This sensitivity exposes a retrieval--reasoning tension across depth and makes layer-selective AAR a controlled probe of the routing-relevant information carried by attention at different layers.

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