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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Preference Estimation | PE-GS=2 (test) | Average Outcome Reward54.67 | 9 | |
| Preference Estimation | PE GS=3 (test) | Average Outcome Reward80.33 | 9 | |
| Preference Estimation | PE-FD=8 (test) | Average Outcome Reward61.28 | 9 | |
| Preference Estimation | PE-FD=6 (test) | Average Outcome Reward56.91 | 9 | |
| Troubleshooting | FloDial Easy (test) | Average Outcome Reward44.33 | 9 | |
| Troubleshooting | FloDial Hard (test) | Average Outcome Reward49 | 9 | |
| Medical Diagnosis | MediQ (test) | Average Outcome Reward71.75 | 9 |