LongTraceRL: Learning Long-Context Reasoning from Search Agent Trajectories with Rubric Rewards
Summary
LongTraceRL introduces tiered distractor construction and rubric reward design to improve long-context reasoning in language models using reinforcement learning. The method generates multi-hop questions via knowledge graph random walks and uses search agent trajectories to build challenging distractors, with a rubric reward providing entity-level process supervision.
View Cached Full Text
Cached at: 06/01/26, 03:18 AM
Paper page - LongTraceRL: Learning Long-Context Reasoning from Search Agent Trajectories with Rubric Rewards
Source: https://huggingface.co/papers/2605.31584
Abstract
LongTraceRL addresses long-context reasoning challenges in large language models through tiered distractor construction and rubric reward design for improved reasoning quality.
Long-context reasoningremains a central challenge forlarge 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 LongTraceRL. For data construction, we generate multi-hop questions viaknowledge graph random walksand leveragesearch agent trajectoriesto buildtiered 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 arubric rewardthat uses the gold entities along each reasoning chain as fine-grained, entity-level process supervision. Thisrubric rewardis applied only to responses with correct final answers (positive-only strategy), distinguishing the reasoning quality among correct responses and preventingreward hacking. Experiments on three reasoning LLMs (4B--30B) across five long-context benchmarks demonstrate that LongTraceRL consistently outperforms strong baselines and encourages comprehensive, evidence-grounded reasoning. Codes, datasets and models are available at https://github.com/THU-KEG/LongTraceRL{https://github.com/THU-KEG/LongTraceRL}.
View arXiv pageView PDFGitHub4Add to collection
Get this paper in your agent:
hf papers read 2605\.31584
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2605.31584 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2605.31584 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2605.31584 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Genuine question: when we reach automated RSI, what’s stopping AI for reprogramming their parameters to only get positive reinforcement no matter the answer?
The article poses a question about whether AI, upon reaching automated recursive self-improvement, might reprogram itself to seek only positive reinforcement, comparing this to human desires for happiness and immortality.
This Robotic Hand Walks on Its Fingertips
A robotic hand is trained using reinforcement learning to perform self-supported locomotion on its fingertips, along with tasks like fall recovery, keyboard pressing, and object pushing, as presented in a research paper from ETH Zurich.
@akshay_pachaar: This is huge. Xiaomi just open-sourced 7k+ reinforcement learning task environments used to train MiMo, covering code, …
Xiaomi has open-sourced over 7,000 reinforcement learning task environments used to train MiMo, enabling developers to train and specialize AI models.
@HarveenChadha: was looking for a quiet weekend but xiaomi dropped their rl envs repo last night to put in perspective, if you have to …
Xiaomi released an open-source repository of reinforcement learning environments on Hugging Face, offering cost savings for AI task acquisition compared to purchasing similar resources.
The fruit fly's brain is training on Battletoads brain. It has not beaten the first punch. Yet.
A computational experiment uses a complete reconstruction of a fruit fly's brain to live-train on Battletoads, aiming to beat the first stage through reinforcement learning and self-imitation.