Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

On Information Self-Locking in Reinforcement Learning for Active Reasoning of LLM agents

About

Reinforcement learning (RL) has become a de facto paradigm for building LLM-based agents that act, interact, and reason over extended task horizons. However, in active reasoning where agents must elicit new observations through interaction with the environment to solve the task, we find that outcome-based RL can induce a systematic failure mode which we call information self-locking (SeL): agents fail both to elicit informative feedback and to internalize obtained evidence. To understand the issue, we trace agentic behaviors into two coupled capabilities: Action Selection (AS), which determines observation streams, and Belief Tracking (BT), which updates the agent's internal task understanding. Theoretical and empirical analyses reveal a bidirectional bottleneck that leads to SeL: weak BT obscures the credit of informative actions, while weak AS deprives BT of useful evidence. This coupling weakens the learning signal for both capabilities and leads to SeL. To mitigate this issue, we propose AREW, a simple yet effective Advantage Reweighting method that uses easy-to-obtain directional critiques to reallocate credit within trajectories. Extensive experiments across 9 agentic tasks of varying complexity show that AREW significantly mitigates SeL, yielding up to 60-point gains in final performance. Code is available at https://github.com/unimpor/T3.

Deyu Zou, Yongqiang Chen, Fan Feng, Mufei Li, Pan Li, Yu Gong, James Cheng• 2026

Related benchmarks

TaskDatasetResultRank
Preference EstimationPE-GS=2 (test)
Average Outcome Reward54.67
9
Preference EstimationPE GS=3 (test)
Average Outcome Reward80.33
9
Preference EstimationPE-FD=8 (test)
Average Outcome Reward61.28
9
Preference EstimationPE-FD=6 (test)
Average Outcome Reward56.91
9
TroubleshootingFloDial Easy (test)
Average Outcome Reward44.33
9
TroubleshootingFloDial Hard (test)
Average Outcome Reward49
9
Medical DiagnosisMediQ (test)
Average Outcome Reward71.75
9
Showing 7 of 7 rows

Other info

Follow for update