paper-with-me

홈 › Papers

LOTAPO: Leave-One-Turn Attribution for Self-Generated Process Rewards in Multi-Turn Search Reasoning

2026-07-15 · Qiang Zhu, Jiajun Wu, Longyi Wang arxiv

Reinforcement learning for multi-turn search reasoning typically relies on terminal outcome rewards, which cannot distinguish useful, redundant, and harmful intermediate interactions. We propose LOTAPO , a self-generated process-supervision method based on backward leave-one-turn attribution. For each search turn, LOTAPO replaces the turn and its retrieval observation with a fixed [DELETE] placeholder and measures the resulting change in the current policy's mean log-likelihood of the gold answer. This Answer-Likelihood Gain estimates the turn's contribution while preserving all downstream interactions, allowing early evidence to be evaluated in the complete reasoning context. LOTAPO further applies sign-consistency gating, retaining only normalized process advantages whose directions agree with their raw attribution scores. The method requires no additional reward model, teacher, verifier, or LLM-as-a-Judge. Across seven knowledge-intensive question-answering datasets with local retrieval, LOTAPO achieves an average exact-match score of 0.326, outperforming the strongest step-reward baseline, IGPO, by 0.053. Ablations show complementary benefits from backward attribution and sign-consistency gating, demonstrating that policy-derived retrospective attribution can provide effective process supervision for multi-turn search agents.

📄 PDF Abstract BibTeX arXiv:2607.13501

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Self-Attribution Bias: When AI Monitors Go Easy on Themselves

2026-03-04 · Dipika Khullar, Jack Hopkins, Rowan Wang, Fabien Roger arxiv

Agentic systems increasingly rely on language models to monitor their own behavior. For example, coding agents may self critique generated code for pull request approval or assess the safety of tool-use actions. We show …

OmniTrace: A Unified Framework for Generation-Time Attribution in Omni-Modal LLMs

2026-03-20 · Qianqi Yan, Yichen Guo, Ching-Chen Kuo, Shan Jiang 외 arxiv

Modern multimodal large language models (MLLMs) generate fluent responses from interleaved text, image, audio, and video inputs. However, identifying which input sources support each generated statement remains an open c…

multimodal generation

What's a Credit Worth? A Market Framework for Attribution-Aware Compensation in Generative Music

2026-07-01 · Luyang Zhang, Xirui Jiang, Junwei Deng, Beibei Li 외 arxiv

Advances in generative AI are rapidly increasing the quality and commercial value of generated music, and this progress depends on large catalogs of creators' recordings. This raises a central question for platform desig…

Music Generation

AttriBoT: A Bag of Tricks for Efficiently Approximating Leave-One-Out Context Attribution

2024-11-22 · Fengyuan Liu, Nikhil Kandpal, Colin Raffel

The influence of contextual input on the behavior of large language models (LLMs) has prompted the development of context attribution methods that aim to quantify each context span's effect on an LLM's generations. The l…

Who Generated This 3D Asset? Learning Source Attribution for Generative 3D Models

2026-05-18 · Sihan Ma, Siyuan Liang, Dacheng Tao arxiv

Generative 3D models are deployed in gaming, robotics, and immersive creation, making source attribution critical: given a 3D asset, can we identify whether and which generative model created it? This problem faces two c…