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

推論の進み具合に応じてモデル内部の探索方向を変える

Efficient Reasoning Exploration via State-Conditioned Latent Steering with Progress Guidance

Hengyuan Zhang, Chenming Shang, Zunhai Su, Xiao Liang, Hui Shen, Jing Xiong, Dawei Li, Shiping Yang, Kailai Yang, Wei Zhang, Ruobing Xie, Hayden Kwok-Hay So, Ngai Wong

この論文をやさしく読む

ひとことで言うと

同じような解き方ばかり繰り返す推論モデルに対し、途中の状態を見ながら内部表現を動かし、先へ進みやすい別の経路を探す方法です。

何に役立つ?

複数の解答候補を生成して選ぶ場面で、候補数を増やすだけでは改善しにくい問題への対処として役立ちます。

この研究の面白いところ

いつでも同じ方向に動かすのではなく、途中までの推論状態に応じて方向を選び、不確実性の高い分岐で使います。多様性だけでなく進展を誘導の基準にしています。

どこまで分かった?

追加学習不要とされていますが、方向バンクの構築は行います。要旨には具体的な改善率や準備・推論の計算コストは記載されていません。

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

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

Best-of-Nは複雑な推論で広く使われる推論時の戦略であり、その有効性は、サンプルした候補が多様で質の高い推論経路をどれだけ網羅できるかに依存する。しかし、追加学習を行った推論モデルでは、独立に生成した経路が似た推論を繰り返し、生成回数の予算を増やしても改善が限られる「探索崩壊」がしばしば起こる。既存手法は幅広い探索を促してこの問題を緩和するが、意味のある進展をもたらす続きへ探索を明示的に導かないため、探索効率の改善は限られている。 この問題に対して、追加学習を必要としない潜在表現の誘導枠組み、State-conditioned Progress-guided Steering(SPS)を提案する。具体的には、異なる推論接頭部分の状態領域に対応する、進展を考慮した複数の誘導ベクトルを含む、状態条件付きの方向バンクを構成する。オンライン推論時には、現在の接頭部分の状態に基づいて適切な誘導ベクトルを取り出し、不確実性の高い遷移で適用して、次の推論ステップを意味のある進展へ向ける。 複数のモデル規模とベンチマークにわたる広範な実験により、SPSは強力なベースラインを一貫して上回ることが示される。追加の分析は、主要な設計の有効性を確認し、今後の研究に有用な知見を与える。コードはhttps://github.com/rattlesnakey/SPSで公開されている。

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

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

更新履歴

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

原文の要旨

Best-of-$N$ is a widely used inference strategy for complex reasoning, whose effectiveness depends on whether sampled candidates can cover diverse and high-quality reasoning paths. However, post-trained reasoning models often suffer from \emph{exploration collapse}, where independent rollouts repeatedly follow similar reasoning paths and limit the gains from increasing the rollout budget. Existing methods alleviate this issue by promoting broader exploration, but do not explicitly guide exploration toward continuations that make meaningful progress, resulting in limited exploration efficiency. To address this, we propose \emph{\underline{S}tate-conditioned \underline{P}rogress-guided \underline{S}teering} (SPS), a training-free latent steering framework. Specifically, SPS constructs a state-conditioned Direction Bank containing multiple progress-guided steering vectors for different prefix-state regions. During online inference, SPS retrieves a suitable steering vector based on the current prefix state and applies it at high-uncertainty transitions to guide the next reasoning step toward meaningful progress. Extensive experiments across multiple model scales and benchmarks demonstrate that SPS consistently outperforms strong baselines. Further analyses validate the effectiveness of its key designs and offer valuable insights for future research. The code is available at https://github.com/rattlesnakey/SPS.

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