LAPO Improves Multi-Turn Search Reasoning with Self-Generated Rewards.

Qiang Zhu, Jiajun Wu· July 16, 2026 View original

Summary

LAPO is a new self-generated process-supervision method for multi-turn search reasoning that uses backward leave-one-turn attribution to evaluate the contribution of each intermediate interaction. It outperforms existing step-reward baselines by providing more nuanced feedback without needing external reward models or teachers.

Reinforcement learning systems designed for multi-turn search reasoning often rely solely on final outcome rewards, which makes it difficult to differentiate between helpful, redundant, or even detrimental intermediate steps. To address this, a new method called LAPO (Leave-One-Turn Attribution for Self-Generated Process Rewards) has been introduced. LAPO employs a backward leave-one-turn attribution technique. For each step in a search sequence, it temporarily removes that step and its associated observation, then measures the impact on the policy's likelihood of reaching the correct answer. This approach allows for an estimation of each turn's contribution within the full reasoning context. The method also incorporates sign-consistency gating to refine these attributions, leading to more effective process supervision without the need for additional reward models or human judges. Experiments across several knowledge-intensive question-answering datasets show LAPO significantly improves exact-match scores compared to strong baselines.

Why it matters

Improving the ability of AI agents to self-supervise and learn from intermediate steps in complex reasoning tasks is critical for developing more intelligent and autonomous systems, especially in knowledge-intensive domains.

How to implement this in your domain

  1. 1Investigate LAPO's attribution mechanism for debugging and improving multi-turn reasoning agents.
  2. 2Integrate self-generated process supervision into your reinforcement learning pipelines for complex tasks.
  3. 3Apply backward attribution techniques to evaluate the impact of individual steps in sequential decision-making.
  4. 4Benchmark LAPO against current reward shaping or external supervision methods in your agent development.

Who benefits

AI/ML ResearchSoftware EngineeringData ScienceCustomer Service

Key takeaways

  • LAPO uses self-generated process rewards for multi-turn search reasoning.
  • It attributes contribution to each turn by measuring answer-likelihood gain.
  • The method outperforms existing step-reward baselines without external models.
  • It offers a way to distinguish useful from redundant intermediate interactions.

Original post by Qiang Zhu, Jiajun Wu

"arXiv:2607.13501v1 Announce Type: new Abstract: Reinforcement learning for multi-turn search reasoning typically relies on terminal outcome rewards, which cannot distinguish useful, redundant, and harmful intermediate interactions. We propose LAPO, a self-generated process-superv…"

View on X

Originally posted by Qiang Zhu, Jiajun Wu on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses