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

追加学習後も言語モデルの推論能力を保つNB-LoRA

Reasoning-Preserving Fine-Tuning of Post-RL LLMs with Null-Basis LoRA

Wenzhi Fang, Nicholas Tzou, Lazar Valkov, Srinivas Chappidi

この論文をやさしく読む

ひとことで言うと

強化学習で得た推論能力を失わずに別の仕事へ追加学習するため、推論に使う内部状態を避けるLoRA更新法を提案した。

何に役立つ?

推論重視の言語モデルを新しい領域に適応させる際、追加学習後の推論能力低下を抑える方法の参考になる。

この研究の面白いところ

推論時の活性化が低次元に集まるという分析から近似零空間の基底を作り、LoRA更新をそこに制限する。複数のモデルと作業で適応性能を保ちながら推論精度も維持した。

どこまで分かった?

要旨には対象モデルやベンチマーク別の具体的な数値は示されていない。評価された複数のモデルと作業を超えて、あらゆる推論能力が保持されるとは述べられていない。

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

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

強化学習(RL)による後段学習は、大規模言語モデル(LLM)の推論能力を引き出す有効な方法になっている。しかし、その後に新しい知識領域や振る舞いへ適応するため教師あり追加学習(SFT)をすると、この能力が大きく上書きされることがある。既存の対策には、経験の再利用、特殊な初期化、勾配の射影を使う制約付き最適化があるが、能力の保持が限定的か、学習負荷が大きい。分析の結果、推論時の活性化は低次元の部分空間に集中し、適応に使える広い零空間が残ること、その近似的な零空間は少数の例から安定して推定できることが分かった。これを基に、獲得した推論能力を保ちながらRL後のLLMを適応させる、パラメーター効率のよいNull-Basis Low-Rank Adaptation(NB-LoRA)を提案する。推論能力の保持を、層ごとの隠れ状態を保つ制約として定式化し、推論時の活性化から固定した近似零空間の基底を作る。LoRAの更新をこの基底を通して再パラメーター化し、追加学習の間ずっと保持制約が働くようにする。RLで学習した複数のLLMと多様な下流作業での広範な実験では、NB-LoRAは通常のLoRAと同程度の適応性能を示し、推論の正答率を追加学習前に近い水準に保ち、学習に使わなかった推論ベンチマークでも保持効果を示した。

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

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

更新履歴

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

原文の要旨

Reinforcement learning (RL)-based post-training has become an effective approach for eliciting reasoning capabilities in large language models (LLMs). However, adapting post-RL models to new knowledge domains or behaviors through subsequent supervised fine-tuning (SFT) can severely overwrite these capabilities. Existing approaches mitigate such forgetting through experience replay, specialized initialization, or constrained optimization using gradient projection, but either provide limited preservation or incur substantial training overhead. Our analysis shows that reasoning activations concentrate in low-dimensional subspaces, leaving substantial null-space capacity for adaptation, and that the corresponding approximate null spaces can be reliably estimated from a modest number of examples. Motivated by these observations, we propose Null-Basis Low-Rank Adaptation (NB-LoRA), a parameter-efficient method for adapting post-RL LLMs while preserving their acquired reasoning ability. We formulate reasoning retention as a layer-wise hidden-state preservation constraint and construct a fixed approximate null basis from reasoning activations. LoRA updates are then reparameterized through this basis, enforcing the preservation constraint throughout fine-tuning. Extensive experiments across multiple RL-trained LLMs and diverse downstream tasks show that NB-LoRA matches standard LoRA in adaptation performance, maintains reasoning accuracy near pre-fine-tuning levels, and generalizes this preservation to held-out reasoning benchmarks.

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