paper-with-me

홈 › Papers

Evidence-State Rewards for Long-Context Reasoning

2026-07-02 · Ya Gao, Pekka Marttinen arxiv

Long-context reasoning requires models to locate, revise, and synthesize evidence distributed across lengthy inputs. Existing long-context RL methods usually reward final answers or static evidence extraction, offering little feedback on how intermediate actions change the model's evidence state. We propose Maven, a reinforcement learning framework with an editable evidence memory. Maven defines an answer-conditioned evidence-state value and rewards action-level state transitions: add actions are credited by marginal gain and hindsight contribution, link actions by evidence synergy, and drop actions by improved answer support after removing misleading evidence. These rewards are assigned to the corresponding action spans in GRPO. Across Llama and Qwen models on LongBench v2, LongReason, and RULER, Maven outperforms outcome-only RL and evidence-identification baselines, producing more sufficient evidence sets and lower distractor retention. Our results show that long-context RL benefits from optimizing stateful evidence navigation rather than one-shot evidence extraction.

📄 PDF Abstract BibTeX arXiv:2607.02073

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

ClueWeaver: Reward-Guided Dual-Agent Evidence Reasoning for Compact LLMs on Literary Long Narratives

2026-08-26 · Jihao Zhu, Zhiwei Yang, Wenxiao Zhang, Junqian Zhao 외 arxiv

Humanities and social science research requires close reading of long narrative materials such as novels, scripts, archives, and case reports, yet many users have limited access to costly proprietary long-context models.…

Reinforcement LearningQuestion Answering

Evidence-Augmented Policy Optimization with Reward Co-Evolution for Long-Context Reasoning

2026-01-15 · Xin Guan, Zijian Li, Shen Huang, Pengjun Xie 외 arxiv

While Reinforcement Learning (RL) has advanced LLM reasoning, applying it to long-context scenarios is hindered by sparsity of outcome rewards. This limitation fails to penalize ungrounded "lucky guesses," leaving the cr…

Reinforcement Learning

Look Back to Reason Forward: Revisitable Memory for Long-Context LLM Agents

2025-09-27 · Yaorui Shi, Yuxin Chen, Siyuan Wang, Sihang Li 외 arxiv

Large language models face challenges in long-context question answering, where key evidence of a query may be dispersed across millions of tokens. Existing works equip large language models with a memory buffer that is …

Reinforcement LearningQuestion Answering

LongTraceRL: Learning Long-Context Reasoning from Search Agent Trajectories with Rubric Rewards

2026-05-29 · Nianyi Lin, Jiajie Zhang, Lei Hou, Juanzi Li arxiv

Long-context reasoning remains a central challenge for large language models, which often fail to locate and integrate key information in extensive distracting content. Reinforcement learning with verifiable rewards (RLV…

Reinforcement Learning

LongRLVR: Long-Context Reinforcement Learning Requires Verifiable Context Rewards

2026-03-02 · Guanzheng Chen, Michael Qizhe Shieh, Lidong Bing arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) has significantly advanced the reasoning capabilities of Large Language Models (LLMs) by optimizing them against factual outcomes. However, this paradigm falters in l…

Reinforcement Learning