paper-with-me

홈 › Papers

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 (RLVR) has shown promise for this task, yet existing methods are limited by low-confusability distractors and sparse, outcome-only reward signals that cannot supervise intermediate reasoning steps. To address these issues, we introduce \textsc{LongTraceRL}. For data construction, we generate multi-hop questions via knowledge graph random walks and leverage search agent trajectories to build \emph{tiered distractors}: documents the agent read but did not cite (high confusability) and documents that appeared in search results but were never opened (low confusability), producing training contexts that are far more challenging than those built by random sampling or one-shot search. For reward design, we propose a \emph{rubric reward} that uses the gold entities along each reasoning chain as fine-grained, entity-level process supervision. This rubric reward is applied only to responses with correct final answers (positive-only strategy), distinguishing the reasoning quality among correct responses and preventing reward hacking. Experiments on three reasoning LLMs (4B--30B) across five long-context benchmarks demonstrate that \textsc{LongTraceRL} consistently outperforms strong baselines and encourages comprehensive, evidence-grounded reasoning. Codes, datasets and models are available at \href{https://github.com/THU-KEG/LongTraceRL}{https://github.com/THU-KEG/LongTraceRL}.

📄 PDF Abstract BibTeX arXiv:2605.31584

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

LongSeeker: Elastic Context Orchestration for Long-Horizon Search Agents

2026-05-06 · Yijun Lu, Rui Ye, Yuwen Du, Jiajun Wang 외 arxiv

Long-horizon search agents must manage a rapidly growing working context as they reason, call tools, and observe information. Naively accumulating all intermediate content can overwhelm the agent, increasing costs and th…

Learning Agent-Compatible Context Management for Long-Horizon Tasks

2026-05-29 · Lu Yi, Runlin Lei, Liuyi Yao, Yuexiang Xie 외 arxiv

LLM agents increasingly face long-horizon tasks such as web search and deep research in real-world applications, where accumulated context can cause long-context degradation and reasoning failures. Prior work mitigates t…

Reinforcement Learning

Self-Taught Agentic Long Context Understanding

2025-02-21 · Yufan Zhuang, Xiaodong Yu, Jialian Wu, Ximeng Sun 외

Answering complex, long-context questions remains a major challenge for large language models (LLMs) as it requires effective question clarifications and context retrieval. We propose Agentic Long-Context Understanding (…

Long-Context Understanding

InfiAgent: An Infinite-Horizon Framework for General-Purpose Autonomous Agents

2026-01-06 · Chenglin Yu, Yuchen Wang, Songmiao Wang, Hongxia Yang 외 arxiv

LLM agents can reason and use tools, but they often break down on long-horizon tasks due to unbounded context growth and accumulated errors. Common remedies such as context compression or retrieval-augmented prompting in…

Agentic Very Long Video Understanding

2026-01-26 · Aniket Rege, Arka Sadhu, Yuliang Li, Kejie Li 외 arxiv

The advent of always-on personal AI assistants, enabled by all-day wearable devices such as smart glasses, demands a new level of contextual understanding, one that goes beyond short, isolated events to encompass the con…