再帰型言語モデルが深さを使う効果を切り分けて評価する
Beyond Depth Truncation: Controlled Evaluation of Depth Utilization in Recursive Language Models
この論文をやさしく読む
ひとことで言うと
再帰型言語モデルの深さを途中で切ったときの性能低下を、そのまま深さの活用度と見なす評価を見直しています。
何に役立つ?
計算の繰り返し回数と、異なる計算の量、出力層へ入る表現の変化を分けて診断するために役立ちます。
この研究の面白いところ
深さの切断で同時に変わる三つの要因を別々の対照実験で切り分けるDCPを提案します。通常の密なTransformerを用いる負の対照や学習介入も含みます。
どこまで分かった?
要旨は診断手順の提案を中心に述べ、数値結果は示していません。主要な対照は深さ方向に重みを共有する構造でのみ厳密に実現できるという制約があります。
v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。
アブストラクトの日本語訳
深さ方向に再帰する言語モデルは、少数の層からなるスタックを繰り返し適用し、トークン当たりの計算量を、異なるパラメータの個数から切り離す。この種のモデルが実際に深さを活用しているかを判断するため、再帰モデルと層の枝刈りの研究では共通の評価方法が使われている。推論時に深さを切り詰め、残した深さの割合に対する品質を描き、その傾きを読み取る方法である。 この指標は低コストで追加学習も不要だが、検討されていない欠点がある。モデルの複数の性質を同時に変える介入から、単一のスカラー値を取り出している点である。深さの切詰めは、ブロックの適用回数を減らすと同時に、互いに異なる計算の実行量を減らし、さらに読出しヘッドへの入力となる残差ストリームを分布外に移す。観測された傾きにはこの3要因が混在するが、従来は第2の要因だけを反映すると解釈されている。 本研究では、これら3量を分離する診断手順群Depth Control Protocol(DCP)を提案する。DCPは、他の要因を変えながら各要因を切り分ける3つの陽性対照、同じ介入を密なTransformerにも適用して効果が測定手順の見かけ上の産物でないことを確認する陰性対照、そして因果性を検証する制御された学習介入からなる。中心となる対照は、ブロック適用回数の予算をすべて使いながら、異なる反復としては1つだけを実行するものである。これは深さ方向に重みを共有する構造でのみ厳密に実現できる。密なネットワークでは、ある層を繰り返すと、同じモデルの別設定ではなく、まったく異なるモデルになってしまうためである。
v1の要旨から自動生成。本文の精読・人による確認は未実施。
- 初稿
- 2026-09-17(UTC)
- 最新改訂
- 2026-09-17 · v1
- 査読・掲載
- 査読状況未確認
更新履歴
- v1 2026-09-17 この版を読む
取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。
原文の要旨
Depth-recurrent language models iteratively apply a small layer stack, decoupling per-token compute from distinct parameter count. To determine whether such a model genuinely utilizes its depth, both recurrence and layer-pruning literatures rely on a shared evaluation: truncating depth at inference time, plotting quality against retained depth fraction, and reading off the slope. While cheap and training-free, this metric suffers from an unexamined flaw: it extracts a single scalar from an intervention that alters multiple model properties simultaneously. Depth truncation concurrently reduces the number of block applications, decreases the volume of distinct computation performed, and pushes the readout head onto an out-of-distribution residual stream. The observed slope conflates all three factors, yet is conventionally interpreted as reflecting solely the second. We propose the Depth Control Protocol (DCP), a diagnostic suite that disentangles these three quantities. DCP comprises three positive controls that isolate each factor while varying the others, a negative control applying the identical interventions to dense transformers to ensure the effect is not an artifact of the measurement protocol, and a controlled training intervention to verify causality. The linchpin control, running the full budget of block applications while executing only a single distinct iteration, is strictly realizable only in depth-wise weight-sharing architectures, since in a dense network repeating a layer yields an entirely different model rather than the same model in an alternative configuration.
arXiv ID: 2609.19934 / 要約の誤りについて