Boosting Deepresearch and LongContext Ability with Self-Generated Deepresearch Rollouts Traces
Summary
The paper proposes a method called DLD-RL to enhance deep research and long-context abilities in AI agents by repurposing reinforcement learning trajectories into long-context QA data, showing significant performance improvements on benchmarks.
View Cached Full Text
Cached at: 09/21/26, 09:00 AM
# Boosting Deepresearch and LongContext Ability with Self-Generated Deepresearch Rollouts Traces
Source: [https://arxiv.org/html/2609.20844](https://arxiv.org/html/2609.20844)
Zihan Wang1\\equalcontrib, Hao Wang2\\equalcontrib, Boyuan Jiang3, Yiqun Zhang1, Shi Feng1\\corresponding, Xiaocui Yang1, Yiwen Ye4, Jianghang Lin5, Xiaozhong Ji6, Jinghao Lin1, Kai Wu7
###### Abstract
Deepresearch \(DR\) agents interact with real\-world web environments through multi\-turn search and visit, causing their contexts to grow rapidly over time\. We observe that, even after DR Agentic Reinforcement Learning \(DR\-RL\), 61\.6% of the model’s remaining prediction errors can still be attributed to insufficient long\-context understanding, including long\-context hallucination and failures in cross\-document evidence integration\. It motivates us to further break the bottleneck of DR\-RL by strengthening the model’s long\-context ability\. However, effective LongContext training requires more than simply increasing context length\. To bridge the data gap, we propose ‘DR Rollouts to LongContext\-QA \(DR\-to\-Long\)’\. The method repurposes DR\-RL trajectories, which naturally contain search histories, visited webpages, evidence snippets, and final\-answer supervision\. It then replaces the compact snippets and webpage summaries in each trajectory with the full contents of their corresponding URLs, producing substantially longer multi\-document contexts while preserving the original evidence relationships\. Building onDR\-to\-Long, we introduceDLD \(DR→\\rightarrowLongQA→\\rightarrowDR\)\-RL\.DLD\-RLfirst performs a short DR\-RL stage to collect rollout trajectories, which are then converted into LongQA instances at zero annotation cost\. The model is subsequently optimized with LongQA\-RL to strengthen LongContext ability, followed by full DR\-RL to continue improving its DR capability\. Experiments show that DLD\-RL outperforms standard DR\-RL by 7\.3% on three Deepresearch benchmarks and improves performance by 13\.5% on three long\-context benchmarks\.
## Introduction
Deepresearch \(DR\) has attracted increasing attention as a representative agentic task\(Teamet al\.[2026a](https://arxiv.org/html/2609.20844#bib.bib1); Zenget al\.[2025](https://arxiv.org/html/2609.20844#bib.bib2); Xu and Peng[2025](https://arxiv.org/html/2609.20844#bib.bib3); Xuet al\.[2026](https://arxiv.org/html/2609.20844#bib.bib7)\)\. To answer complex questions, models must repeatedly search and browse the Web, gather evidence from multiple sources, and synthesize a final response\(Liet al\.[2026](https://arxiv.org/html/2609.20844#bib.bib4); Wuet al\.[2026](https://arxiv.org/html/2609.20844#bib.bib5); Liet al\.[2025](https://arxiv.org/html/2609.20844#bib.bib43); Luet al\.[2025](https://arxiv.org/html/2609.20844#bib.bib6)\)\. Such interactions can easily exceed 100 steps\(Teamet al\.[2026b](https://arxiv.org/html/2609.20844#bib.bib8),[2025a](https://arxiv.org/html/2609.20844#bib.bib9),[2025b](https://arxiv.org/html/2609.20844#bib.bib10)\), causing retrieved evidence and intermediate reasoning to accumulate continuously in the context\. At latter steps, the model must reorganize this growing context to determine its next tool action\(Yaoet al\.[2022](https://arxiv.org/html/2609.20844#bib.bib11)\)\. This suggests that LongContext understanding is an essential component of DR capability\. Specifically, we use a stronger language model to analyze the 1,000 trajectories of erroneous predictions made by several existing DR models on the evaluated benchmarks\(Teamet al\.[2025b](https://arxiv.org/html/2609.20844#bib.bib10),[2026c](https://arxiv.org/html/2609.20844#bib.bib37)\)\. The analysis shows that 61\.6% of these errors are associated with insufficie nt long\-context understanding\. Typical failures include generating claims unsupported by the retrieved evidence and failing to connect evidence across documents even when the information required for the answer is already present in the context, as illustrated in the upper\-left panel of Fig\.[1](https://arxiv.org/html/2609.20844#Sx1.F1)\. Moreover, recent context\-management methods further support this view: by alleviating the burden of LongContext processing, they can improve DR performance\(Wuet al\.[2025](https://arxiv.org/html/2609.20844#bib.bib12); Sunet al\.[2025](https://arxiv.org/html/2609.20844#bib.bib13); Luet al\.[2026](https://arxiv.org/html/2609.20844#bib.bib14)\)\.

Figure 1:Top left: Analysis of incorrect reasons in DR tasks\. Top right: Distribution of trace lengths for correct and incorrect trajectories during training\. Bottom: Performance comparison between DLD\-RL and DR\-RL only\.Researchers typically rely on DR Agentic Reinforcement Learning \(DR\-RL\) to push a model’s Deepresearch capability toward its performance ceiling\(Luet al\.[2025](https://arxiv.org/html/2609.20844#bib.bib6); Chuet al\.[2026](https://arxiv.org/html/2609.20844#bib.bib26); Teamet al\.[2025b](https://arxiv.org/html/2609.20844#bib.bib10)\)\. However, we observe that such improvements in DR performance lead to only marginal gains in long\-context understanding\. We hypothesize that positive training signals in DR\-RL predominantly come from shorter trajectories, where accurate early decisions allow the model to quickly retrieve useful evidence and complete the task\. In contrast, longer trajectories often involve repeated searches, ineffective evidence gathering, or information confusion, and are therefore more likely to fail, as illustrated in the upper\-right panel of Fig\.[1](https://arxiv.org/html/2609.20844#Sx1.F1)\. Consequently, standard DR\-RL receives limited positive supervision from long trajectories and may not sufficiently develop stable decision\-making over long contexts\. This motivates us to explicitly strengthen long\-context understanding to further break the performance bottleneck of DR\-RL\.
However, high\-quality long\-context training data is difficult to construct\. Such data must include not only multiple source documents highly relevant to the question, but also challenging distractor documents, implicit cross\-document evidence chains, and verifiable final answers\(Baiet al\.[2025](https://arxiv.org/html/2609.20844#bib.bib17),[2024b](https://arxiv.org/html/2609.20844#bib.bib19)\)\. These elements are essential for training models to locate and connect evidence across long contexts\(Baiet al\.[2024a](https://arxiv.org/html/2609.20844#bib.bib15); Wanget al\.[2024](https://arxiv.org/html/2609.20844#bib.bib16); Liuet al\.[2024](https://arxiv.org/html/2609.20844#bib.bib18)\)\. We realize that DR agents themselves are natural producers of such data\. When solving a complex question, a DR agent actively searches for information, visits multiple relevant webpages, filters evidence, and generates a final answer\. This process naturally provides the key components of long\-context training instances: visited webpages serve as evidence documents, retrieved but unused pages provide related yet challenging distractors, and the final answer together with task feedback supplies the training signal\. Motivated by this observation, we introduceDR Rollouts to Long\-Context QA \(DR\-to\-Long\), which transforms existing DR interaction trajectories into multi\-document long\-context QA \(LongQA\) data with no additional annotation cost\. We pair the original question with the expanded webpage context to construct a long\-context QA instance\. For successful rollouts, the correct final answer provides evidence that the retrieved context already contains sufficient information to solve the question, allowing these traces to be converted directly\. Failed rollouts, however, are potentially more valuable because they often contain noisier evidence and more challenging distractors, but they may lack some information required for deriving the correct answer\. We therefore augment the expanded context of a failed rollout with the compact, high\-value search snippets and webpage summaries from a successful rollout of the same question\. It saves the difficulty of the failed trajectory while ensuring answer sufficiency\. Our experiments show that such augmented failed\-rollout instances are more challenging and yield better training effectiveness than data constructed solely from successful rollouts\. By controlling the number of webpages expanded, our method can flexibly generate contexts from 64K–128K tokens in training and scale to million\-token instances without any annotation\.
DR\-to\-Longnaturally leads to our training framework,DLD\-RL \(DR→\\rightarrowLongQA→\\rightarrowDR\)\. DLD\-RL first performs a short stage of DR\-RL to generate rollout traces, which are subsequently converted into LongContext\-QA data byDR\-to\-Long\. The model is then trained on these instances with longQA\-RL to strengthen its long\-context understanding ability, after which full DR\-RL is resumed to further improve its agentic performance\. Compared with continuously applying Deepresearch RL only, DLD\-RL achieves consistently better performance and surpasses the original DR\-RL performance ceiling\. Meanwhile, the intermediate LongQA\-RL stage substantially improves the model’s long\-context reasoning capability\.
We evaluate DLD\-RL on two models initialized from Deepresearch\-SFT checkpoints\. Across three Deepresearch benchmarks, DLD\-RL achieves an average relative improvement of approximately 7\.3% over standard Deepresearch RL\. It also delivers an average relative improvement of approximately 13\.5% across three long\-context benchmarks\. Fig\.[1](https://arxiv.org/html/2609.20844#Sx1.F1)shows the score fluctuations of pure DR\-RL and DLD\-RL on two types of benchmarks\. Further analysis shows that LongQA\-RL does more than improve long\-context benchmark scores: it also meaningfully changes the behavior of the DR agent\. For example, the resulting model invokes theVisittool more frequently to inspect the full contents of webpages rather than relying primarily on compact search snippets\. These findings reveal a mutually reinforcing relationship between LongContext and DR capability\. Our contributions are summarized as follows:
- •We provide empirical evidence that long\-context understanding is a major bottleneck for current Deepresearch\(DR\) agents\. Our analysis further shows that standard DR reinforcement learning \(DR\-RL\) alone struggles to overcome this limitation\.
- •We proposeDR\-to\-Long, a data\-construction method that recompiles rollout trajectories generated during DR\-RL into directly usable, multi\-document long\-context QA instances with nearly no additional annotation cost\. It can even produce training instances exceeding 1M tokens\.
- •We introduceDLD\-RL, aDR→\\rightarrowLongQA→\\rightarrowDRtraining framework that uses rollouts collected during an initial DR\-RL stage to construct long\-context training data, interleaves a dedicated LongQA\-RL stage, and subsequently resumes full DR\-RL\. DLD\-RL achieves substantial improvements across three Deepresearch benchmarks and three long\-context benchmarks\.
## Related Work
#### Deepresearch Agent
Large language model agents increasingly augment internal knowledge with external information, as exemplified by RAG\(Lewiset al\.[2020](https://arxiv.org/html/2609.20844#bib.bib22)\)\. Deepresearch extends this paradigm by enabling models to actively search and reason over retrieved evidence\(Luet al\.[2025](https://arxiv.org/html/2609.20844#bib.bib6); Wanget al\.[2026](https://arxiv.org/html/2609.20844#bib.bib23)\), often across hundreds of interaction steps\(Zenget al\.[2025](https://arxiv.org/html/2609.20844#bib.bib2)\)\. Benchmarks such as BrowseComp\(Weiet al\.[2025](https://arxiv.org/html/2609.20844#bib.bib20)\)and XBench\(Chenet al\.[2025](https://arxiv.org/html/2609.20844#bib.bib21)\)evaluate these capabilities in realistic Web environments, requiring extensive tool use, evidence localization, and multi\-source reasoning\. Deepresearch trajectory data can be used for Agentic SFT to familiarize models with tool use and multi\-turn interaction\(Duet al\.[2026b](https://arxiv.org/html/2609.20844#bib.bib24),[a](https://arxiv.org/html/2609.20844#bib.bib25)\), while Deepresearch RL further improves autonomous search, browsing, and evidence synthesis\(Chuet al\.[2026](https://arxiv.org/html/2609.20844#bib.bib26); Teamet al\.[2025a](https://arxiv.org/html/2609.20844#bib.bib9)\)\. However, even after Deepresearch RL, models may still fail due to long\-context hallucination, evidence omission, or weak cross\-document integration\. DLD\-RL targets this remaining bottleneck and thereby further improves Deepresearch performance\.
#### LongContext Ability in Long\-Horizon Tasks
As models are expected to solve increasingly complex tasks, they must often decompose them into multiple subproblems and operate over longer time horizons, motivating the growing interest in long\-horizon intelligence\(Erdoganet al\.[2025](https://arxiv.org/html/2609.20844#bib.bib28); Zenget al\.[2026](https://arxiv.org/html/2609.20844#bib.bib29); Wanget al\.[2025a](https://arxiv.org/html/2609.20844#bib.bib30); Patwardhanet al\.[2025](https://arxiv.org/html/2609.20844#bib.bib31)\)\. Modern agent systems can easily involve hundreds or even thousands of interaction steps, causing their accumulated reasoning and observations to rapidly expand the required context\(Teamet al\.[2026b](https://arxiv.org/html/2609.20844#bib.bib8); Leeet al\.[2026](https://arxiv.org/html/2609.20844#bib.bib33); Desaiet al\.[2026](https://arxiv.org/html/2609.20844#bib.bib32)\)\. Stable performance in such settings therefore depends on strong long\-context capabilities\(Huet al\.[2025](https://arxiv.org/html/2609.20844#bib.bib35); Douet al\.[2026a](https://arxiv.org/html/2609.20844#bib.bib34),[b](https://arxiv.org/html/2609.20844#bib.bib27)\), as evaluated by benchmarks such as LongBench\-v2\(Baiet al\.[2025](https://arxiv.org/html/2609.20844#bib.bib17)\)and CL\-Bench\(Douet al\.[2026b](https://arxiv.org/html/2609.20844#bib.bib27)\)\. DeepResearch is a representative long\-horizon task requiring multi\-document reasoning and evidence synthesis\. Its rollouts provide long\-context training data without extra annotation, improving both long\-context understanding and task performance, with potential transfer to other long\-horizon tasks\.
## Preliminaries
#### Problem Settings
We consider two task settings: Deepresearch\-QA \(DR QA\) and LongContext\-QA \(Long QA\)\. In a DR\-QA task, the system input consists of the system promptPSP\_\{S\}and the tool specificationsPTP\_\{T\}, denoted asPS\+PTP\_\{S\}\+P\_\{T\}, while the user provides only the questionPQP\_\{Q\}\. The tool specifications describe the set of tools available to the model and provide the necessary instructions for using them, including their functions, expected input formats, and returned outputs\. Based on these specifications, the model can determine which tool to invoke and how to construct a valid tool call during the research process\. At each interaction step, the model generates a reasoning trace followed by a tool call, denoted asResthink\+RestoolRes\_\{\\mathrm\{think\}\}\+Res\_\{\\mathrm\{tool\}\}\. The backend then executes the tool call, returns the resulting observation to the model, and initiates the next interaction round\. This iterative process continues until the model stops invoking tools and produces a final textual answer likeResthink\+RestextRes\_\{\\mathrm\{think\}\}\+Res\_\{\\mathrm\{text\}\}or until the maximum interaction or context budget is reached\. In a Long QA task, the system input contains the system promptPSP\_\{S\}, while the user input consists of the questionPQP\_\{Q\}and its associated contextPCtxP\_\{\\mathrm\{Ctx\}\}\. Without interacting with external tools, the model directly generates a reasoning trace followed by a textual answer, denoted asResthink\+RestextRes\_\{\\mathrm\{think\}\}\+Res\_\{\\mathrm\{text\}\}\.
#### Tool Settings
We equip the agent with two commonly used Deepresearch tools:SearchandVisit\.Searchis implemented through Serper111https://serper\.dev/and performs keyword\-based Web retrieval, returning the snippets and URLs of the top\-10 relevant webpages\.Visitaccesses the webpage associated with a given URL through Jina222https://jina\.ai/and returns content summarized according to a specified summary goal\. A separate summarization model is used to condense lengthy webpages\. Consequently, the agent only observes compressed representations of the underlying webpages, whether through the snippets returned bySearchor the summaries produced byVisit\.DR\-to\-Longexpands these traces into long\-context data by replacing such compressed observations with the full contents of their corresponding webpages\.
## DLD \(DR \-\> Long \-\> DR\)\-RL
As illustrated in Fig\.[2](https://arxiv.org/html/2609.20844#Sx4.F2)and Alg\.[1](https://arxiv.org/html/2609.20844#alg1), DLD\-RL consists of four stages\. First, starting from a DeepResearch\-SFT model, we perform a short stage of standard GRPO\-based DeepResearch RL to collect rollout trajectories\. Second, these trajectories are converted into LongContext\-QA training data\. Third, we continue training from the resulting warm\-up DeepResearch policy and conduct LongContext\-QA RL to strengthen its long\-context capabilities\. Finally, the long\-context\-enhanced model resumes DeepResearch RL and is further optimized until performance saturates\.

Figure 2:Overview of the proposed DLD\-RL framework\.Algorithm 1DLD\-RLAgentic\-SFT policy
πSFT\\pi\_\{\\mathrm\{SFT\}\}, DR dataset
𝒟DR\\mathcal\{D\}\_\{\\mathrm\{DR\}\}, context limit
LmaxL\_\{\\max\}
Final policy
π∗\\pi^\{\*\}
Stage 1: Collect DR rollouts
\(πwarm,ℛ\)←DeepresearchRL\(πSFT,𝒟DR,βKL=0\)\(\\pi\_\{\\mathrm\{warm\}\},\\mathcal\{R\}\)\\leftarrow\\textsc\{DeepresearchRL\}\(\\pi\_\{\\mathrm\{SFT\}\},\\mathcal\{D\}\_\{\\mathrm\{DR\}\},\\beta\_\{\\mathrm\{KL\}\}=0\)
Stage 2: Construct LongQA data
𝒟LongQA←∅\\mathcal\{D\}\_\{\\mathrm\{LongQA\}\}\\leftarrow\\emptyset
for all
\(q,a∗\)∈𝒟DR\(q,a^\{\*\}\)\\in\\mathcal\{D\}\_\{\\mathrm\{DR\}\}do
ℛq\+,ℛq−←SplitByReward\(ℛq\)\\mathcal\{R\}\_\{q\}^\{\+\},\\mathcal\{R\}\_\{q\}^\{\-\}\\leftarrow\\textsc\{SplitByReward\}\(\\mathcal\{R\}\_\{q\}\)
Eq\+←ExtractEvidence\(ℛq\+\)E\_\{q\}^\{\+\}\\leftarrow\\textsc\{ExtractEvidence\}\(\\mathcal\{R\}\_\{q\}^\{\+\}\)
for all
τ\+∈ℛq\+\\tau^\{\+\}\\in\\mathcal\{R\}\_\{q\}^\{\+\}do
C\+←ExpandURLs\(τ\+,Lmax\)C^\{\+\}\\leftarrow\\textsc\{ExpandURLs\}\(\\tau^\{\+\},L\_\{\\max\}\)
𝒟LongQA←𝒟LongQA∪\{\(q,C\+,a∗\)\}\\mathcal\{D\}\_\{\\mathrm\{LongQA\}\}\\leftarrow\\mathcal\{D\}\_\{\\mathrm\{LongQA\}\}\\cup\\\{\(q,C^\{\+\},a^\{\*\}\)\\\}
endfor
for all
τ−∈ℛq−\\tau^\{\-\}\\in\\mathcal\{R\}\_\{q\}^\{\-\}do
C−←ExpandURLs\(τ−,Lmax\)C^\{\-\}\\leftarrow\\textsc\{ExpandURLs\}\(\\tau^\{\-\},L\_\{\\max\}\)
C~−←AugmentContext\(C−,Eq\+,Lmax\)\\widetilde\{C\}^\{\-\}\\leftarrow\\textsc\{AugmentContext\}\(C^\{\-\},E\_\{q\}^\{\+\},L\_\{\\max\}\)
𝒟LongQA←𝒟LongQA∪\{\(q,C~−,a∗\)\}\\mathcal\{D\}\_\{\\mathrm\{LongQA\}\}\\leftarrow\\mathcal\{D\}\_\{\\mathrm\{LongQA\}\}\\cup\\\{\(q,\\widetilde\{C\}^\{\-\},a^\{\*\}\)\\\}
endfor
endfor
Stage 3: Long\-context RL with KL regularization
πref←Freeze\(πwarm\)\\pi\_\{\\mathrm\{ref\}\}\\leftarrow\\textsc\{Freeze\}\(\\pi\_\{\\mathrm\{warm\}\}\)
πL←LongQARL\(πwarm,πref,𝒟LongQA,βKL\>0\)\\pi\_\{\\mathrm\{L\}\}\\leftarrow\\textsc\{LongQARL\}\(\\pi\_\{\\mathrm\{warm\}\},\\pi\_\{\\mathrm\{ref\}\},\\mathcal\{D\}\_\{\\mathrm\{LongQA\}\},\\beta\_\{\\mathrm\{KL\}\}\>0\)
Stage 4: Resume full DR\-RL without KL
π∗←DeepresearchRL\(πL,𝒟DR,βKL=0\)\\pi^\{\*\}\\leftarrow\\textsc\{DeepresearchRL\}\(\\pi\_\{\\mathrm\{L\}\},\\mathcal\{D\}\_\{\\mathrm\{DR\}\},\\beta\_\{\\mathrm\{KL\}\}=0\)
return
π∗\\pi^\{\*\}
### Deepresearch RL \(Warm\)
We first perform a short stage of Deepresearch reinforcement learning as a warm\-up\. Through multi\-turn interactions with Web tools, the model learns to search, visit webpages, terminate tool use, and produce a final answer\. Rather than training the model to convergence at this stage, our primary objective is to collect informative Deepresearch trajectories for the subsequentDR\-To\-Longconversion\. These trajectories provide the search queries, visited URLs, compressed webpage observations, and final responses required to construct long\-context question\-answering data\. Both successful and unsuccessful trajectories are retained, as they expose diverse retrieval paths and webpage evidence that can be reused in the following stage\.
We adopt GRPO\(Shaoet al\.[2024](https://arxiv.org/html/2609.20844#bib.bib42)\)to optimize the Deepresearch policy\. For each questionqq, we sample a group of trajectories𝒯=\{τi\}i=1G\\mathcal\{T\}=\\left\\\{\{\\tau\_\{i\}\}\\right\\\}\_\{i=1\}^\{G\}from the old policyπθold\\pi\_\{\\theta\_\{\\mathrm\{old\}\}\}\. The optimization objective is defined in Eq\.[1](https://arxiv.org/html/2609.20844#Sx4.E1):
𝒥DR\(θ\)=𝔼q,𝒯\[1G∑i=1G1\|τi\|∑t=1\|τi\|ℓ\(ρi,t,A^i\)\],\\mathcal\{J\}\_\{\\mathrm\{DR\}\}\(\\theta\)=\\mathbb\{E\}\_\{q,\\mathcal\{T\}\}\\left\[\\frac\{1\}\{G\}\\sum\_\{i=1\}^\{G\}\\frac\{1\}\{\|\\tau\_\{i\}\|\}\\sum\_\{t=1\}^\{\|\\tau\_\{i\}\|\}\\ell\(\\rho\_\{i,t\},\\hat\{A\}\_\{i\}\)\\right\],\(1\)whereρi,t\\rho\_\{i,t\}denotes the probability ratio between the current and old policies,
A^i=r\(τi\)−mean\(r\(τj\)j=1G\)std\(r\(τj\)j=1G\)\+δ,\\hat\{A\}\_\{i\}=\\frac\{r\(\\tau\_\{i\}\)\-\\operatorname\{mean\}\\left\(\{r\(\\tau\_\{j\}\)\}\_\{j=1\}^\{G\}\\right\)\}\{\\operatorname\{std\}\\left\(\{r\(\\tau\_\{j\}\)\}\_\{j=1\}^\{G\}\\right\)\+\\delta\},\(2\)is the group\-normalized advantage, andℓ\(ρ,A\)=min\(ρA,clip\(ρ,1−ϵ,1\+ϵ\)A\)\\ell\(\\rho,A\)=\\min\\left\(\\rho A,\\operatorname\{clip\}\(\\rho,1\-\\epsilon,1\+\\epsilon\)A\\right\)is the clip mechanism\.
We use an LLM\-judged binary rewardrr: a trajectory receives a reward of11if its final answer matches the reference answer and0otherwise\. Traces that exceed the maximum length or fail to produce a valid answer also receive0reward\. Following common practice in DR RL\(Luet al\.[2025](https://arxiv.org/html/2609.20844#bib.bib6); Teamet al\.[2025a](https://arxiv.org/html/2609.20844#bib.bib9)\), we omit the KL regularization term\.
### Deepresearch Rollouts to LongContext\-QAs
During Deepresearch GRPO, we sample multiple rollout trajectories for each question\. Different trajectories often retrieve different webpages, providing diverse sources for constructing long\-context training data\. For a questionqq, the collected rollout trajectories are represented as Eq\.[3](https://arxiv.org/html/2609.20844#Sx4.E3):
𝒯\(q\)=\{τi\}i=1N,\\mathcal\{T\}\(q\)=\\\{\\tau\_\{i\}\\\}\_\{i=1\}^\{N\},\(3\)where each trajectoryτi\\tau\_\{i\}consists of interleaved reasoning traces, tool calls, and tool observations\. For each trajectory, we extract the webpages collected throughSearchandVisit\. The retrieved documents are denoted asDDas shown in Eq\.[4](https://arxiv.org/html/2609.20844#Sx4.E4):
D=\{d1,d2,…,dn\},D=\\\{d\_\{1\},d\_\{2\},\.\.\.,d\_\{n\}\\\},\(4\)where eachdid\_\{i\}represents an individual retrieved document, including search snippets, webpage summaries, or reconstructed webpage contents\. We concatenate these documents to construct a long contextCiC\_\{i\}, as defined in Eq\.[5](https://arxiv.org/html/2609.20844#Sx4.E5):
C=\[d1;d2;…;dn\],C=\[d\_\{1\};d\_\{2\};\.\.\.;d\_\{n\}\],\(5\)which is then paired with the original question and answer to form a LongContext\-QA instance\(q,C,a∗\)\(q,C,a^\{\*\}\), which is exactly the training sample, whereqqis the original question,CCis the constructed long context, anda∗a^\{\*\}is the original answer\.
For successful trajectories,CiC\_\{i\}directly represents the evidence collected by the agent to solve the original Deepresearch task\. For unsuccessful trajectories, we construct contexts in the same manner\. Since these contexts correspond to cases where the model failed, they provide challenging examples involving incomplete evidence selection or cross\-document reasoning failures\. We further combine unsuccessful contexts with search/visit results in successful contexts from the same question to create harder training instances\.
Finally, we revisit the URLs contained in each trajectory and retrieve the original webpage content, replacing snippets or summaries to further expand the context\. The length comparison between the original rollout traces and the resulting LongContext\-QA data is shown in Fig\.[3](https://arxiv.org/html/2609.20844#Sx4.F3)\.

Figure 3:Length distributions of the original Deepresearch rollout trajectories and the LongContext\-QA instances constructed through DR\-To\-Long\. We control the LongContext\-QA’s context length to 64k\-128k\.
### LongContext\-QA RL
After the DR\-To\-Long conversion, the resulting LongContext\-QA instances are used to further optimize the model\. Unlike Deepresearch RL, noSearchorVisittools are available at this stage; instead, the model directly generates an answer based on the provided long context\. GRPO\(Shaoet al\.[2024](https://arxiv.org/html/2609.20844#bib.bib42)\)is applied to the constructed training data\. Rather than optimizing tool\-use behaviors, this stage focuses on improving long\-context comprehension, evidence localization, and cross\-document integration\. The reward is binary, too\. And invalid or truncated responses receive zero reward\. To retain the tool\-use and multi\-turn capabilities learned during DeepResearch RL \(Warm\), we keep a frozen reference policyπref\\pi\_\{\\mathrm\{ref\}\}and add KL regularization to the objective in Eq\.[6](https://arxiv.org/html/2609.20844#Sx4.E6)\.
𝒥Long\(θ\)=𝔼x,𝒴\[1G∑i=1G1\|yi\|∑t=1\|yi\|\(ℓ\(ρi,t,A^i\)−βDKL\(πθ∥πref\)i,t\)\],\\begin\{split\}\\mathcal\{J\}\_\{\\mathrm\{Long\}\}\(\\theta\)=\\mathbb\{E\}\_\{x,\\mathcal\{Y\}\}\\Bigg\[&\\frac\{1\}\{G\}\\sum\_\{i=1\}^\{G\}\\frac\{1\}\{\|y\_\{i\}\|\}\\sum\_\{t=1\}^\{\|y\_\{i\}\|\}\\Big\(\\ell\(\\rho\_\{i,t\},\\hat\{A\}\_\{i\}\)\\\\ &\\quad\-\\beta D\_\{\\mathrm\{KL\}\}\\left\(\\pi\_\{\\theta\}\\\|\\pi\_\{\\mathrm\{ref\}\}\\right\)\_\{i,t\}\\Big\)\\Bigg\],\\end\{split\}\(6\)whereDKLD\_\{\\mathrm\{KL\}\}represents the low\-variance KL estimator, andβ\\betacontrols the KL regularization strength\. Both the initial policy and reference policy are initialized from the Warm\-up Deepresearch RL checkpoint, whileπref\\pi\_\{\\mathrm\{ref\}\}remains frozen during LongContext\-QA RL\.
### Deepresearch RL \(Full\)
Through the preceding stages, DLD\-RL first strengthens the model’s Deepresearch capability and then substantially improves its long\-context QA performance\. However, because LongQA\-RL primarily optimizes reasoning over long inputs, the resulting model may not yet achieve its full potential on Deepresearch tasks\. We therefore use this model to initialize the final Deepresearch RL stage, which serves as an annealing phase to realign the policy with the Deepresearch objective\. Specifically, we resume training with the same optimization procedure described in Sec\. 4\.2 and continue until performance saturates\. Together, the four stages of DLD\-RL form a closed training loop without additional annotation\.
## Experiments
### Benchmarks and Baselines
#### Benchmarks
We evaluate our models and several baselines on both Deepresearch\(DR\) and LongContext question\-answering tasks\. For Deepresearch evaluation, we use three representative benchmarks: BrowseComp\-300\(Weiet al\.[2025](https://arxiv.org/html/2609.20844#bib.bib20)\), SEAL\-0\(Phamet al\.[2025](https://arxiv.org/html/2609.20844#bib.bib38)\), and the more challenging XBench\-2510\(Chenet al\.[2025](https://arxiv.org/html/2609.20844#bib.bib21)\)\. For long\-context evaluation, we use LongBench\-v2\(Baiet al\.[2025](https://arxiv.org/html/2609.20844#bib.bib17)\), Frames\(Krishnaet al\.[2025](https://arxiv.org/html/2609.20844#bib.bib40)\), and LongReason\(Linget al\.[2025](https://arxiv.org/html/2609.20844#bib.bib39)\)\. Together, these benchmarks assess Web search and evidence synthesis as well as long\-context comprehension and cross\-document reasoning\.
#### Baselines
For DR evaluation, we compare against several similarly sized DR models, including DeepDive\(Luet al\.[2025](https://arxiv.org/html/2609.20844#bib.bib6)\), WebSailor\(Liet al\.[2025](https://arxiv.org/html/2609.20844#bib.bib43)\), OffSeeker\(Zhouet al\.[2026](https://arxiv.org/html/2609.20844#bib.bib49)\), WebExplorer\(Liuet al\.[2025a](https://arxiv.org/html/2609.20844#bib.bib50)\), and AgentCPM\-Explore\(Chenet al\.[2026](https://arxiv.org/html/2609.20844#bib.bib51)\)\. For long\-context evaluation, we report the performance of both general\-purpose base models and Deepresearch models\. The base\-model baselines include Qwen3\-4B/30B\-Thinking\-2507\(Yanget al\.[2025](https://arxiv.org/html/2609.20844#bib.bib46)\)and Qwen3\.5\-9B\-Instruct\(Qwen Team[2026](https://arxiv.org/html/2609.20844#bib.bib48)\)\.
### Detailed Settings
#### Backbones
We conduct subsequent reinforcement learning on two backbone models: DR\-Venus\-4B\-SFT\(Teamet al\.[2026c](https://arxiv.org/html/2609.20844#bib.bib37)\), an existing model that has undergone Deepresearch supervised fine\-tuning, and another model that we fine\-tune for Deepresearch using the REDSearcher\-SFT\-10K\(Chuet al\.[2026](https://arxiv.org/html/2609.20844#bib.bib26)\)dataset\.
#### Training Parameters
During reinforcement learning, each batch consists of eight queries, with eight sampled responses generated for each query\. For LongQA\-RL, we set the KL\-divergence coefficient to 0\.005\. The training queries are drawn from the REDSearcher\(Chuet al\.[2026](https://arxiv.org/html/2609.20844#bib.bib26)\)dataset\. For a fair comparison, DLD\-RL and the DR\-RL\-only baseline use the same total number of RL optimization steps\. In DLD\-RL, this budget is distributed across its three training stages \(DR→Long→DRDR\\rightarrow Long\\rightarrow DR\), while the baseline uses it entirely for continuous DR\-RL\. DeepSeek\-V4\-Flash\(Xuet al\.[2026](https://arxiv.org/html/2609.20844#bib.bib7)\)is used to judge whether the model’s final answer matches the reference answer and give the reward; responses without a valid final answer are marked as incorrect\.
#### Test Parameters
We evaluate each benchmark three times and report the average score\. For DeepResearch evaluation, we set the maximum number of interaction turns to 150, the maximum context length to 128K tokens, and the maximum output length per turn to 9\.6K tokens\. For long\-context evaluation, the maximum input and output lengths are set to 128K and 32K tokens, respectively\. For instances whose input exceeds the 128K\-token limit, we follow the commonly adopted middle\-truncation strategy\(Wanget al\.[2025b](https://arxiv.org/html/2609.20844#bib.bib47); Baiet al\.[2025](https://arxiv.org/html/2609.20844#bib.bib17); Sohet al\.[2025](https://arxiv.org/html/2609.20844#bib.bib45); Liuet al\.[2025b](https://arxiv.org/html/2609.20844#bib.bib44)\), retaining the first 64K and the last 64K tokens of the original context\. During evaluation, we adopt the same judging protocol as that used to compute the training reward\.
Table 1:Performance comparison on Deepresearch benchmarks\. Rows prefixed with “\+\+” denote alternative training strategies initialized from the corresponding SFT checkpoint\. D\(Warm\)L\-RL includes an additional long\-context RL stage after D\(Warm\)\-RL\. Best results are bolded, and second\-best results are underlined within model families\.
### Performance on Deepresearch Benchmarks
Tab\.[1](https://arxiv.org/html/2609.20844#Sx5.T1)compares our models with representative Deepresearch \(DR\) systems\. We make three main observations\.\(i\)The 4B and 9B models trained with DLD\-RL achieve leading performance among models of comparable scale, showing that the framework generalizes across model sizes and backbones\.\(ii\)DLD\-RL consistently outperforms the corresponding DR\-RL\-only baselines on both backbones and all three benchmarks\. This suggests that the intermediate long\-context training stage helps overcome the performance plateau of continued standard DR\-RL\.\(iii\)After the intermediateD\(Warm\)L\-RLstage, BrowseComp performance remains similar or slightly decreases, while the other two benchmarks generally improve\. This indicates that stronger long\-context understanding can already benefit Deepresearch before the final DR\-RL stage, particularly on tasks requiring extensive evidence aggregation and cross\-document reasoning\. In contrast, BrowseComp may depend more on precise search decisions and early exploration\. Overall, the results support our hypothesis that long\-context understanding is an important foundation for further improving DR agents\.
Table 2:Long\-context performance of Deepresearch models and larger reference models\. Rows prefixed by “\+\+” denote alternative RL training modes initialized from the corresponding SFT checkpoint\. D\(Warm\)L\-RL includes an additional long\-context RL stage after D\(Warm\)\-RL\. Within each model family, the best result is shown in bold and the second\-best is underlined\.
### Performance on LongContext Benchmarks
Tab\.[2](https://arxiv.org/html/2609.20844#Sx5.T2)compares the long\-context capabilities of our models with representative DR models and their base models\. We make three main observations\.\(i\)DLD\-RL consistently improves performance across all three long\-context benchmarks on both model scales, demonstrating its effectiveness in strengthening long\-input understanding and cross\-document evidence integration\.\(ii\)Existing DR models generally underperform their original base models, suggesting that conventional DR post\-training may degrade general long\-context capabilities\. Standard DR\-RL only partially recovers this loss, whereas DLD\-RL enables the 9B model to surpass its base model and achieve performance comparable to a much larger 30B\-A3B model\.\(iii\)The final DR\-RL stage preserves, and sometimes further improves, the gains obtained from LongQA\-RL\. Together with the Deepresearch results, this suggests that long\-context reasoning and agentic search can reinforce each other\. By reusing the model’s own interaction trajectories, DLD\-RL improves both capabilities through a self\-boosting training process\.
Table 3:Ablation study of DLD\-RL on Deepresearch and long\-context benchmarks\. Rows prefixed with “\+\+” denote alternative training strategies initialized from the corresponding SFT checkpoint\. Results are averaged over the three benchmarks in each category\.
### Ablation Study
We conduct three ablation studies by comparing our full method with the original model, the DR\-RL\-only baseline, and the intermediate checkpoints corresponding to different training stages\. Specifically, we examine the following variants:\(i\)removing the KL regularization used during LongQA\-RL;\(ii\)excluding long\-context QA instances derived from failed rollout trajectories; and\(iii\)moving LongQA\-RL to after the full Deepresearch RL stage\.
For\(i\), the multi\-turn agentic behavior acquired through SFT is inherently fragile\. Removing KL regularization allows the policy to deviate more aggressively toward the LongQA objective, which can produce larger gains in long\-context capability but simultaneously degrades the agentic behaviors required for Deepresearch\. This result highlights the importance of constraining policy drift during the intermediate LongQA\-RL stage\. For\(ii\), failed rollout trajectories typically contain more irrelevant, misleading, or mutually conflicting documents than successful trajectories\. In contrast, contexts constructed solely from successful rollouts often contain relatively straightforward evidence structures and therefore provide insufficient difficulty for training robust long\-context reasoning\. Incorporating failed trajectories exposes the model to harder distractors and more complex cross\-document relationships, leading to stronger training signals\. For\(iii\), our ultimate goal is to improve Deepresearch performance\. Once DR\-RL has reached a performance plateau, shifting the optimization objective to LongQA may partially weaken the agentic capabilities acquired during the preceding DR\-RL stage\. The final Deepresearch RL stage therefore serves as an annealing phase, gradually realigning the policy with the Deepresearch objective and translating the enhanced long\-context capability into more effective search and browsing behavior\. Notably, across all insertion positions and data variants, DR\-to\-Long data consistently improves long\-context QA performance, demonstrating the effectiveness of the constructed training data\.
### The Potential of Rollouts to LongContext\-QAs
The core idea of DR Rollouts to LongContext QA \(DR\-to\-Long\) is to replace compact rollout observations, such as search snippets and webpage summaries, with the full contents of their corresponding URLs\. This preserves the original semantic and evidential relationships among retrieved documents while substantially increasing the context length\. In our main experiments, we truncate the constructed contexts to 64K–128K tokens to match the training configuration\. In principle, however, their length is limited only by the total content of the visited webpages\. To evaluate the scalability of this construction, we progressively expand more URLs from real DR rollouts and measure the resulting context length on Fig\.[4](https://arxiv.org/html/2609.20844#Sx5.F4)\. Context length grows rapidly with expanded URLs, reaching about 1\.5 million tokens for 100 URLs—beyond most public models’ limits\. Since such data can be generated from existing rollouts with minimal annotation, DR trajectories offer a natural source for long\-context pretraining\.

Figure 4:Growth of the constructed LongQA context length as more URLs from DeepResearch rollouts are expanded\.
### LongContext Ability Influnces the Deepresearch Tool\-use Preference
We further investigate how LongQA\-RL affects the agent’s search behavior by comparing its tool\-use statistics with those of the DR\-RL\-only baseline\. After LongQA\-RL, the model generates fewer redundant queries inSearchand uses theVisittool more frequently\. We consider two search queries similar when the Jaccard similarity between their terms is at least 0\.8\. This behavioral shift suggests that the agent relies less on repeatedly exploring similar information and instead conducts more in\-depth examination of promising sources\. It also reflects a better understanding of the accumulated context, enabling the agent to avoid revisiting previously explored evidence and allocate its tool budget more effectively\. Overall, these results indicate that stronger long\-context ability can lead to more focused and efficient evidence\-gathering behavior\.
Table 4:Tool\-use behaviors on BrowseComp\. Rows prefixed by “\+\+” denote successive training stages initialized from the model immediately above\.
## Conclusion
In this work, we identify insufficient LongContext capability as a key bottleneck for DeepResearch agents\. We propose DR\-to\-Long and DLD\-RL\. DR\-to\-Long converts naturally collected DeepResearch rollout data into multi\-document LongContext QA data without additional annotation, and also has the potential to provide ultra\-long\-context data for pretraining\. DLD\-RL is a DR→\\rightarrowLongQA→\\rightarrowDR training framework\. Experiments show that DLD\-RL consistently improves both DeepResearch performance and LongContext reasoning\. Further analysis shows that stronger LongContext capability changes agents’ tool\-use preferences, suggesting an inherent connection between the two capabilities\.
## References
- Longalign: a recipe for long context alignment of large language models\.InFindings of the Association for Computational Linguistics: EMNLP 2024,pp\. 1376–1395\.Cited by:[Introduction](https://arxiv.org/html/2609.20844#Sx1.p3.1)\.
- Y\. Bai, X\. Lv, J\. Zhang, H\. Lyu, J\. Tang, Z\. Huang, Z\. Du, X\. Liu, A\. Zeng, L\. Hou,et al\.\(2024b\)Longbench: a bilingual, multitask benchmark for long context understanding\.InProceedings of the 62nd annual meeting of the association for computational linguistics \(volume 1: Long papers\),pp\. 3119–3137\.Cited by:[Introduction](https://arxiv.org/html/2609.20844#Sx1.p3.1)\.
- Y\. Bai, S\. Tu, J\. Zhang, H\. Peng, X\. Wang, X\. Lv, S\. Cao, J\. Xu, L\. Hou, Y\. Dong,et al\.\(2025\)Longbench v2: towards deeper understanding and reasoning on realistic long\-context multitasks\.InProceedings of the 63rd Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),pp\. 3639–3664\.Cited by:[Introduction](https://arxiv.org/html/2609.20844#Sx1.p3.1),[LongContext Ability in Long\-Horizon Tasks](https://arxiv.org/html/2609.20844#Sx2.SS0.SSS0.Px2.p1.1),[Benchmarks](https://arxiv.org/html/2609.20844#Sx5.SSx1.SSS0.Px1.p1.1),[Test Parameters](https://arxiv.org/html/2609.20844#Sx5.SSx2.SSS0.Px3.p1.1)\.
- H\. Chen, X\. Cong, S\. Fan, Y\. Fu, Z\. Gong, Y\. Lu, Y\. Li, B\. Niu, C\. Pan, Z\. Song, H\. Wang, Y\. Wu, Y\. Wu, Z\. Xie, Y\. Yan, Z\. Zhang, Y\. Lin, Z\. Liu, and M\. Sun \(2026\)AgentCPM\-Explore: realizing long\-horizon deep exploration for edge\-scale agents\.arXiv preprint arXiv:2602\.06485\.Cited by:[Baselines](https://arxiv.org/html/2609.20844#Sx5.SSx1.SSS0.Px2.p1.1)\.
- K\. Chen, Y\. Ren, Y\. Liu, X\. Hu, H\. Tian, T\. Xie, F\. Liu, H\. Zhang, H\. Liu, Y\. Gong,et al\.\(2025\)Xbench: tracking agents productivity scaling with profession\-aligned real\-world evaluations\.arXiv preprint arXiv:2506\.13651\.Cited by:[Deepresearch Agent](https://arxiv.org/html/2609.20844#Sx2.SS0.SSS0.Px1.p1.1),[Benchmarks](https://arxiv.org/html/2609.20844#Sx5.SSx1.SSS0.Px1.p1.1)\.
- Z\. Chu, X\. Wang, J\. Hong, H\. Fan, Y\. Huang, Y\. Yang, G\. Xu, C\. Zhao, C\. Xiang, S\. Hu,et al\.\(2026\)Redsearcher: a scalable and cost\-efficient framework for long\-horizon search agents\.arXiv preprint arXiv:2602\.14234\.Cited by:[Introduction](https://arxiv.org/html/2609.20844#Sx1.p2.1),[Deepresearch Agent](https://arxiv.org/html/2609.20844#Sx2.SS0.SSS0.Px1.p1.1),[Backbones](https://arxiv.org/html/2609.20844#Sx5.SSx2.SSS0.Px1.p1.1),[Training Parameters](https://arxiv.org/html/2609.20844#Sx5.SSx2.SSS0.Px2.p1.1)\.
- R\. Desai, J\. Hu, J\. Cabezas, N\. Harsola, P\. Shukla, R\. B\. Chaim, A\. E\. Assadi, O\. M\. Kamath, F\. Faldu, P\. Hebbar,et al\.\(2026\)SWE\-marathon: can agents autonomously complete ultra\-long\-horizon software work?\.arXiv preprint arXiv:2606\.07682\.Cited by:[LongContext Ability in Long\-Horizon Tasks](https://arxiv.org/html/2609.20844#Sx2.SS0.SSS0.Px2.p1.1)\.
- S\. Dou, Y\. Shen, C\. Huang, J\. Ye, J\. Chen, J\. Wang, Q\. He, S\. Liu, C\. Lv, J\. Lin,et al\.\(2026a\)CL\-bench life: can language models learn from real\-life context?\.arXiv preprint arXiv:2604\.27043\.Cited by:[LongContext Ability in Long\-Horizon Tasks](https://arxiv.org/html/2609.20844#Sx2.SS0.SSS0.Px2.p1.1)\.
- S\. Dou, M\. Zhang, Z\. Yin, C\. Huang, Y\. Shen, J\. Wang, J\. Chen, Y\. Ni, J\. Ye, C\. Zhang,et al\.\(2026b\)CL\-bench: a benchmark for context learning\.arXiv preprint arXiv:2602\.03587\.Cited by:[LongContext Ability in Long\-Horizon Tasks](https://arxiv.org/html/2609.20844#Sx2.SS0.SSS0.Px2.p1.1)\.
- Y\. Du, R\. Ye, S\. Tang, K\. Huang, X\. Zhu, Y\. Cai, and S\. Chen \(2026a\)OpenSeeker\-v2: pushing the limits of search agents with informative and high\-difficulty trajectories\.arXiv preprint arXiv:2605\.04036\.Cited by:[Deepresearch Agent](https://arxiv.org/html/2609.20844#Sx2.SS0.SSS0.Px1.p1.1)\.
- Y\. Du, R\. Ye, S\. Tang, X\. Zhu, Y\. Lu, Y\. Cai, and S\. Chen \(2026b\)Openseeker: democratizing frontier search agents by fully open\-sourcing training data\.arXiv preprint arXiv:2603\.15594\.Cited by:[Deepresearch Agent](https://arxiv.org/html/2609.20844#Sx2.SS0.SSS0.Px1.p1.1)\.
- L\. E\. Erdogan, N\. Lee, S\. Kim, S\. Moon, H\. Furuta, G\. Anumanchipalli, K\. Keutzer, and A\. Gholami \(2025\)Plan\-and\-act: improving planning of agents for long\-horizon tasks\.arXiv preprint arXiv:2503\.09572\.Cited by:[LongContext Ability in Long\-Horizon Tasks](https://arxiv.org/html/2609.20844#Sx2.SS0.SSS0.Px2.p1.1)\.
- M\. Hu, T\. Chen, Q\. Chen, Y\. Mu, W\. Shao, and P\. Luo \(2025\)Hiagent: hierarchical working memory management for solving long\-horizon agent tasks with large language model\.InProceedings of the 63rd Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),pp\. 32779–32798\.Cited by:[LongContext Ability in Long\-Horizon Tasks](https://arxiv.org/html/2609.20844#Sx2.SS0.SSS0.Px2.p1.1)\.
- S\. Krishna, K\. Krishna, A\. Mohananey, S\. Schwarcz, A\. Stambler, S\. Upadhyay, and M\. Faruqui \(2025\)Fact, fetch, and reason: a unified evaluation of retrieval\-augmented generation\.InProceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies \(Volume 1: Long Papers\),pp\. 4745–4759\.Cited by:[Benchmarks](https://arxiv.org/html/2609.20844#Sx5.SSx1.SSS0.Px1.p1.1)\.
- Y\. Lee, R\. Nair, Q\. Zhang, K\. Lee, O\. Khattab, and C\. Finn \(2026\)Meta\-harness: end\-to\-end optimization of model harnesses\.arXiv preprint arXiv:2603\.28052\.Cited by:[LongContext Ability in Long\-Horizon Tasks](https://arxiv.org/html/2609.20844#Sx2.SS0.SSS0.Px2.p1.1)\.
- P\. Lewis, E\. Perez, A\. Piktus, F\. Petroni, V\. Karpukhin, N\. Goyal, H\. Küttler, M\. Lewis, W\. Yih, T\. Rocktäschel,et al\.\(2020\)Retrieval\-augmented generation for knowledge\-intensive nlp tasks\.Advances in neural information processing systems33,pp\. 9459–9474\.Cited by:[Deepresearch Agent](https://arxiv.org/html/2609.20844#Sx2.SS0.SSS0.Px1.p1.1)\.
- K\. Li, Z\. Zhang, H\. Yin, L\. Zhang, L\. Ou, J\. Wu, W\. Yin, B\. Li, Z\. Tao, X\. Wang, W\. Shen, J\. Zhang, D\. Zhang, X\. Wu, Y\. Jiang, M\. Yan, P\. Xie, F\. Huang, and J\. Zhou \(2025\)WebSailor: navigating super\-human reasoning for web agent\.arXiv preprint arXiv:2507\.02592\.Cited by:[Introduction](https://arxiv.org/html/2609.20844#Sx1.p1.1),[Baselines](https://arxiv.org/html/2609.20844#Sx5.SSx1.SSS0.Px2.p1.1)\.
- X\. Li, J\. Jin, G\. Dong, H\. Qian, Y\. Wu, J\. Wen, Y\. Zhu, and Z\. Dou \(2026\)Webthinker: empowering large reasoning models with deep research capability\.Advances in Neural Information Processing Systems38,pp\. 120091–120131\.Cited by:[Introduction](https://arxiv.org/html/2609.20844#Sx1.p1.1)\.
- Z\. Ling, K\. Liu, K\. Yan, Y\. Yang, W\. Lin, T\. Fan, L\. Shen, Z\. Du, and J\. Chen \(2025\)Longreason: a synthetic long\-context reasoning benchmark via context expansion\.arXiv preprint arXiv:2501\.15089\.Cited by:[Benchmarks](https://arxiv.org/html/2609.20844#Sx5.SSx1.SSS0.Px1.p1.1)\.
- J\. Liu, Y\. Li, C\. Zhang, J\. Li, A\. Chen, K\. Ji, W\. Cheng, Z\. Wu, C\. Du, Q\. Xu, J\. Song, Z\. Zhu, W\. Chen, P\. Zhao, and J\. He \(2025a\)WebExplorer: explore and evolve for training long\-horizon web agents\.arXiv preprint arXiv:2509\.06501\.Cited by:[Baselines](https://arxiv.org/html/2609.20844#Sx5.SSx1.SSS0.Px2.p1.1)\.
- N\. F\. Liu, K\. Lin, J\. Hewitt, A\. Paranjape, M\. Bevilacqua, F\. Petroni, and P\. Liang \(2024\)Lost in the middle: how language models use long contexts\.Transactions of the association for computational linguistics12,pp\. 157–173\.Cited by:[Introduction](https://arxiv.org/html/2609.20844#Sx1.p3.1)\.
- X\. Liu, R\. Li, Z\. Liu, Q\. Guo, Y\. Song, K\. Lv, H\. Yan, L\. Li, Q\. Liu, and X\. Qiu \(2025b\)Reattention: training\-free infinite context with finite attention scope\.InInternational Conference on Learning Representations,Vol\.2025,pp\. 95458–95478\.Cited by:[Test Parameters](https://arxiv.org/html/2609.20844#Sx5.SSx2.SSS0.Px3.p1.1)\.
- R\. Lu, Z\. Hou, Z\. Wang, H\. Zhang, X\. Liu, Y\. Li, S\. Feng, J\. Tang, and Y\. Dong \(2025\)Deepdive: advancing deep search agents with knowledge graphs and multi\-turn rl\.arXiv preprint arXiv:2509\.10446\.Cited by:[Introduction](https://arxiv.org/html/2609.20844#Sx1.p1.1),[Introduction](https://arxiv.org/html/2609.20844#Sx1.p2.1),[Deepresearch Agent](https://arxiv.org/html/2609.20844#Sx2.SS0.SSS0.Px1.p1.1),[Deepresearch RL \(Warm\)](https://arxiv.org/html/2609.20844#Sx4.SSx1.p3.4),[Baselines](https://arxiv.org/html/2609.20844#Sx5.SSx1.SSS0.Px2.p1.1)\.
- Y\. Lu, R\. Ye, Y\. Du, J\. Wang, S\. Liu, and S\. Chen \(2026\)LongSeeker: elastic context orchestration for long\-horizon search agents\.arXiv preprint arXiv:2605\.05191\.Cited by:[Introduction](https://arxiv.org/html/2609.20844#Sx1.p1.1)\.
- T\. Patwardhan, R\. Dias, E\. Proehl, G\. Kim, M\. Wang, O\. Watkins, S\. P\. Fishman, M\. Aljubeh, P\. Thacker, L\. Fauconnet,et al\.\(2025\)Gdpval: evaluating ai model performance on real\-world economically valuable tasks\.arXiv preprint arXiv:2510\.04374\.Cited by:[LongContext Ability in Long\-Horizon Tasks](https://arxiv.org/html/2609.20844#Sx2.SS0.SSS0.Px2.p1.1)\.
- T\. Pham, N\. Nguyen, P\. Zunjare, W\. Chen, Y\. Tseng, and T\. Vu \(2025\)SealQA: raising the bar for reasoning in search\-augmented language models\.arXiv preprint arXiv:2506\.01062\.Cited by:[Benchmarks](https://arxiv.org/html/2609.20844#Sx5.SSx1.SSS0.Px1.p1.1)\.
- Qwen Team \(2026\)Qwen3\.5: towards native multimodal agents\.External Links:[Link](https://qwen.ai/blog?id=qwen3.5)Cited by:[Baselines](https://arxiv.org/html/2609.20844#Sx5.SSx1.SSS0.Px2.p1.1)\.
- Z\. Shao, P\. Wang, Q\. Zhu, R\. Xu, J\. Song, X\. Bi, H\. Zhang, M\. Zhang, Y\. Li, Y\. Wu,et al\.\(2024\)Deepseekmath: pushing the limits of mathematical reasoning in open language models\.arXiv preprint arXiv:2402\.03300\.Cited by:[Deepresearch RL \(Warm\)](https://arxiv.org/html/2609.20844#Sx4.SSx1.p2.3),[LongContext\-QA RL](https://arxiv.org/html/2609.20844#Sx4.SSx3.p1.1)\.
- Y\. J\. Soh, H\. Huang, Y\. Tian, F\. A\. Meta, and J\. Zhao \(2025\)You only use reactive attention slice when retrieving from long context\.InFindings of the Association for Computational Linguistics: EMNLP 2025,pp\. 20665–20686\.Cited by:[Test Parameters](https://arxiv.org/html/2609.20844#Sx5.SSx2.SSS0.Px3.p1.1)\.
- W\. Sun, M\. Lu, Z\. Ling, K\. Liu, X\. Yao, Y\. Yang, and J\. Chen \(2025\)Scaling long\-horizon llm agent via context\-folding\.arXiv preprint arXiv:2510\.11967\.Cited by:[Introduction](https://arxiv.org/html/2609.20844#Sx1.p1.1)\.
- K\. Team, T\. Bai, Y\. Bai, Y\. Bao, S\. Cai, Y\. Cao, Y\. Charles, H\. Che, C\. Chen, G\. Chen,et al\.\(2026a\)Kimi k2\. 5: visual agentic intelligence\.arXiv preprint arXiv:2602\.02276\.Cited by:[Introduction](https://arxiv.org/html/2609.20844#Sx1.p1.1)\.
- M\. Team, S\. Bai, L\. Bing, L\. Lei, R\. Li, X\. Li, X\. Lin, E\. Min, L\. Su, B\. Wang,et al\.\(2026b\)Mirothinker\-1\.7 & h1: towards heavy\-duty research agents via verification\.arXiv preprint arXiv:2603\.15726\.Cited by:[Introduction](https://arxiv.org/html/2609.20844#Sx1.p1.1),[LongContext Ability in Long\-Horizon Tasks](https://arxiv.org/html/2609.20844#Sx2.SS0.SSS0.Px2.p1.1)\.
- M\. Team, S\. Bai, L\. Bing, C\. Chen, G\. Chen, Y\. Chen, Z\. Chen, Z\. Chen, J\. Dai, X\. Dong,et al\.\(2025a\)Mirothinker: pushing the performance boundaries of open\-source research agents via model, context, and interactive scaling\.arXiv preprint arXiv:2511\.11793\.Cited by:[Introduction](https://arxiv.org/html/2609.20844#Sx1.p1.1),[Deepresearch Agent](https://arxiv.org/html/2609.20844#Sx2.SS0.SSS0.Px1.p1.1),[Deepresearch RL \(Warm\)](https://arxiv.org/html/2609.20844#Sx4.SSx1.p3.4)\.
- T\. D\. Team, B\. Li, B\. Zhang, D\. Zhang, F\. Huang, G\. Li, G\. Chen, H\. Yin, J\. Wu, J\. Zhou,et al\.\(2025b\)Tongyi deepresearch technical report\.arXiv preprint arXiv:2510\.24701\.Cited by:[Introduction](https://arxiv.org/html/2609.20844#Sx1.p1.1),[Introduction](https://arxiv.org/html/2609.20844#Sx1.p2.1)\.
- V\. Team, S\. Dai, Y\. Deng, J\. Lin, Y\. Song, G\. Wang, X\. Wu, Y\. Zhou, S\. Yang, Z\. Ying,et al\.\(2026c\)DR\-venus: towards frontier edge\-scale deep research agents with only 10k open data\.arXiv preprint arXiv:2604\.19859\.Cited by:[Introduction](https://arxiv.org/html/2609.20844#Sx1.p1.1),[Backbones](https://arxiv.org/html/2609.20844#Sx5.SSx2.SSS0.Px1.p1.1)\.
- M\. Wang, L\. Chen, F\. Cheng, S\. Liao, X\. Zhang, B\. Wu, H\. Yu, N\. Xu, L\. Zhang, R\. Luo,et al\.\(2024\)Leave no document behind: benchmarking long\-context llms with extended multi\-doc qa\.InProceedings of the 2024 Conference on Empirical Methods in Natural Language Processing,pp\. 5627–5646\.Cited by:[Introduction](https://arxiv.org/html/2609.20844#Sx1.p3.1)\.
- W\. Wang, D\. Han, D\. M\. Diaz, J\. Xu, V\. Rühle, and S\. Rajmohan \(2025a\)Odysseybench: evaluating llm agents on long\-horizon complex office application workflows\.arXiv preprint arXiv:2508\.09124\.Cited by:[LongContext Ability in Long\-Horizon Tasks](https://arxiv.org/html/2609.20844#Sx2.SS0.SSS0.Px2.p1.1)\.
- Z\. Wang, X\. Wei, K\. Du, Y\. Zhang, L\. Qin, Y\. Xia, and L\. Kuang \(2025b\)CSTree\-sri: introspection\-driven cognitive semantic tree for multi\-turn question answering over extra\-long contexts\.InProceedings of the 63rd Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),pp\. 26502–26525\.Cited by:[Test Parameters](https://arxiv.org/html/2609.20844#Sx5.SSx2.SSS0.Px3.p1.1)\.
- Z\. Wang, H\. Wang, S\. Feng, X\. Yang, D\. Wang, Y\. Zhang, J\. Lin, X\. Ji, and H\. Yang \(2026\)Deepmed: building a medical deepresearch agent via multi\-hop med\-search data and turn\-controlled agentic training & inference\.InFindings of the Association for Computational Linguistics: ACL 2026,pp\. 18160–18178\.Cited by:[Deepresearch Agent](https://arxiv.org/html/2609.20844#Sx2.SS0.SSS0.Px1.p1.1)\.
- J\. Wei, Z\. Sun, S\. Papay, S\. McKinney, J\. Han, I\. Fulford, H\. W\. Chung, A\. T\. Passos, W\. Fedus, and A\. Glaese \(2025\)Browsecomp: a simple yet challenging benchmark for browsing agents\.arXiv preprint arXiv:2504\.12516\.Cited by:[Deepresearch Agent](https://arxiv.org/html/2609.20844#Sx2.SS0.SSS0.Px1.p1.1),[Benchmarks](https://arxiv.org/html/2609.20844#Sx5.SSx1.SSS0.Px1.p1.1)\.
- J\. Wu, B\. Li, R\. Fang, W\. Yin, L\. Zhang, Z\. Wang, Z\. Tao, D\. Zhang, Z\. Xi, R\. Tang,et al\.\(2026\)Webdancer: towards autonomous information seeking agency\.Advances in Neural Information Processing Systems38,pp\. 120957–120985\.Cited by:[Introduction](https://arxiv.org/html/2609.20844#Sx1.p1.1)\.
- X\. Wu, K\. Li, Y\. Zhao, L\. Zhang, L\. Ou, H\. Yin, Z\. Zhang, X\. Yu, D\. Zhang, Y\. Jiang,et al\.\(2025\)Resum: unlocking long\-horizon search intelligence via context summarization\.arXiv preprint arXiv:2509\.13313\.Cited by:[Introduction](https://arxiv.org/html/2609.20844#Sx1.p1.1)\.
- A\. Xu, B\. Lin, B\. Xue, B\. Wang, B\. Xu, B\. Wu, B\. Zhang, C\. Lin, C\. Dong, C\. Ling,et al\.\(2026\)Deepseek\-v4: towards highly efficient million\-token context intelligence\.arXiv preprint arXiv:2606\.19348\.Cited by:[Introduction](https://arxiv.org/html/2609.20844#Sx1.p1.1),[Training Parameters](https://arxiv.org/html/2609.20844#Sx5.SSx2.SSS0.Px2.p1.1)\.
- R\. Xu and J\. Peng \(2025\)A comprehensive survey of deep research: systems, methodologies, and applications\.arXiv preprint arXiv:2506\.12594\.Cited by:[Introduction](https://arxiv.org/html/2609.20844#Sx1.p1.1)\.
- A\. Yang, A\. Li, B\. Yang, B\. Zhang, B\. Hui, B\. Zheng, B\. Yu, C\. Gao, C\. Huang, C\. Lv,et al\.\(2025\)Qwen3 technical report\.arXiv preprint arXiv:2505\.09388\.Cited by:[Baselines](https://arxiv.org/html/2609.20844#Sx5.SSx1.SSS0.Px2.p1.1)\.
- S\. Yao, J\. Zhao, D\. Yu, N\. Du, I\. Shafran, K\. Narasimhan, and Y\. Cao \(2022\)React: synergizing reasoning and acting in language models\.arXiv preprint arXiv:2210\.03629\.Cited by:[Introduction](https://arxiv.org/html/2609.20844#Sx1.p1.1)\.
- A\. Zeng, X\. Lv, Z\. Hou, Z\. Du, Q\. Zheng, B\. Chen, D\. Yin, C\. Ge, C\. Huang, C\. Xie,et al\.\(2026\)Glm\-5: from vibe coding to agentic engineering\.arXiv preprint arXiv:2602\.15763\.Cited by:[LongContext Ability in Long\-Horizon Tasks](https://arxiv.org/html/2609.20844#Sx2.SS0.SSS0.Px2.p1.1)\.
- A\. Zeng, X\. Lv, Q\. Zheng, Z\. Hou, B\. Chen, C\. Xie, C\. Wang, D\. Yin, H\. Zeng, J\. Zhang,et al\.\(2025\)Glm\-4\.5: agentic, reasoning, and coding \(arc\) foundation models\.arXiv preprint arXiv:2508\.06471\.Cited by:[Introduction](https://arxiv.org/html/2609.20844#Sx1.p1.1),[Deepresearch Agent](https://arxiv.org/html/2609.20844#Sx2.SS0.SSS0.Px1.p1.1)\.
- Y\. Zhou, K\. Zheng, Q\. Chen, M\. Hu, Q\. Sun, C\. Xu, and J\. Chen \(2026\)OffSeeker: online reinforcement learning is not all you need for deep research agents\.arXiv preprint arXiv:2601\.18467\.Cited by:[Baselines](https://arxiv.org/html/2609.20844#Sx5.SSx1.SSS0.Px2.p1.1)\.Similar Articles
Context-Aware RL for Agentic and Multimodal LLMs
Introduces ContextRL, a reinforcement learning approach that teaches LLMs to identify which context supports an answer, achieving gains on agentic and multimodal benchmarks.
GoLongRL: Capability-Oriented Long Context Reinforcement Learning with Multitask Alignment
GoLongRL presents an open-source approach for long-context reinforcement learning with diverse reward optimization through capability-oriented data construction and TMN-Reweight methodology.
LongAct: Harnessing Intrinsic Activation Patterns for Long-Context Reinforcement Learning
LongAct proposes a saliency-guided sparse update strategy for improving long-context reasoning in LLMs by selectively updating weights associated with high-magnitude activations in query and key vectors, achieving ~8% improvement on LongBench v2.
Beyond Reward Engineering: A Data Recipe for Long-Context Reinforcement Learning
This paper shows that a carefully crafted data recipe for long-context reinforcement learning, using minimal outcome-based GRPO, significantly improves reasoning across multiple models and benchmarks, and transfers to agentic tasks like GAIA and BrowseComp.
EfficientRollout: System-Aware Self-Speculative Decoding for RL Rollouts
EfficientRollout is a system-aware self-speculative decoding framework that accelerates reinforcement learning rollouts for LLMs by adapting drafters to evolving policies and optimizing speculative decoding regimes, reducing latency by up to 19.6%.