Skip to main content
QUICK REVIEW

[論文レビュー] Not All Preferences Are Created Equal: Stability-Aware and Gradient-Efficient Alignment for Reasoning Models

Hui Wu, Hengyi Cai|arXiv (Cornell University)|Feb 1, 2026
Explainable Artificial Intelligence (XAI)被引用数 0
ひとこと要約

SAGE は訓練中に優先ペアを動的に選択・スコアリングして勾配効率と安定性を最大化し、長鎖推論タスクにおける静的な DPO ベースラインを上回る。

ABSTRACT

Preference-based alignment is pivotal for training large reasoning models; however, standard methods like Direct Preference Optimization (DPO) typically treat all preference pairs uniformly, overlooking the evolving utility of training instances. This static approach often leads to inefficient or unstable optimization, as it wastes computation on trivial pairs with negligible gradients and suffers from noise induced by samples near uncertain decision boundaries. Facing these challenges, we propose SAGE (Stability-Aware Gradient Efficiency), a dynamic framework designed to enhance alignment reliability by maximizing the Signal-to-Noise Ratio of policy updates. Concretely, SAGE integrates a coarse-grained curriculum mechanism that refreshes candidate pools based on model competence with a fine-grained, stability-aware scoring function that prioritizes informative, confident errors while filtering out unstable samples. Experiments on multiple mathematical reasoning benchmarks demonstrate that SAGE significantly accelerates convergence and outperforms static baselines, highlighting the critical role of policy-aware, stability-conscious data selection in reasoning alignment.

研究の動機と目的

  • 長鎖推論モデルの優先データ整列における動的・方針認識的データ選択の必要性を動機付ける。
  • coarse-grained pool refresh を用い、粗粒度プール刷新と fine-grained stability-aware scoring を結合した二段階フレームワーク SAGE を導入する。
  • 安定性を意識した勾配効率の高いデータ選択が数学的推論ベンチマークでの収束と性能を改善することを実証する。
  • モデル規模に対するデータ効率と安定した最適化の向上を SAGE が提供することを示す。

提案手法

  • オンポリシー候補プールを時間とともに更新する coarse-grained refreshable pool 戦略を導入する。
  • Newton にインスパイアされた曲率意識型代理モデルを用いて勾配信号と予測信頼度のバランスを取る fine-grained SAGE スコアを開発する。
  • SAGE 目的をスコアに基づくハードフィルタリングとして定義し、ハイSNR のサブセットを用いた訓練を実施する。
  • 難易度スケジュールを用いてプール構成(易・中・難)を偏らせ、応答長を正規化したスコアで長さを制御する。
  • プール構築・情報量・勾配信号・曲率正則化の寄与を示すアブレーションを提供する。
Figure 1: Schematic illustration of dynamic sample utility in the stability-informativeness space. SAGE prioritizes samples with high signal quality and stable optimization behavior.
Figure 1: Schematic illustration of dynamic sample utility in the stability-informativeness space. SAGE prioritizes samples with high signal quality and stable optimization behavior.

実験結果

リサーチクエスチョン

  • RQ1ダイナミックで方針適応的なデータ選択は推論モデルの整列において安定性と効率を改善するか。
  • RQ2安定性を意識したユーティリティスコアは DPO の静的設定と比べて勾配品質と収束を改善するか。
  • RQ3粗粒度カリキュラムと細粒度 SAGE スコアリングが長い Chain-of-Thought の数学推論ベンチマークに与える影響はどうか。
  • RQ4モデル規模とデータ予算は SAGE のデータ選択戦略とどのように相互作用するか。

主な発見

MethodGSM8KMATH500MinervaGaokaoOlympiadCollegeMathAMC23AIME24Avg
Vanilla (Qwen2.5-1.5B-Instruct)73.7054.6016.9046.2022.7038.406.7025.0035.53
w/ DPO (Full)74.7056.2019.5047.3020.0038.0010.0022.5036.03
w/ DPO (Random)73.5056.4019.1048.6019.6037.903.3025.0035.43
SAGE (Ours)74.8057.2020.2050.4021.5038.1010.0027.5037.46
Vanilla (Qwen2.5-3B-Instruct)86.9065.2025.7056.4027.7044.506.7047.5045.08
w/ DPO (Full)86.4065.6027.2056.9027.0044.9010.0050.0046.00
w/ DPO (Random)87.0065.2026.1056.4026.5045.000.0045.0043.90
SAGE (Ours)87.5066.0028.3058.2327.7045.1413.3055.0047.65
Vanilla (Qwen2.5-7B-Instruct)92.3081.6028.3069.9045.3042.4023.3057.5055.08
w/ DPO (Full)92.7082.0029.4070.6046.5042.7026.7062.5056.64
w/ DPO (Random)91.3079.4026.8071.4043.0042.7020.0057.5054.01
SAGE (Ours)93.1082.8033.1071.4045.5043.1033.3070.0059.04
  • SAGE は 1.5B・3B・7B Qwen モデルの8つの数学推論ベンチマークで標準的な DPO を一貫して上回る。
  • 曲率正則化と勾配信号成分が特に難易度の高いベンチマークで利益を生む重要な要因である。
  • SAGE は DPO より勾配分散を低減し、最適化の軌跡をより安定させつつ最終的な精度を向上させる。
  • 中程度のキープ比率(γ=[0.4,0.6])は、計算と性能のバランスを取りつつ、より少ない有効トークンでより良い精度を得られる。
  • SAGE の利益は中間モデルサイズ(3B)と難易度の高いタスクで最も顕著で、優先監視の活用が改善されていることを示す。
Figure 2: Overall framework of SAGE.
Figure 2: Overall framework of SAGE.

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。