New Policy Optimization Improves Multi-Turn LLM Agents
Summary
This paper introduces Contextual Information-Gain Policy Optimization (CIGPO) to stabilize and enhance the training of multi-turn evidence-reading LLM agents, addressing the issue of reward-variance collapse in outcome-only reinforcement learning. CIGPO uses per-turn information-gain rewards to prevent optimization deadlocks and significantly boosts performance on tasks like HotpotQA.
Why it matters
For professionals developing advanced LLM agents, particularly those requiring multi-turn reasoning and evidence synthesis, CIGPO offers a robust training methodology to achieve higher performance and stability, making these agents more reliable for complex tasks.
How to implement this in your domain
- 1Adopt CIGPO or similar variance-injection strategies when training multi-turn LLM agents with reinforcement learning.
- 2Design per-turn reward mechanisms that provide granular feedback, such as information gain, to intermediate steps.
- 3Implement separate normalization and curriculum learning for different reward components to optimize training.
- 4Diagnose reward-variance collapse as a potential failure mode in outcome-only RL for sequential tasks.
Who benefits
Key takeaways
- Outcome-only RL can lead to reward-variance collapse and optimization deadlocks in multi-turn LLM agents.
- CIGPO introduces per-turn information-gain rewards to stabilize training.
- This method significantly improves performance and avoids optimization failures.
- Granular, context-aware rewards are crucial for complex sequential AI tasks.
Original post by Hao Dou
"arXiv:2607.16244v1 Announce Type: new Abstract: Training multi-turn evidence-reading agents with outcome-only reinforcement learning is unstable because intermediate turns receive little direct credit. In HotpotQA experiments with Qwen2.5-3B-Instruct, GRPO initially improves (sta…"
View on XOriginally posted by Hao Dou on X · view source
Want to go deeper?
Turn these trends into skills with Learnijoy's hands-on AI & tech courses.
Explore coursesMore in AI Research

Claude Prompting Tips: Simplify for Better Fable Performance
New insights suggest that Claude, particularly Fable, performs better with simpler prompts, avoiding excessive examples or negative constraints. Claude Code's system prompt was recently reduced by 80%, indicating a shift towards more concise instructions.
PROWL AI Agents Explore Minecraft, Self-Correcting Failures
OdysseyML's PROWL system trains AI agents for Minecraft exploration, utilizing a world model to detect and rectify failures. This approach creates a dynamic learning curriculum, ensuring sustained performance and direct issue resolution within the game environment.
U.S. Must Acknowledge Chinese AI Progress, Stop Surprise Reactions
New Chinese AI models are reportedly competing with top U.S. systems, causing market wobbles and policy concerns, but the author argues America should not be surprised by this progress.