andyjzhao commited on
Commit
d764044
·
verified ·
1 Parent(s): 02adef4

Upload folder using huggingface_hub

Browse files
iclr26/1G34S0m9Sd/appendix_chunks.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0081", "section": "A.1 THE USE OF LARGE LANGUAGE MODELS (LLMS)", "page_start": 14, "page_end": 14, "type": "ListGroup", "text": "Writing and Language Polishing: A primary use of LLMs was for improving the quality and clarity of the manuscript's text. This included rephrasing sentences for better flow, correcting grammatical errors, suggesting alternative phrasings for technical concepts, and ensuring a consistent academic tone throughout the paper. This iterative process of refinement with the LLM significantly improved the final readability. Literature Retrieval Support: LLMs assisted in the literature retrieval process by providing summaries of known papers and helping to identify related concepts and terminologies for the background sections. The LLM served as a tool to efficiently explore and summarize the surrounding literature. Code and Visualization Refinement: For the presentation of our results, LLMs were used to refine the LaTeX code for figures and tables. For instance, the model assisted in iterating on the design and implementation of Table A.1, which presents qualitative trajectory examples, to enhance its visual clarity and professional appearance.", "source": "marker_v2", "marker_block_id": "/page/13/ListGroup/292"}
2
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0082", "section": "A.1 THE USE OF LARGE LANGUAGE MODELS (LLMS)", "page_start": 14, "page_end": 14, "type": "Text", "text": "Crucially, the core scientific contributions—including the conceptualization and formulation of the DSPO algorithm, the experimental design, and the analysis of the results—are entirely the original work of the human authors. All content, including text and code generated by the LLM, was meticulously reviewed, critically evaluated, and edited by the authors. We take full responsibility for the entirety of the paper's content, its scientific accuracy, and the originality of its contributions. LLMs were not used in a capacity that would warrant authorship.", "source": "marker_v2", "marker_block_id": "/page/13/Text/7"}
3
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0083", "section": "A.2 QUALITATIVE ANALYSIS.", "page_start": 14, "page_end": 14, "type": "Text", "text": "To provide insight into the learned search strategies, Table A.1 presents representative trajectories from our DSPO-trained agent. These examples demonstrate the model's ability to: (1) reformulate queries when initial searches yield irrelevant results, (2) verify information through follow-up searches, and (3) extract comprehensive answers from search results. Notably, the agent exhibits sophisticated reasoning about search quality, as seen in Example 1 where it recognizes off-topic results and autonomously decides to refine its query. This behavior emerges purely from RL training without any supervised demonstrations of search strategies.", "source": "marker_v2", "marker_block_id": "/page/13/Text/9"}
4
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0084", "section": "A.2 QUALITATIVE ANALYSIS.", "page_start": 15, "page_end": 15, "type": "Text", "text": "Table A.1: Representative trajectories demonstrating DSPO agent's learned search and reasoning capabilities. The agent exhibits sophisticated behaviors including (a) recognition of irrelevant results, (b) query reformulation, and (c) verification strategies, all emerging from pure RL training without supervised demonstrations.", "source": "marker_v2", "marker_block_id": "/page/14/Text/2"}
5
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0085", "section": "A.2 QUALITATIVE ANALYSIS.", "page_start": 15, "page_end": 15, "type": "Table", "text": "Question Gold Who is next in line if something happens to the president? vice president Turn 1 search(\"who is next in line if something happens to the president\") → Retrieved: Documents about novels \"Something Happened\" and \"Mosquitoes Buzz\" Agent: \"The queries were not directly about the line of succession The relevant infor mation I need is not present in the search results. Let's try searching again with a more specific query.\" Turn 2 search(\"line of succession for the president\") → Retrieved: Philippine and US presidential succession information Agent: \"Based on the search results the next person in line would be the Vice President.\" Answer ✓ The Vice President Example 2: University Identification (Information Verification) Question Which American University is situated in Ithaca, New York? Gold Cornell University Turn 1 search([\"American University in Ithaca\", \"University in Ithaca NY\"]) → Retrieved: \"Ithaca is home to Cornell University, an Ivy League school\" Agent: \"Ithaca, New York is home to Cornell University, which is an Ivy League school. However it is highly likely that the university in question is Cornell. Let me confirm this.\" Turn 2 search([\"Cornell University location\", \"Cornell University New York\"]) → Retrieved: Cornell history confirming establishment in Ithaca Agent: \"Cornell University is indeed located in Ithaca, New York.\" ✓ Answer Cornell University Example 3: Biographical Information (Direct Extraction) Question What is John Andrew Martin's occupation? Gold lawyer, attorney, politician Turn 1 search([\"John Andrew Martin occupation\", \"John Andrew Martin job\"]) → Retrieved: \"American journalist, attorney, soldier, and politician\" Agent: \"John Andrew Martin was an American journalist, attorney, soldier, and politician. He represented Colorado in the U.S. House of Representatives.\"", "source": "marker_v2", "marker_block_id": "/page/14/Table/3"}
iclr26/1G34S0m9Sd/appendix_text_v3.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [p. 14 | section: A.1 THE USE OF LARGE LANGUAGE MODELS (LLMS) | type: ListGroup]
2
+ Writing and Language Polishing: A primary use of LLMs was for improving the quality and clarity of the manuscript's text. This included rephrasing sentences for better flow, correcting grammatical errors, suggesting alternative phrasings for technical concepts, and ensuring a consistent academic tone throughout the paper. This iterative process of refinement with the LLM significantly improved the final readability. Literature Retrieval Support: LLMs assisted in the literature retrieval process by providing summaries of known papers and helping to identify related concepts and terminologies for the background sections. The LLM served as a tool to efficiently explore and summarize the surrounding literature. Code and Visualization Refinement: For the presentation of our results, LLMs were used to refine the LaTeX code for figures and tables. For instance, the model assisted in iterating on the design and implementation of Table A.1, which presents qualitative trajectory examples, to enhance its visual clarity and professional appearance.
3
+
4
+ [p. 14 | section: A.1 THE USE OF LARGE LANGUAGE MODELS (LLMS) | type: Text]
5
+ Crucially, the core scientific contributions—including the conceptualization and formulation of the DSPO algorithm, the experimental design, and the analysis of the results—are entirely the original work of the human authors. All content, including text and code generated by the LLM, was meticulously reviewed, critically evaluated, and edited by the authors. We take full responsibility for the entirety of the paper's content, its scientific accuracy, and the originality of its contributions. LLMs were not used in a capacity that would warrant authorship.
6
+
7
+ [p. 14 | section: A.2 QUALITATIVE ANALYSIS. | type: Text]
8
+ To provide insight into the learned search strategies, Table A.1 presents representative trajectories from our DSPO-trained agent. These examples demonstrate the model's ability to: (1) reformulate queries when initial searches yield irrelevant results, (2) verify information through follow-up searches, and (3) extract comprehensive answers from search results. Notably, the agent exhibits sophisticated reasoning about search quality, as seen in Example 1 where it recognizes off-topic results and autonomously decides to refine its query. This behavior emerges purely from RL training without any supervised demonstrations of search strategies.
9
+
10
+ [p. 15 | section: A.2 QUALITATIVE ANALYSIS. | type: Text]
11
+ Table A.1: Representative trajectories demonstrating DSPO agent's learned search and reasoning capabilities. The agent exhibits sophisticated behaviors including (a) recognition of irrelevant results, (b) query reformulation, and (c) verification strategies, all emerging from pure RL training without supervised demonstrations.
12
+
13
+ [p. 15 | section: A.2 QUALITATIVE ANALYSIS. | type: Table]
14
+ Question Gold Who is next in line if something happens to the president? vice president Turn 1 search("who is next in line if something happens to the president") → Retrieved: Documents about novels "Something Happened" and "Mosquitoes Buzz" Agent: "The queries were not directly about the line of succession The relevant infor mation I need is not present in the search results. Let's try searching again with a more specific query." Turn 2 search("line of succession for the president") → Retrieved: Philippine and US presidential succession information Agent: "Based on the search results the next person in line would be the Vice President." Answer ✓ The Vice President Example 2: University Identification (Information Verification) Question Which American University is situated in Ithaca, New York? Gold Cornell University Turn 1 search(["American University in Ithaca", "University in Ithaca NY"]) → Retrieved: "Ithaca is home to Cornell University, an Ivy League school" Agent: "Ithaca, New York is home to Cornell University, which is an Ivy League school. However it is highly likely that the university in question is Cornell. Let me confirm this." Turn 2 search(["Cornell University location", "Cornell University New York"]) → Retrieved: Cornell history confirming establishment in Ithaca Agent: "Cornell University is indeed located in Ithaca, New York." ✓ Answer Cornell University Example 3: Biographical Information (Direct Extraction) Question What is John Andrew Martin's occupation? Gold lawyer, attorney, politician Turn 1 search(["John Andrew Martin occupation", "John Andrew Martin job"]) → Retrieved: "American journalist, attorney, soldier, and politician" Agent: "John Andrew Martin was an American journalist, attorney, soldier, and politician. He represented Colorado in the U.S. House of Representatives."
iclr26/1G34S0m9Sd/assets.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "filename": "_page_1_Figure_1.jpeg",
4
+ "path": "/network/scratch/j/jianan.zhao/ReviewAgent/data/processed_papers/iclr26_20260429_1952_all/marker_raw/1G34S0m9Sd/marker_markdown/1G34S0m9Sd/_page_1_Figure_1.jpeg",
5
+ "bytes": 28834,
6
+ "width": 1090,
7
+ "height": 320,
8
+ "aspect_ratio": 3.40625,
9
+ "keep": true,
10
+ "reject_reason": null,
11
+ "model_path": "assets/_page_1_Figure_1.jpeg"
12
+ },
13
+ {
14
+ "filename": "_page_6_Figure_1.jpeg",
15
+ "path": "/network/scratch/j/jianan.zhao/ReviewAgent/data/processed_papers/iclr26_20260429_1952_all/marker_raw/1G34S0m9Sd/marker_markdown/1G34S0m9Sd/_page_6_Figure_1.jpeg",
16
+ "bytes": 49126,
17
+ "width": 1067,
18
+ "height": 465,
19
+ "aspect_ratio": 2.2946236559139783,
20
+ "keep": true,
21
+ "reject_reason": null,
22
+ "model_path": "assets/_page_6_Figure_1.jpeg"
23
+ },
24
+ {
25
+ "filename": "_page_6_Figure_3.jpeg",
26
+ "path": "/network/scratch/j/jianan.zhao/ReviewAgent/data/processed_papers/iclr26_20260429_1952_all/marker_raw/1G34S0m9Sd/marker_markdown/1G34S0m9Sd/_page_6_Figure_3.jpeg",
27
+ "bytes": 39716,
28
+ "width": 785,
29
+ "height": 486,
30
+ "aspect_ratio": 1.6152263374485596,
31
+ "keep": true,
32
+ "reject_reason": null,
33
+ "model_path": "assets/_page_6_Figure_3.jpeg"
34
+ }
35
+ ]
iclr26/1G34S0m9Sd/assets/_page_1_Figure_1.jpeg ADDED

Git LFS Details

  • SHA256: be01a481818d3f71b772474e4a84c06b3ed0459ba9bbe77272312539eb440377
  • Pointer size: 130 Bytes
  • Size of remote file: 28.8 kB
iclr26/1G34S0m9Sd/assets/_page_6_Figure_1.jpeg ADDED

Git LFS Details

  • SHA256: ce42fd791eec67007f265024f399f27bf2363e507eeeae12e2ebf7312f6ea06a
  • Pointer size: 130 Bytes
  • Size of remote file: 49.1 kB
iclr26/1G34S0m9Sd/assets/_page_6_Figure_3.jpeg ADDED

Git LFS Details

  • SHA256: 3152a9294d4d9a7ac7cf85a6120ee45af9e8d6586df9da1622ca9f1a70b54daf
  • Pointer size: 130 Bytes
  • Size of remote file: 39.7 kB
iclr26/1G34S0m9Sd/chunks_v3_anonymized.jsonl ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0000", "section": "ABSTRACT", "page_start": 1, "page_end": 1, "type": "Text", "text": "Enhancing LLMs with the ability to actively search external knowledge is crucial for complex and real-world tasks. Current approaches either rely on prompting to elicit the model's innate agent capabilities, or suffer from performance ceilings and collapse when applying RL to complex interactive tasks, leaving their true agentic potential untapped. To address this, we introduce Dynamic-filter Sequence-level Policy Optimization (DSPO), an improved RL algorithm designed for robust agent training through sequence-level optimization and dynamic sample filtering. We train our model purely through RL to interleave multi-turn search and reasoning, obviating the need for supervised demonstration data. Across multiple QA benchmarks, our DSPO-trained 7B model improves over a comparable previous work by 34.1%, and even outperforms the 14B model from previous work in complex multihop QA such as HotpotQA by nearly 9% relative, maintaining exceptional training stability.", "source": "marker_v2", "marker_block_id": "/page/0/Text/4"}
2
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0001", "section": "1 INTRODUCTION", "page_start": 1, "page_end": 1, "type": "Text", "text": "Large Language Models (LLMs) (Brown et al., 2020; Touvron et al., 2023; Zhao et al., 2023) have demonstrated exceptional performance across a spectrum of specialized tasks, including math (Shao et al., 2024; Trinh et al., 2024; Yu et al., 2025) , coding (Zheng et al., 2023; Yang et al., 2024) , and creative writing (Chakrabarty et al., 2024; Marco et al., 2024) . However, a fundamental limitation persists: their knowledge is inherently static, confined to the data on which they were trained. To overcome this knowledge cutoff, a dominant approach is to equip LLMs with search capabilities, transforming them into agents that can actively query external knowledge sources (Jin et al., 2025b) . This ability is a prime example of tool-calling (Schick et al., 2023) , where the model learns to interact with an external search tool to solve problems it cannot answer alone. Mastering this skill requires learning a complex, multi-step policy, framing the task as a sequential decision-making problem ideal for Reinforcement Learning (RL).", "source": "marker_v2", "marker_block_id": "/page/0/Text/6"}
3
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0002", "section": "1 INTRODUCTION", "page_start": 1, "page_end": 1, "type": "Text", "text": "Unlike Supervised Fine-Tuning (SFT), which relies on costly static demonstrations and fails to teach exploration, RL provides a framework for LLMs to learn effective policies through trial-anderror (Chu et al., 2025) . Consequently, value-free methods like Group Relative Policy Optimization (GRPO) (Shao et al., 2024) have become a dominant paradigm, prized for their simplicity and reduced memory overhead. However, despite its success in more constrained tasks, applying GRPO to the open-ended domain of interactive search reveals critical instabilities (Jin et al., 2025b; Yu et al., 2025; Cui et al., 2025; Liu et al., 2025) . This fragility stems from two fundamental flaws. First, as identified by Zheng et al. (2025) , GRPO's token-level objective is ill-posed when paired with a sequence-level reward, creating high-variance gradients that destabilize training. Second, the sparse rewards inherent to search tasks often yield sample groups with homogeneous outcomes (e.g., all successes or all failures), causing the advantage signal to collapse and providing no learning signal, which severely hinders sample efficiency (Yu et al., 2025; Liu et al., 2025) .", "source": "marker_v2", "marker_block_id": "/page/0/Text/7"}
4
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0003", "section": "1 INTRODUCTION", "page_start": 1, "page_end": 1, "type": "Text", "text": "To address these core challenges of instability and inefficient learning, we introduce Dynamic-filter Sequence-level Policy Optimization (DSPO). Our algorithm synthesizes and refines key principles from recent policy optimization research. DSPO adopts the sequence-level optimization from GSPO (Zheng et al., 2025) to match the unit of optimization with the unit of reward. This aligns the optimization objective with the reward signal, fundamentally stabilizing the learning process for long-horizon reasoning tasks. Furthermore, DSPO incorporates a dynamic outcome-based filtering", "source": "marker_v2", "marker_block_id": "/page/0/Text/8"}
5
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0004", "section": "1 INTRODUCTION", "page_start": 2, "page_end": 2, "type": "FigureGroup", "text": "Figure 1: An overview of the DSPO training loop. For a given query, the policy model generates a group of G trajectories by interacting with the search environment. Each trajectory is assigned a sparse terminal reward. The dynamic filter discards groups with homogeneous outcomes and keep sampling until a batch is filled, ensuring that every training batch provides a effective advantage signal. Advantages are computed and used to update the policy model via sequence-level objective.", "source": "marker_v2", "marker_block_id": "/page/1/FigureGroup/212"}
6
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0005", "section": "1 INTRODUCTION", "page_start": 2, "page_end": 2, "type": "Text", "text": "mechanism inspired by DAPO (Yu et al., 2025). This component actively constructs training batches from rollout groups containing both successful and unsuccessful outcomes for each prompt. It guarantees the advantage signal \\hat{A}_i to be effective and stable. By integrating these two components into a single, coherent framework, DSPO provides a stable and high-performance algorithm designed for complex, multi-turn search and reasoning tasks. Our model achieves a 34.1% relative improvement over a leading 7B baseline (Jin et al., 2025b) and even surpasses its 14B counterpart (Jin et al., 2025a) on complex multi-hop benchmarks like HotpotQA, outperforming it by nearly 9% relative (0.613 vs. 0.563).", "source": "marker_v2", "marker_block_id": "/page/1/Text/3"}
7
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0006", "section": "1 INTRODUCTION", "page_start": 2, "page_end": 2, "type": "Text", "text": "In summary, our main contributions are as follows:", "source": "marker_v2", "marker_block_id": "/page/1/Text/4"}
8
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0007", "section": "1 INTRODUCTION", "page_start": 2, "page_end": 2, "type": "ListGroup", "text": "We propose DSPO, an improved RL algorithm that overcomes the core instability and sample-inefficiency issues in training agentic search models. It achieves this by unifying two key principles into a single cohesive framework: sequence-level optimization for robust policy updates and dynamic outcome-based filtering for a dense and effective learning signal. We demonstrate DSPO's substantial performance gains through rigorous benchmarking. Our 7B model achieves a 34.1% relative improvement over a comparable 7B baseline and, more strikingly, outperforms its 14B counterpart on complex multi-hop QA, achieving a nearly 9% relative gain on HotpotQA (0.613 vs. 0.563). We provide extensive empirical evidence for DSPO's superior training stability, showing it\\nenables a stable learning trajectory. Crucially, the results are achieved using only a basic BM25 retriever, isolating the performance gains to the robustness of our algorithm.", "source": "marker_v2", "marker_block_id": "/page/1/ListGroup/213"}
9
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0008", "section": "2.1 RL FOR LLMS", "page_start": 2, "page_end": 2, "type": "Text", "text": "The landscape of RL for LLMs has evolved rapidly, moving from foundational Reinforcement Learning from Human Feedback (RLHF) methods that use PPO and explicit reward models (Ouyang et al., 2022; Christiano et al., 2017; Schulman et al., 2017) to simpler, direct-optimization frameworks like DPO (Rafailov et al., 2023). A key shift towards value-free optimization is marked by Group Relative Policy Optimization (GRPO) (Shao et al., 2024), which simplifies training by deriving a reward signal from group statistics. However, GRPO's token-level objective is known to cause training instability (Liu et al., 2025; Cui et al., 2025), prompting several targeted improvements. GSPO addresses this by shifting to a sequence-level objective to match the unit of reward (Zheng et al., 2025), while DAPO tackles inefficient learning from sparse rewards with a dynamic outcome-based sampling mechanism (Yu et al., 2025). In a similar vein, GMPO stabilizes the token-level objective using a geometric-mean aggregation to reduce sensitivity to outliers (Zhao et al., 2025).", "source": "marker_v2", "marker_block_id": "/page/1/Text/10"}
10
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0009", "section": "2.1 RL FOR LLMS", "page_start": 3, "page_end": 3, "type": "Text", "text": "Despite these advances, we observed these algorithms still face challenges like training collapse or performance bottlenecks in our experiments. Building upon the aforementioned research, we propose our improved algorithm, synthesizing the principles of sequence-level optimization and dynamic filtering and filling into a unified algorithm to overcome the unique challenges of training autonomous search agents.", "source": "marker_v2", "marker_block_id": "/page/2/Text/1"}
11
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0010", "section": "2.2 LLMs with Agentic Retrieval", "page_start": 3, "page_end": 3, "type": "Text", "text": "To mitigate the static knowledge limitations of LLMs, RAG integrates external retrievers to dynamically incorporate evolving information (Lewis et al., 2020; Gao et al., 2023). Classic RAG frameworks employ dense retrievers to fetch relevant documents, which are then concatenated into the LLM's input for generation (Karpukhin et al., 2020). However, these approaches often rely on fixed pipelines, limiting autonomy in complex, multi-turn scenarios. Recently, research has evolved toward agentic paradigms, where LLMs act as autonomous agents capable of planning, searching, and reasoning iteratively. Frameworks like ReAct synergize reasoning and acting, enabling LLMs to interact with tools for tasks such as web navigation (Yao et al., 2023), while multi-agent systems, including AutoGen, facilitate collaborative workflows (Wu et al., 2024). Recent innovations emphasize agentic RAG and RL integration, where agents enhance retrieval through decision-making. Wu et al. (2025) introduce Agentic Reasoning, a framework integrating external tools for streamlined LLM reasoning. Some RL-integrated approaches (Jin et al., 2025b; Chen et al., 2025; Song et al., 2025) train LLMs to interleave reasoning and search using purely RL. The end-to-end paradigm internalizes agent capabilities and can avoid the engineering overhead of multi-agent frameworks. However, these methods still grapple with the training instability and performance limitation to the open-ended search domain. Our work directly confronts these bottlenecks. DSPO provides a robust and efficient training framework that ensures stable policy optimization, enabling LLMs to learn effective multi-turn search strategies.", "source": "marker_v2", "marker_block_id": "/page/2/Text/3"}
12
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0011", "section": "3 METHODOLOGY", "page_start": 3, "page_end": 3, "type": "Text", "text": "In this section, we first formulate the task of agentic search as a RL problem and review prior policy optimization algorithms, highlighting their limitations in this context. We then introduce our proposed algorithm, D ynamic-filter S equence-level P olicy O ptimization (DSPO), detailing its core components for training stability and training efficiency. Finally, we present the integrated training algorithm.", "source": "marker_v2", "marker_block_id": "/page/2/Text/5"}
13
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0012", "section": "3.1 Preliminaries", "page_start": 3, "page_end": 3, "type": "Text", "text": "Policy Gradient Methods for LLMs. Training LLMs via RL often employs policy gradient methods like PPO (Schulman et al., 2017), a popular algorithm for LLM alignment. It optimizes a policy \\pi_{\\theta} by maximizing a clipped surrogate objective function using samples from an old policy \\pi_{\\theta_{\\text{old}}} . The objective, averaged over tokens, is given by:", "source": "marker_v2", "marker_block_id": "/page/2/Text/7"}
14
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0013", "section": "3.1 Preliminaries", "page_start": 3, "page_end": 3, "type": "Equation", "text": "J_{\\text{PPO}}(\\theta) = \\mathbb{E}_{x \\sim \\mathcal{D}, y \\sim \\pi_{\\theta_{\\text{old}}}(\\cdot \\mid x)} \\left[ \\frac{1}{|y|} \\sum_{t=1}^{|y|} \\min \\left( r_t(\\theta) \\hat{A}_t, \\text{clip}\\left(r_t(\\theta), 1 - \\epsilon, 1 + \\epsilon\\right) \\hat{A}_t \\right) \\right], \\quad (1)", "source": "marker_v2", "marker_block_id": "/page/2/Equation/8"}
15
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0014", "section": "3.1 Preliminaries", "page_start": 3, "page_end": 3, "type": "Text", "text": "where r_t(\\theta) = \\frac{\\pi_{\\theta}(y_t|x,y_{< t})}{\\pi_{\\theta_{\\text{old}}}(y_t|x,y_{< t})} is the token-level importance ratio. However, PPO relies on a separately trained value model to estimate token-level advantages \\hat{A}_t via Generalized Advantage Estimation (GAE) (Schulman et al., 2015), introducing significant memory overhead and can be a source of instability.", "source": "marker_v2", "marker_block_id": "/page/2/Text/9"}
16
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0015", "section": "3.1 Preliminaries", "page_start": 3, "page_end": 3, "type": "Text", "text": "To address this, GRPO (Shao et al., 2024) was proposed. GRPO eliminates the need for a value model by sampling a group of G responses \\{y_i\\}_{i=1}^G for a given prompt x. It then calculates the advantage of each response by normalizing its reward against the group's statistics. Like PPO, it optimizes the objective at the token level:", "source": "marker_v2", "marker_block_id": "/page/2/Text/10"}
17
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0016", "section": "3.1 Preliminaries", "page_start": 4, "page_end": 4, "type": "Equation", "text": "\\begin{split} J_{\\text{GRPO}}(\\theta) &= \\mathbb{E}_{x \\sim \\mathcal{D}, \\{y_i\\}_{i=1}^G \\sim \\pi_{\\theta_{\\text{old}}}(\\cdot|x)} \\\\ & \\left[ \\frac{1}{G} \\sum_{i=1}^G \\frac{1}{|y_i|} \\sum_{t=1}^{|y_i|} \\min\\left(r_{i,t}(\\theta) \\hat{A}_i, \\text{clip}(r_{i,t}(\\theta), 1-\\epsilon, 1+\\epsilon) \\hat{A}_i\\right) - \\beta D_{KL}(\\pi_{\\theta}||\\pi_{\\text{ref}}) \\right], \\end{split}", "source": "marker_v2", "marker_block_id": "/page/3/Equation/1"}
18
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0017", "section": "3.1 Preliminaries", "page_start": 4, "page_end": 4, "type": "Text", "text": "where r_{i,t}(\\theta) = \\frac{\\pi_{\\theta}(y_{i,t}|x,y_{i,< t})}{\\pi_{\\theta_{\\text{old}}}(y_{i,t}|x,y_{i,< t})} , and the advantage for every token y_{i,t} in a response y_i is set to the same sequence-level value:", "source": "marker_v2", "marker_block_id": "/page/3/Text/2"}
19
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0018", "section": "3.1 Preliminaries", "page_start": 4, "page_end": 4, "type": "Equation", "text": "\\hat{A}_{i,t} = \\hat{A}_i = \\frac{R_i - \\text{mean}(R)}{\\text{std}(R)},\\tag{3}", "source": "marker_v2", "marker_block_id": "/page/3/Equation/3"}
20
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0019", "section": "3.1 Preliminaries", "page_start": 4, "page_end": 4, "type": "Text", "text": "Crucially, all tokens within a given response y_i share the same advantage \\hat{A}_i , which is derived from the sequence-level reward.", "source": "marker_v2", "marker_block_id": "/page/3/Text/4"}
21
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0020", "section": "3.1 Preliminaries", "page_start": 4, "page_end": 4, "type": "Text", "text": "Agentic Search as a Markov Decision Process. We model the iterative process of agentic search and reasoning as a sequential decision-making problem, formalized as a discrete-time, finite-horizon Markov Decision Process (MDP).", "source": "marker_v2", "marker_block_id": "/page/3/Text/5"}
22
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0021", "section": "3.1 Preliminaries", "page_start": 4, "page_end": 4, "type": "ListGroup", "text": "State (s_t) : At turn t, the state s_t encodes the entire interaction history: the initial question q, all previously generated thoughts and search queries, and the retrieved evidence returned by the environment. Because search results must be interpreted and integrated into subsequent decisions, the state necessarily grows with the trajectory, creating long-horizon dependencies that conventional token-level RL struggles to optimize. Action (a_t) : An action is a full textual segment generated by the policy \\pi_{\\theta} , consisting of free-form reasoning followed by a decision. The action terminates either with a </tool_call> token, which triggers a search, putting the results within </tool_response>, or with a </answer> token, which ends the trajectory. This structured action space forces the agent to learn not only what to generate but also when to search—an aspect that introduces significant variability in trajectory length. Policy (\\pi_{\\theta}) : The policy \\pi_{\\theta} is the underlying LLM, generating tokens autoregressively conditioned on the state. The policy conditions on the full history, but the optimization target is calculated only on the model-generated thoughts and actions, masking out the retrieved content from the environment (Jin et al., 2025b). Optimizing this policy requires credit assignment over long sequences in which many intermediate reasoning steps do not receive direct supervision or reward, further emphasizing the need for stable sequence-level optimization. Trajectory (\\tau) : A trajectory \\tau=(s_1,a_1,\\ldots,s_T,a_T) records all reasoning and tool interactions taken for a given question, including both model-generated actions and environment-returned search results. Because the final reward is assigned at the level of the entire trajectory, the optimization problem is fundamentally sequence-level: every early decision can influence the eventual answer correctness. Reward (R(\\tau)) : We employ a sparse terminal reward: a trajectory receives R=1 if the final answer contains the ground-truth text, and R=0 otherwise:", "source": "marker_v2", "marker_block_id": "/page/3/ListGroup/257"}
23
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0022", "section": "3.1 Preliminaries", "page_start": 4, "page_end": 4, "type": "Equation", "text": "R(\\tau) = \\begin{cases} 1 & \\text{if } a_{\\text{gold}} \\subseteq a_{\\text{pred}}, \\\\ 0 & \\text{otherwise.} \\end{cases} (4)", "source": "marker_v2", "marker_block_id": "/page/3/Equation/11"}
24
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0023", "section": "3.1 Preliminaries", "page_start": 4, "page_end": 4, "type": "Text", "text": "RL with a Search Engine. Following Jin et al. (2025b), we explicitly model the search engine, denoted as S, as part of the environment. The policy LLM \\pi_{\\theta} learns to generate trajectories by interleaving reasoning with calls to S. The overall optimization problem is to find a policy that maximizes the expected reward, regularized by a KL divergence term to prevent large deviations from a reference policy \\pi_{\\text{ref}} :", "source": "marker_v2", "marker_block_id": "/page/3/Text/12"}
25
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0024", "section": "3.1 Preliminaries", "page_start": 4, "page_end": 4, "type": "Equation", "text": "\\max_{\\pi_{\\theta}} \\mathbb{E}_{x \\sim \\mathcal{D}, y \\sim \\pi_{\\theta}(\\cdot | x; \\mathcal{S})} \\left[ R(x, y) \\right] - \\beta D_{\\text{KL}} \\left[ \\pi_{\\theta}(y | x; \\mathcal{S}) || \\pi_{\\text{ref}}(y | x; \\mathcal{S}) \\right]. \\tag{5}", "source": "marker_v2", "marker_block_id": "/page/3/Equation/13"}
26
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0025", "section": "3.1 Preliminaries", "page_start": 4, "page_end": 4, "type": "Text", "text": "Here, y \\sim \\pi_{\\theta}(\\cdot|x; \\mathcal{S}) signifies that the trajectory y is generated through a multi-step process involving both the policy's token generation and the information returned by the search engine \\mathcal{S} .", "source": "marker_v2", "marker_block_id": "/page/3/Text/14"}
27
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0026", "section": "3.1 Preliminaries", "page_start": 5, "page_end": 5, "type": "Text", "text": "Motivation for DSPO. While frameworks like Search-R1 (Jin et al., 2025b) have successfully framed agentic search as an RL problem, applying conventional algorithms like PPO or GRPO faces significant hurdles. The open-ended nature of the search environment exacerbates the instability of token-level optimization. A core issue is the fundamental mismatch between the unit of sequence-level reward assignment and the unit of token-level optimization (Zheng et al., 2025). This discrepancy leads to high-variance gradient estimates that accumulate over long trajectories, often culminating in policy collapse. Furthermore, the sparse binary reward signal means many training batches may contain only successful or only unsuccessful trajectories, yielding abnormal advantage and thus providing no learning signal, which drastically reduces sample efficiency (Yu et al., 2025; Liu et al., 2025). DSPO is designed to directly counteract these two critical failure modes.", "source": "marker_v2", "marker_block_id": "/page/4/Text/1"}
28
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0027", "section": "3.2 Dynamic-filter Sequence-Level Policy Optimization", "page_start": 5, "page_end": 5, "type": "Text", "text": "DSPO introduces two key innovations over prior methods: (1) it performs policy optimization at the sequence level, aligning the training objective with the trajectory-based reward structure, and (2) it incorporates a dynamic filtering mechanism to ensure every training batch provides a high-quality, non-zero learning signal. The entire training process, which integrates these components, is depicted in Figure 1.", "source": "marker_v2", "marker_block_id": "/page/4/Text/3"}
29
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0028", "section": "3.2.1 Sequence-Level Policy Optimization for Enhanced Stability", "page_start": 5, "page_end": 5, "type": "Text", "text": "Inspired by GSPO (Zheng et al., 2025), we replace the unstable token-level importance ratio with a theoretically grounded sequence-level counterpart. The sequence-level importance ratio s_i(\\theta) for a response y_i is defined as the geometric mean of its token-level ratios:", "source": "marker_v2", "marker_block_id": "/page/4/Text/5"}
30
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0029", "section": "3.2.1 Sequence-Level Policy Optimization for Enhanced Stability", "page_start": 5, "page_end": 5, "type": "Equation", "text": "s_{i}(\\theta) = \\left(\\frac{\\pi_{\\theta}(y_{i}|x)}{\\pi_{\\theta_{\\text{old}}}(y_{i}|x)}\\right)^{\\frac{1}{|y_{i}|}} = \\exp\\left(\\frac{1}{|y_{i}|} \\sum_{t=1}^{|y_{i}|} \\log \\frac{\\pi_{\\theta}(y_{i,t}|x, y_{i, < t})}{\\pi_{\\theta_{\\text{old}}}(y_{i,t}|x, y_{i, < t})}\\right). (6)", "source": "marker_v2", "marker_block_id": "/page/4/Equation/6"}
31
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0030", "section": "3.2.1 Sequence-Level Policy Optimization for Enhanced Stability", "page_start": 5, "page_end": 5, "type": "Text", "text": "This length normalization is crucial for reducing variance and ensuring that s_i(\\theta) remains within a consistent numerical range regardless of sequence length, which is vital for stable clipping.", "source": "marker_v2", "marker_block_id": "/page/4/Text/7"}
32
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0031", "section": "3.2.1 Sequence-Level Policy Optimization for Enhanced Stability", "page_start": 5, "page_end": 5, "type": "Text", "text": "Gradient Analysis. The gradient analysis below shows why DSPO enhances the stability. The gradient of the token-level GRPO objective (unclipped) scales each token's log-probability gradient by a noisy, token-specific weight r_{i,t}(\\theta) . In contrast, the gradient of our sequence-level objective scales the average log-probability gradient of the entire sequence by a single, more stable sequence-level weight s_i(\\theta) :", "source": "marker_v2", "marker_block_id": "/page/4/Text/8"}
33
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0032", "section": "3.2.1 Sequence-Level Policy Optimization for Enhanced Stability", "page_start": 5, "page_end": 5, "type": "Equation", "text": "\\nabla_{\\theta} J_{\\text{GRPO}} \\propto \\mathbb{E} \\left[ \\hat{A}_i \\cdot \\sum_{t=1}^{|y_i|} r_{i,t}(\\theta) \\nabla_{\\theta} \\log \\pi_{\\theta}(y_{i,t}| \\dots) \\right] (7)", "source": "marker_v2", "marker_block_id": "/page/4/Equation/9"}
34
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0033", "section": "3.2.1 Sequence-Level Policy Optimization for Enhanced Stability", "page_start": 5, "page_end": 5, "type": "Equation", "text": "\\nabla_{\\theta} J_{\\text{DSPO}} \\propto \\mathbb{E} \\left[ \\hat{A}_i \\cdot s_i(\\theta) \\cdot \\sum_{t=1}^{|y_i|} \\nabla_{\\theta} \\log \\pi_{\\theta}(y_{i,t}|\\dots) \\right] (8)", "source": "marker_v2", "marker_block_id": "/page/4/Equation/10"}
35
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0034", "section": "3.2.1 Sequence-Level Policy Optimization for Enhanced Stability", "page_start": 5, "page_end": 5, "type": "Text", "text": "By applying a single, holistic correction factor to the entire trajectory, DSPO avoids the accumulation of token-level noise that plagues prior methods, leading to fundamentally more stable training. In parallel, the dynamic filtering mechanism guarantees a normal advantage signal \\hat{A}_i by constructing training batches from rollout groups that contain both successes and failures, thus preventing wasted samples in sparse-reward environments.", "source": "marker_v2", "marker_block_id": "/page/4/Text/11"}
36
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0035", "section": "3.2.2 Dynamic Outcome-based Filtering for Efficient Learning", "page_start": 5, "page_end": 5, "type": "Text", "text": "The sparse binary nature of our reward function poses a challenge for group-based advantage estimation. If all G responses in a group are correct (R=1) or all are incorrect (R=0), the normalized advantage \\hat{A}_i becomes zero or undefined. Such batches do not provide a useful gradient signal, wasting computational resources.", "source": "marker_v2", "marker_block_id": "/page/4/Text/13"}
37
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0036", "section": "3.2.2 Dynamic Outcome-based Filtering for Efficient Learning", "page_start": 6, "page_end": 6, "type": "Text", "text": "292293", "source": "marker_v2", "marker_block_id": "/page/5/Text/17"}
38
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0037", "section": "3.2.2 Dynamic Outcome-based Filtering for Efficient Learning", "page_start": 6, "page_end": 6, "type": "Text", "text": "295296", "source": "marker_v2", "marker_block_id": "/page/5/Text/19"}
39
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0038", "section": "3.2.2 Dynamic Outcome-based Filtering for Efficient Learning", "page_start": 6, "page_end": 6, "type": "Text", "text": "298299", "source": "marker_v2", "marker_block_id": "/page/5/Text/21"}
40
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0039", "section": "3.2.2 Dynamic Outcome-based Filtering for Efficient Learning", "page_start": 6, "page_end": 6, "type": "Text", "text": "312313314", "source": "marker_v2", "marker_block_id": "/page/5/Text/30"}
41
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0040", "section": "Algorithm 1 Dynamic-filter Sequence-level Policy Optimization (DSPO)", "page_start": 6, "page_end": 6, "type": "Code", "text": "1: Input: Initial policy \\pi_{\\theta_0}, fixed reference policy \\pi_{\\text{ref}}, prompt dataset \\mathcal{D}, group size G, batch size 272 B, search tool \\mathcal{R}. 273 2: Initialize policy \\pi_{\\theta} \\leftarrow \\pi_{\\theta_0}. 274 3: for each training step do 275 4: \\pi_{\\theta_{\\text{old}}} \\leftarrow \\pi_{\\theta}. 276 5: Initialize training buffer \\mathcal{B} \\leftarrow \\emptyset. 277 while |\\mathcal{B}| < B do 6: 278 7: Sample a prompt x \\sim \\mathcal{D}. Generate a group of G trajectories \\{y_i\\}_{i=1}^G using \\pi_{\\theta_{\\text{old}}} and the search tool \\mathcal{R}. 8: 279 Compute terminal rewards \\{R_i\\}_{i=1}^G = \\{\\text{ContainsAnswer}(y_i, y_{\\text{gold}})\\}_{i=1}^G. 9: 280 if 0 < \\sum_{i=1}^{G} R_i < G then Add (x, \\{y_i\\}_{i=1}^{G}, \\{R_i\\}_{i=1}^{G}) to \\mathcal{B}. ▷ Dynamic outcome-based filtering 281 10: 12: 284 13: end while for each (x, \\{y_i\\}, \\{R_i\\}) in \\mathcal{B} do 14: 285 15: Compute advantages \\{\\hat{A}_i\\}_{i=1}^G via group normalization of \\{R_i\\}. Compute sequence-level importance ratios \\{s_i(\\theta)\\}_{i=1}^G using Eq. 6. 287 16: Compute the DSPO loss for the group using Eq. 11, applying masks to retrieved tokens. 17: 18: 289 19: Update policy parameters \\theta by taking a gradient step on the total loss from \\mathcal{B}. 290 20: end for 291", "source": "marker_v2", "marker_block_id": "/page/5/Code/2"}
42
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0041", "section": "Algorithm 1 Dynamic-filter Sequence-level Policy Optimization (DSPO)", "page_start": 6, "page_end": 6, "type": "Text", "text": "To overcome this, DSPO incorporates a dynamic filtering mechanism inspired by DAPO (Yu et al., 2025). During sampling, we only retain groups of trajectories that contain a mix of successful and unsuccessful outcomes. A group \\{y_i\\}_{i=1}^G is used for training only if its rewards \\{R_i\\}_{i=1}^G satisfy:", "source": "marker_v2", "marker_block_id": "/page/5/Text/3"}
43
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0042", "section": "Algorithm 1 Dynamic-filter Sequence-level Policy Optimization (DSPO)", "page_start": 6, "page_end": 6, "type": "Equation", "text": "0 < \\sum_{i=1}^{G} R_i < G. (9)", "source": "marker_v2", "marker_block_id": "/page/5/Equation/4"}
44
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0043", "section": "Algorithm 1 Dynamic-filter Sequence-level Policy Optimization (DSPO)", "page_start": 6, "page_end": 6, "type": "Text", "text": "This ensures that the reward variance within every training group is non-zero, guaranteeing a meaningful advantage signal. This dynamic selection curates a high-quality dataset for each policy update, transforming a sparse reward problem into a dense and efficient learning signal.", "source": "marker_v2", "marker_block_id": "/page/5/Text/5"}
45
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0044", "section": "3.3 THE DSPO OBJECTIVE AND TRAINING ALGORITHM", "page_start": 6, "page_end": 6, "type": "Text", "text": "By integrating these components, we arrive at the final DSPO objective. For each valid group from the filtered sample space \\mathcal{D}_{\\text{filtered}} , we compute the advantage \\hat{A}_i using group-relative normalization:", "source": "marker_v2", "marker_block_id": "/page/5/Text/7"}
46
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0045", "section": "3.3 THE DSPO OBJECTIVE AND TRAINING ALGORITHM", "page_start": 6, "page_end": 6, "type": "Equation", "text": "\\hat{A}_i = \\frac{R_i - \\text{mean}(R)}{\\text{std}(R) + \\delta},\\tag{10}", "source": "marker_v2", "marker_block_id": "/page/5/Equation/8"}
47
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0046", "section": "3.3 THE DSPO OBJECTIVE AND TRAINING ALGORITHM", "page_start": 6, "page_end": 6, "type": "Text", "text": "where \\delta is a small constant for numerical stability. The policy \\pi_{\\theta} is updated by maximizing (we omit the KL divergence term to simplify the presentation of the core objective form):", "source": "marker_v2", "marker_block_id": "/page/5/Text/9"}
48
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0047", "section": "3.3 THE DSPO OBJECTIVE AND TRAINING ALGORITHM", "page_start": 6, "page_end": 6, "type": "Equation", "text": "J_{\\text{DSPO}}(\\theta) = \\mathbb{E}_{(x,\\{y_i\\}) \\in \\mathcal{D}_{\\text{filtered}}} \\left[ \\frac{1}{G} \\sum_{i=1}^{G} \\min \\left( s_i(\\theta) \\hat{A}_i, \\text{clip}(s_i(\\theta), 1 - \\epsilon_{\\text{low}}, 1 + \\epsilon_{\\text{high}}) \\hat{A}_i \\right) \\right], \\quad (11)", "source": "marker_v2", "marker_block_id": "/page/5/Equation/10"}
49
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0048", "section": "3.3 THE DSPO OBJECTIVE AND TRAINING ALGORITHM", "page_start": 6, "page_end": 6, "type": "Text", "text": "where s_i is the sequence-level importance ration defined as the geometric mean of the token-level ratios. We use the decoupled clip for better exploration of the policy(Yu et al., 2025). Crucially, during likelihood calculation, we apply loss masking to all tokens retrieved from the search tool following Jin et al. (2025b). This ensures the model learns to utilize external knowledge for reasoning, not simply to reproduce it. The full training process is detailed in Algorithm 1.", "source": "marker_v2", "marker_block_id": "/page/5/Text/11"}
50
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0049", "section": "4 EXPERIMENTS", "page_start": 6, "page_end": 6, "type": "Text", "text": "In this section, we conduct a series of experiments to empirically validate the effectiveness of our proposed Dynamic-filter Sequence-level Policy Optimization (DSPO) algorithm. Our primary", "source": "marker_v2", "marker_block_id": "/page/5/Text/13"}
51
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0050", "section": "4 EXPERIMENTS", "page_start": 7, "page_end": 7, "type": "FigureGroup", "text": "Figure 2: Validation performance of DSPO across seven benchmarks during training. The steady, monotonic increase in accuracy confirms that DSPO's reward improvement translates directly to enhanced generalization and that our method learns a robust search-and-reasoning policy.", "source": "marker_v2", "marker_block_id": "/page/6/FigureGroup/231"}
52
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0051", "section": "4 EXPERIMENTS", "page_start": 7, "page_end": 7, "type": "FigureGroup", "text": "Figure 3: Training reward dynamics of DSPO and its ablations. Comparative view of learning curves. DSPO (red) demonstrates stable and monotonic improvement. In contrast, token-level variants (green, blue) suffer catastrophic policy collapse, while the sequence-level variant without our filter (purple) plateaus at a suboptimal level.", "source": "marker_v2", "marker_block_id": "/page/6/FigureGroup/232"}
53
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0052", "section": "4 EXPERIMENTS", "page_start": 7, "page_end": 7, "type": "Text", "text": "objectives are to demonstrate that DSPO: (1) achieves exceptional performance on challenging question-answering benchmarks; (2) exhibits significantly enhanced training stability, avoiding the catastrophic collapse that plagues baseline methods; and (3) derives its performance gains from the synergistic combination of its core components.", "source": "marker_v2", "marker_block_id": "/page/6/Text/5"}
54
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0053", "section": "4.1 EXPERIMENTAL SETUP", "page_start": 7, "page_end": 7, "type": "Text", "text": "Prompt Template. Following Search-R1 (Jin et al., 2025b), As shown in Table 1, we use the prompt template to instruct the model's actions during the search task, including <think>, <tool_call> and <answer>.", "source": "marker_v2", "marker_block_id": "/page/6/Text/7"}
55
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0054", "section": "4.1 EXPERIMENTAL SETUP", "page_start": 7, "page_end": 7, "type": "Text", "text": "Benchmarks and Baselines. To provide a rigorous evaluation, our experimental design adheres to the established protocol of Search-R1 (Jin et al., 2025b). We train our model on a composite dataset containing the training splits of Natural Questions (NQ) (Kwiatkowski et al., 2019) and HotpotQA (Yang et al., 2018). We then assess its generalization capabilities on the test sets of seven diverse QA benchmarks: NQ, TriviaQA (Joshi et al., 2017), PopQA (Mallen et al., 2022),", "source": "marker_v2", "marker_block_id": "/page/6/Text/8"}
56
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0055", "section": "4.1 EXPERIMENTAL SETUP", "page_start": 8, "page_end": 8, "type": "Text", "text": "Prompt Template. Answer the given question. You must conduct reasoning inside <think> and </think> . first every time you get new information. After reasoning, if you find you lack some knowledge, you can call a search engine by <tool call> query </tool call> and it will return the top searched results between <tool response> and </tool response> . You can search as many times as your want. If you find no further external knowledge needed, you can directly provide the answer inside <answer> and </answer> , without detailed illustrations. For example, <answer> Beijing </answer> . Question: ...", "source": "marker_v2", "marker_block_id": "/page/7/Text/1"}
57
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0056", "section": "4.1 EXPERIMENTAL SETUP", "page_start": 8, "page_end": 8, "type": "Caption", "text": "Table 1: The prompt template used in our experiments.", "source": "marker_v2", "marker_block_id": "/page/7/Caption/2"}
58
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0057", "section": "4.1 EXPERIMENTAL SETUP", "page_start": 8, "page_end": 8, "type": "Text", "text": "HotpotQA, 2WikiMultiHopQA (Ho et al., 2020) , Musique (Trivedi et al., 2022) , and Bamboogle (Press et al., 2022) .", "source": "marker_v2", "marker_block_id": "/page/7/Text/3"}
59
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0058", "section": "4.1 EXPERIMENTAL SETUP", "page_start": 8, "page_end": 8, "type": "Text", "text": "Our comparison suite includes strong external baselines and critical internal ablations. External baselines are the Qwen2.5-7B and 14B models trained with PPO and GRPO from the Search-R1 framework (Jin et al., 2025b; a) . To deconstruct our method, we also include two internal baselines as ablations: (1) DSPO w/o dynamic filter, which is equivalent to GSPO (Zheng et al., 2025) , and (2) DSPO w/o sequence-level opt., which reverts to a strong token-level policy, DAPO (Yu et al., 2025) .", "source": "marker_v2", "marker_block_id": "/page/7/Text/4"}
60
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0059", "section": "4.1 EXPERIMENTAL SETUP", "page_start": 8, "page_end": 8, "type": "Text", "text": "For implementation, we used Qwen2.5-7B-Instruct model as the starting checkpoint for all our training. Our experiments are built upon the VeRL framework (Sheng et al., 2025) , for which we adapted the provided search-r1-like example code and scripts to suit our methodology. We benchmark DSPO against a comprehensive suite of baselines. For external comparison, we use the PPO and GRPO methods from the Search-R1 framework (Jin et al., 2025b ;a) . Crucially, as our work utilizes a modified reward function, we retrained these models under our exact experimental conditions to ensure a fair comparison. The results of these retrained models serve as our primary external benchmarks.", "source": "marker_v2", "marker_block_id": "/page/7/Text/5"}
61
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0060", "section": "4.1 EXPERIMENTAL SETUP", "page_start": 8, "page_end": 8, "type": "Text", "text": "Implementation and Evaluation. To isolate the benefits of our algorithm, all RL experiments deliberately employ a standard BM25 retriever. This controlled setup ensures that observed performance improvements are directly attributable to the model's learned policy. Across all methods, models are trained using a sparse, binary reward signal based on substring Exact Match (subEM) of the final answer, and subEM serves as the primary evaluation metric.", "source": "marker_v2", "marker_block_id": "/page/7/Text/6"}
62
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0061", "section": "4.2 MAIN RESULTS AND ABLATION STUDY", "page_start": 8, "page_end": 8, "type": "Text", "text": "To provide a holistic view of our algorithm's effectiveness, we present a comprehensive comparison in Table 2. Due to the synergistic nature of DSPO's components, we find it most illustrative to present our main results alongside our ablation study. This single table juxtaposes DSPO against both external state-of-the-art baselines and its own ablated variants, offering a clear and direct assessment of its overall superiority and the indispensability of its core components.", "source": "marker_v2", "marker_block_id": "/page/7/Text/8"}
63
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0062", "section": "4.2 MAIN RESULTS AND ABLATION STUDY", "page_start": 8, "page_end": 8, "type": "Text", "text": "Comparison with Baselines. The results in Table 2 underscore DSPO's clear superiority. Our DSPO-trained 7B agent achieves a remarkable average score of 0.531, establishing a new stateof-the-art. This represents a 34.1% relative improvement over the same-sized Search-R1 (GRPO, 7B) model. More strikingly, our 7B agent achieves a slightly better average score than the much larger Search-R1 14B models (both GRPO and PPO). This outcome provides strong evidence that the performance gains stem from a more effective and stable learning algorithm rather than an overreliance on model scale.", "source": "marker_v2", "marker_block_id": "/page/7/Text/9"}
64
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0063", "section": "4.2 MAIN RESULTS AND ABLATION STUDY", "page_start": 8, "page_end": 8, "type": "Text", "text": "Analysis of Ablations. The ablation results, also presented in Table 2, unequivocally demonstrate that both of DSPO's components are indispensable. First, removing the dynamic filter ('w/o dynamic filter', i.e., GSPO) causes a catastrophic drop in performance, with the average score plummeting to 0.313. This highlights its critical role; without the filter, the sequence-level objective is starved of a useful learning signal due to homogeneous-reward batches. Second, ablating sequence-level optimization ('w/o sequence-level opt.', i.e., DAPO) also leads to a significant performance degradation, yielding an average score of 0.406. While this token-level variant outperforms the filter-less", "source": "marker_v2", "marker_block_id": "/page/7/Text/10"}
65
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0064", "section": "4.2 MAIN RESULTS AND ABLATION STUDY", "page_start": 9, "page_end": 9, "type": "TableGroup", "text": "Table 2: Comprehensive comparison of DSPO with baselines and ablation variants on seven QA benchmarks. Baselines include Search-R1 models (7B & 14B) trained with GRPO and PPO (Jin et al., 2025b ;a) . Ablations remove key components: 'w/o dynamic filter' and 'w/o seq-level opt.'. Original EM scores from Search-R1 are in parentheses. To maintain the consistency of evaluation, we retrained and evaluated them using our adjusted rewards. Best results are in bold; second-best are underlined. Dataset Search-R1 DSPO & Ablations (Ours, 7B) GRPO (7B) PPO (7B) GRPO (14B) PPO (14B) w/o dyn. filter w/o seq-lvl opt. DSPO NQ 0.423 (0.429) (0.393) 0.535 (0.482) (0.424) 0.363 0.470 0.580 TriviaQA 0.658 (0.623) (0.610) 0.760 (0.667) (0.660) 0.515 0.695 0.754 PopQA 0.395 (0.427) (0.397) 0.477 (0.434) (0.442) 0.277 0.430 0.498 HotpotQA 0.401 (0.386) (0.370) 0.563 (0.429) (0.436) 0.330 0.438 0.613 2WikiMultiHopQA 0.357 (0.414) (0.346) 0.611 (0.424) (0.379) 0.285 0.398 0.569 Musique 0.122 (0.162) (0.146) 0.260 (0.191) (0.210) 0.105 0.133 0.270 Bamboogle 0.280 (0.400) (0.368) 0.504 (0.492) (0.480) 0.288 0.280 0.432 Average 0.377 (0.396) (0.385) 0.530 (0.446) (0.433) 0.313 0.406 0.531", "source": "marker_v2", "marker_block_id": "/page/8/TableGroup/449"}
66
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0065", "section": "4.2 MAIN RESULTS AND ABLATION STUDY", "page_start": 9, "page_end": 9, "type": "Text", "text": "one, it falls well short of the full DSPO model. As we show in the next section, it is also prone to catastrophic training instability. This confirms that the synergy is crucial: sequence-level updates are essential for stability, while our dynamic filter is critical for transforming sparse rewards into an efficient learning signal.", "source": "marker_v2", "marker_block_id": "/page/8/Text/3"}
67
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0066", "section": "4.2 MAIN RESULTS AND ABLATION STUDY", "page_start": 9, "page_end": 9, "type": "Text", "text": "Beyond quantitative metrics, we observe that DSPO enables sophisticated search behaviors, including recognize irrelevant results, query reformulation and multi-turn verification (see Appendix A.2 for detailed trajectory examples). All of these behaviors are emerging from pure RL training through DSPO.", "source": "marker_v2", "marker_block_id": "/page/8/Text/4"}
68
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0067", "section": "4.3 ANALYSIS OF TRAINING DYNAMICS", "page_start": 9, "page_end": 9, "type": "Text", "text": "To empirically validate our claims regarding stability and efficiency, we analyze the training reward dynamics of DSPO, its ablations, and key baselines. Figure 3 offers a compelling visualization of these dynamics, reinforcing our core architectural choices.", "source": "marker_v2", "marker_block_id": "/page/8/Text/6"}
69
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0068", "section": "4.3 ANALYSIS OF TRAINING DYNAMICS", "page_start": 9, "page_end": 9, "type": "Text", "text": "DSPO (red) exhibits a smooth, monotonic ascent, efficiently converging to the highest reward level. This trajectory empirically confirms the stability afforded by its sequence-level objective. In stark contrast, the token-level methods—DSPO w/o Seq-level Opt. (green) and vanilla GRPO (blue)—suffer from catastrophic policy collapse early in training. Their rewards plummet after a brief initial improvement, a clear manifestation of the instability caused by high-variance, tokenlevel gradient updates. Meanwhile, DSPO w/o Dynamic Filter (purple), which leverages sequencelevel updates but lacks an efficient learning signal, remains stable but plateaus at a significantly suboptimal performance ceiling. These dynamics reveal that DSPO's synergy of sequence-level stability and dynamic filtering is key to its robust and effective policy optimization.", "source": "marker_v2", "marker_block_id": "/page/8/Text/7"}
70
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0069", "section": "4.3 ANALYSIS OF TRAINING DYNAMICS", "page_start": 9, "page_end": 9, "type": "Text", "text": "To ensure these improvements in training reward translate to genuine generalization rather than reward hacking, we track validation performance on key benchmarks throughout training. As illustrated in Figure 2, DSPO's validation accuracy on NQ, HotpotQA, and other diverse benchmarks rises consistently, mirroring its stable reward curve. This correlation confirms that the agent is learning a generalizable search-and-reasoning policy.", "source": "marker_v2", "marker_block_id": "/page/8/Text/8"}
71
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0070", "section": "4.4 SCALABILITY AND GENERALIZATION ANALYSIS", "page_start": 9, "page_end": 9, "type": "Text", "text": "To further validate the robustness of our approach, we extend our evaluation to explore model scalability and domain generalization.", "source": "marker_v2", "marker_block_id": "/page/8/Text/10"}
72
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0071", "section": "4.4 SCALABILITY AND GENERALIZATION ANALYSIS", "page_start": 9, "page_end": 9, "type": "Text", "text": "Scalability to Larger Models. We investigate whether the stability benefits of DSPO translate to larger parameter scales by training Qwen2.5-14B-Instruct. As detailed in Table 3, DSPO demonstrates remarkable scalability. The DSPO-trained 14B model achieves an average accuracy of 60.6%,", "source": "marker_v2", "marker_block_id": "/page/8/Text/11"}
73
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0072", "section": "4.4 SCALABILITY AND GENERALIZATION ANALYSIS", "page_start": 10, "page_end": 10, "type": "Text", "text": "significantly outperforming the strong GRPO-14B baseline (53.0%) by a relative margin of 14.3%. These results confirm that our method effectively leverages increased model capacity, establishing an outperforming performance that consistently exceeds standard baselines.", "source": "marker_v2", "marker_block_id": "/page/9/Text/1"}
74
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0073", "section": "4.4 SCALABILITY AND GENERALIZATION ANALYSIS", "page_start": 10, "page_end": 10, "type": "TableGroup", "text": "Table 3: Scalability analysis on Qwen2.5-14B-Instruct. Best results are in bold. Dataset Instruct (14B) GRPO (14B) DSPO (7B) DSPO (14B) Gain NQ 0.345 0.535 0.580 0.629 +17.6% HotpotQA 0.407 0.563 0.613 0.665 +18.1% 2WikiMQA 0.332 0.611 0.569 0.699 +14.4% Bamboogle 0.328 0.504 0.432 0.544 +7.9% PopQA 0.364 0.477 0.498 0.545 +14.3% TriviaQA 0.643 0.760 0.754 0.802 +5.5% Musique 0.151 0.260 0.270 0.361 +38.8% Average 0.367 0.530 0.531 0.606 +14.3%", "source": "marker_v2", "marker_block_id": "/page/9/TableGroup/327"}
75
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0074", "section": "4.4 SCALABILITY AND GENERALIZATION ANALYSIS", "page_start": 10, "page_end": 10, "type": "Text", "text": "Generalization to Mathematical Reasoning. We further assess the universality of DSPO by applying it to single-turn mathematical reasoning tasks using the Qwen2.5 and Qwen3 model family. Table 4 presents the comparison on Math500 and Olympiad-Bench. DSPO consistently surpasses GRPO across both 7B and 4B model sizes. This indicates that DSPO are effective for general reasoning domains.", "source": "marker_v2", "marker_block_id": "/page/9/Text/4"}
76
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0075", "section": "4.4 SCALABILITY AND GENERALIZATION ANALYSIS", "page_start": 10, "page_end": 10, "type": "TableGroup", "text": "Table 4: Generalization to mathematical reasoning. Best results are in bold. Model Benchmark Steps GRPO DSPO Gain Qwen2.5-Math-7B Math500 200 0.772 0.798 +2.6% Qwen3-4B Olympiad-Bench 100 0.728 0.755 +2.7%", "source": "marker_v2", "marker_block_id": "/page/9/TableGroup/328"}
77
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0076", "section": "5 CONCLUSION", "page_start": 10, "page_end": 10, "type": "Text", "text": "In this work, we tackled the critical instability and sample inefficiency issues that plague RL for autonomous LLM search agents. We introduced Dynamic-filter Sequence-level Policy Optimization (DSPO), an improved algorithm that ensures robust training through two key components: sequence-level optimization to prevent catastrophic policy collapse, and a dynamic outcome-based filter to transform sparse rewards into a consistently effective learning signal. Our experiments demonstrated that DSPO not only achieves substantial performance across a suite of challenging question-answering benchmarks but also exhibits superior training stability compared to prior methods.", "source": "marker_v2", "marker_block_id": "/page/9/Text/8"}
78
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0077", "section": "5 CONCLUSION", "page_start": 10, "page_end": 10, "type": "Text", "text": "By enabling robust training from environmental feedback alone, DSPO establishes a practical and efficient blueprint for creating capable LLM agents without costly expert data. With this stable foundation, future work can confidently explore integrating advanced retrievers or extending DSPO to complex, multi-tool tasks. Furthermore, since the challenges of sparse rewards and unstable policy gradients are not unique to search, we hypothesize that DSPO's principles will yield similar performance and stability gains in other domains such as mathematics and code generation, which remains a promising direction for future validation. We believe the core tenets of DSPO—matching the optimization unit to the reward signal and guaranteeing signal density—will be instrumental in developing the next generation of autonomous AI.", "source": "marker_v2", "marker_block_id": "/page/9/Text/9"}
79
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0078", "section": "REFERENCES", "page_start": 11, "page_end": 11, "type": "ListGroup", "text": "Tom Brown, Benjamin Mann, Nick Ryder, Melanie Subbiah, Jared D Kaplan, Prafulla Dhariwal, Arvind Neelakantan, Pranav Shyam, Girish Sastry, Amanda Askell, et al. Language models are few-shot learners. Advances in neural information processing systems , 33:1877–1901, 2020. Tuhin Chakrabarty, Vishakh Padmakumar, Faeze Brahman, and Smaranda Muresan. Creativity support in the age of large language models: An empirical study involving professional writers. In Proceedings of the 16th Conference on Creativity & Cognition , pp. 132–155, 2024. Mingyang Chen, Tianpeng Li, Haoze Sun, Yijie Zhou, Chenzheng Zhu, Haofen Wang, Jeff Z Pan, Wen Zhang, Huajun Chen, Fan Yang, et al. Learning to reason with search for llms via reinforcement learning. arXiv preprint arXiv:2503.19470 , 2025. Paul F Christiano, Jan Leike, Tom Brown, Miljan Martic, Shane Legg, and Dario Amodei. Deep reinforcement learning from human preferences. Advances in neural information processing sys tems , 30, 2017. Tianzhe Chu, Yuexiang Zhai, Jihan Yang, Shengbang Tong, Saining Xie, Dale Schuurmans, Quoc V Le, Sergey Levine, and Yi Ma. Sft memorizes, rl generalizes: A comparative study of foundation model post-training. arXiv preprint arXiv:2501.17161 , 2025. Ganqu Cui, Yuchen Zhang, Jiacheng Chen, Lifan Yuan, Zhi Wang, Yuxin Zuo, Haozhan Li, Yuchen Fan, Huayu Chen, Weize Chen, et al. The entropy mechanism of reinforcement learning for reasoning language models. arXiv preprint arXiv:2505.22617 , 2025. Yunfan Gao, Yun Xiong, Xinyu Gao, Kangxiang Jia, Jinliu Pan, Yuxi Bi, Yixin Dai, Jiawei Sun, Haofen Wang, and Haofen Wang. Retrieval-augmented generation for large language models: A survey. arXiv preprint arXiv:2312.10997 , 2(1), 2023. Xanh Ho, Anh-Khoa Duong Nguyen, Saku Sugawara, and Akiko Aizawa. Constructing a multi-hop qa dataset for comprehensive evaluation of reasoning steps. arXiv preprint arXiv:2011.01060 , 2020. Bowen Jin, Jinsung Yoon, Priyanka Kargupta, Sercan O Arik, and Jiawei Han. An empirical study on reinforcement learning for reasoning-search interleaved llm agents. arXiv preprint arXiv:2505.15117 , 2025a. Bowen Jin, Hansi Zeng, Zhenrui Yue, Jinsung Yoon, Sercan Arik, Dong Wang, Hamed Zamani, and Jiawei Han. Search-r1: Training llms to reason and leverage search engines with reinforcement learning. arXiv preprint arXiv:2503.09516 , 2025b. Mandar Joshi, Eunsol Choi, Daniel S Weld, and Luke Zettlemoyer. Triviaqa: A large scale distantly supervised challenge dataset for reading comprehension. arXiv preprint arXiv:1705.03551 , 2017. Vladimir Karpukhin, Barlas Oguz, Sewon Min, Patrick SH Lewis, Ledell Wu, Sergey Edunov, Danqi Chen, and Wen-tau Yih. Dense passage retrieval for open-domain question answering. In EMNLP (1) , pp. 6769–6781, 2020. Tom Kwiatkowski, Jennimaria Palomaki, Olivia Redfield, Michael Collins, Ankur Parikh, Chris Alberti, Danielle Epstein, Illia Polosukhin, Jacob Devlin, Kenton Lee, et al. Natural questions: a benchmark for question answering research. Transactions of the Association for Computational Linguistics , 7:453–466, 2019. Patrick Lewis, Ethan Perez, Aleksandra Piktus, Fabio Petroni, Vladimir Karpukhin, Naman Goyal, Heinrich Kuttler, Mike Lewis, Wen-tau Yih, Tim Rockt ¨ aschel, et al. Retrieval-augmented gener- ¨ ation for knowledge-intensive nlp tasks. Advances in neural information processing systems , 33: 9459–9474, 2020. Zichen Liu, Changyu Chen, Wenjun Li, Penghui Qi, Tianyu Pang, Chao Du, Wee Sun Lee, and Min Lin. Understanding r1-zero-like training: A critical perspective. arXiv preprint arXiv:2503.20783 , 2025.", "source": "marker_v2", "marker_block_id": "/page/10/ListGroup/339"}
80
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0079", "section": "REFERENCES", "page_start": 12, "page_end": 12, "type": "ListGroup", "text": "Alex Mallen, Akari Asai, Victor Zhong, Rajarshi Das, Hannaneh Hajishirzi, and Daniel Khashabi. When not to trust language models: Investigating effectiveness and limitations of parametric and non-parametric memories. arXiv preprint arXiv:2212.10511 , 7, 2022. Guillermo Marco, Julio Gonzalo, Ramon del Castillo, and Mar ´ ´ıa Teresa Mateo Girona. Pron vs prompt: Can large language models already challenge a world-class fiction author at creative text writing? arXiv preprint arXiv:2407.01119 , 2024. Long Ouyang, Jeffrey Wu, Xu Jiang, Diogo Almeida, Carroll Wainwright, Pamela Mishkin, Chong Zhang, Sandhini Agarwal, Katarina Slama, Alex Ray, et al. Training language models to follow instructions with human feedback. Advances in neural information processing systems , 35: 27730–27744, 2022. Ofir Press, Muru Zhang, Sewon Min, Ludwig Schmidt, Noah A Smith, and Mike Lewis. Measuring and narrowing the compositionality gap in language models. arXiv preprint arXiv:2210.03350 , 2022. Rafael Rafailov, Archit Sharma, Eric Mitchell, Christopher D Manning, Stefano Ermon, and Chelsea Finn. Direct preference optimization: Your language model is secretly a reward model. Advances in neural information processing systems , 36:53728–53741, 2023. Timo Schick, Jane Dwivedi-Yu, Roberto Dess`ı, Roberta Raileanu, Maria Lomeli, Eric Hambro, Luke Zettlemoyer, Nicola Cancedda, and Thomas Scialom. Toolformer: Language models can teach themselves to use tools. Advances in Neural Information Processing Systems , 36:68539– 68551, 2023. John Schulman, Philipp Moritz, Sergey Levine, Michael Jordan, and Pieter Abbeel. Highdimensional continuous control using generalized advantage estimation. arXiv preprint arXiv:1506.02438 , 2015. John Schulman, Filip Wolski, Prafulla Dhariwal, Alec Radford, and Oleg Klimov. Proximal policy optimization algorithms. arXiv preprint arXiv:1707.06347 , 2017. Zhihong Shao, Peiyi Wang, Qihao Zhu, Runxin Xu, Junxiao Song, Xiao Bi, Haowei Zhang, Mingchuan Zhang, YK Li, Yang Wu, et al. Deepseekmath: Pushing the limits of mathematical reasoning in open language models. arXiv preprint arXiv:2402.03300 , 2024. Guangming Sheng, Chi Zhang, Zilingfeng Ye, Xibin Wu, Wang Zhang, Ru Zhang, Yanghua Peng, Haibin Lin, and Chuan Wu. Hybridflow: A flexible and efficient rlhf framework. In Proceedings of the Twentieth European Conference on Computer Systems , pp. 1279–1297, 2025. Huatong Song, Jinhao Jiang, Yingqian Min, Jie Chen, Zhipeng Chen, Wayne Xin Zhao, Lei Fang, and Ji-Rong Wen. R1-searcher: Incentivizing the search capability in llms via reinforcement learning. arXiv preprint arXiv:2503.05592 , 2025. Hugo Touvron, Thibaut Lavril, Gautier Izacard, Xavier Martinet, Marie-Anne Lachaux, Timothee´ Lacroix, Baptiste Roziere, Naman Goyal, Eric Hambro, Faisal Azhar, et al. Llama: Open and ` efficient foundation language models. arXiv preprint arXiv:2302.13971 , 2023. Trieu H Trinh, Yuhuai Wu, Quoc V Le, He He, and Thang Luong. Solving olympiad geometry without human demonstrations. Nature , 625(7995):476–482, 2024. Harsh Trivedi, Niranjan Balasubramanian, Tushar Khot, and Ashish Sabharwal. musique: Multihop questions via single-hop question composition. Transactions of the Association for Computational Linguistics , 10:539–554, 2022. Junde Wu, Jiayuan Zhu, Yuyuan Liu, Min Xu, and Yueming Jin. Agentic reasoning: A streamlined framework for enhancing llm reasoning with agentic tools. arXiv preprint arXiv:2502.04644 , 2025. Qingyun Wu, Gagan Bansal, Jieyu Zhang, Yiran Wu, Beibin Li, Erkang Zhu, Li Jiang, Xiaoyun Zhang, Shaokun Zhang, Jiale Liu, et al. Autogen: Enabling next-gen llm applications via multiagent conversations. In First Conference on Language Modeling , 2024.", "source": "marker_v2", "marker_block_id": "/page/11/ListGroup/352"}
81
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0080", "section": "REFERENCES", "page_start": 13, "page_end": 13, "type": "ListGroup", "text": "John Yang, Carlos E Jimenez, Alexander Wettig, Kilian Lieret, Shunyu Yao, Karthik Narasimhan, and Ofir Press. Swe-agent: Agent-computer interfaces enable automated software engineering. Advances in Neural Information Processing Systems , 37:50528–50652, 2024. Zhilin Yang, Peng Qi, Saizheng Zhang, Yoshua Bengio, William W Cohen, Ruslan Salakhutdinov, and Christopher D Manning. Hotpotqa: A dataset for diverse, explainable multi-hop question answering. arXiv preprint arXiv:1809.09600 , 2018. Shunyu Yao, Jeffrey Zhao, Dian Yu, Nan Du, Izhak Shafran, Karthik Narasimhan, and Yuan Cao. React: Synergizing reasoning and acting in language models. In International Conference on Learning Representations (ICLR) , 2023. Qiying Yu, Zheng Zhang, Ruofei Zhu, Yufeng Yuan, Xiaochen Zuo, Yu Yue, Weinan Dai, Tiantian Fan, Gaohong Liu, Lingjun Liu, et al. Dapo: An open-source llm reinforcement learning system at scale. arXiv preprint arXiv:2503.14476 , 2025. Wayne Xin Zhao, Kun Zhou, Junyi Li, Tianyi Tang, Xiaolei Wang, Yupeng Hou, Yingqian Min, Beichen Zhang, Junjie Zhang, Zican Dong, et al. A survey of large language models. arXiv preprint arXiv:2303.18223 , 1(2), 2023. Yuzhong Zhao, Yue Liu, Junpeng Liu, Jingye Chen, Xun Wu, Yaru Hao, Tengchao Lv, Shaohan Huang, Lei Cui, Qixiang Ye, et al. Geometric-mean policy optimization. arXiv preprint arXiv:2507.20673 , 2025. Chujie Zheng, Shixuan Liu, Mingze Li, Xiong-Hui Chen, Bowen Yu, Chang Gao, Kai Dang, Yuqiong Liu, Rui Men, An Yang, et al. Group sequence policy optimization. arXiv preprint arXiv:2507.18071 , 2025. Qinkai Zheng, Xiao Xia, Xu Zou, Yuxiao Dong, Shan Wang, Yufei Xue, Lei Shen, Zihan Wang, Andi Wang, Yang Li, et al. Codegeex: A pre-trained model for code generation with multilingual benchmarking on humaneval-x. In Proceedings of the 29th ACM SIGKDD Conference on Knowledge Discovery and Data Mining , pp. 5673–5684, 2023.", "source": "marker_v2", "marker_block_id": "/page/12/ListGroup/243"}
82
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0081", "section": "A.1 THE USE OF LARGE LANGUAGE MODELS (LLMS)", "page_start": 14, "page_end": 14, "type": "ListGroup", "text": "Writing and Language Polishing: A primary use of LLMs was for improving the quality and clarity of the manuscript's text. This included rephrasing sentences for better flow, correcting grammatical errors, suggesting alternative phrasings for technical concepts, and ensuring a consistent academic tone throughout the paper. This iterative process of refinement with the LLM significantly improved the final readability. Literature Retrieval Support: LLMs assisted in the literature retrieval process by providing summaries of known papers and helping to identify related concepts and terminologies for the background sections. The LLM served as a tool to efficiently explore and summarize the surrounding literature. Code and Visualization Refinement: For the presentation of our results, LLMs were used to refine the LaTeX code for figures and tables. For instance, the model assisted in iterating on the design and implementation of Table A.1, which presents qualitative trajectory examples, to enhance its visual clarity and professional appearance.", "source": "marker_v2", "marker_block_id": "/page/13/ListGroup/292"}
83
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0082", "section": "A.1 THE USE OF LARGE LANGUAGE MODELS (LLMS)", "page_start": 14, "page_end": 14, "type": "Text", "text": "Crucially, the core scientific contributions—including the conceptualization and formulation of the DSPO algorithm, the experimental design, and the analysis of the results—are entirely the original work of the human authors. All content, including text and code generated by the LLM, was meticulously reviewed, critically evaluated, and edited by the authors. We take full responsibility for the entirety of the paper's content, its scientific accuracy, and the originality of its contributions. LLMs were not used in a capacity that would warrant authorship.", "source": "marker_v2", "marker_block_id": "/page/13/Text/7"}
84
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0083", "section": "A.2 QUALITATIVE ANALYSIS.", "page_start": 14, "page_end": 14, "type": "Text", "text": "To provide insight into the learned search strategies, Table A.1 presents representative trajectories from our DSPO-trained agent. These examples demonstrate the model's ability to: (1) reformulate queries when initial searches yield irrelevant results, (2) verify information through follow-up searches, and (3) extract comprehensive answers from search results. Notably, the agent exhibits sophisticated reasoning about search quality, as seen in Example 1 where it recognizes off-topic results and autonomously decides to refine its query. This behavior emerges purely from RL training without any supervised demonstrations of search strategies.", "source": "marker_v2", "marker_block_id": "/page/13/Text/9"}
85
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0084", "section": "A.2 QUALITATIVE ANALYSIS.", "page_start": 15, "page_end": 15, "type": "Text", "text": "Table A.1: Representative trajectories demonstrating DSPO agent's learned search and reasoning capabilities. The agent exhibits sophisticated behaviors including (a) recognition of irrelevant results, (b) query reformulation, and (c) verification strategies, all emerging from pure RL training without supervised demonstrations.", "source": "marker_v2", "marker_block_id": "/page/14/Text/2"}
86
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0085", "section": "A.2 QUALITATIVE ANALYSIS.", "page_start": 15, "page_end": 15, "type": "Table", "text": "Question Gold Who is next in line if something happens to the president? vice president Turn 1 search(\"who is next in line if something happens to the president\") → Retrieved: Documents about novels \"Something Happened\" and \"Mosquitoes Buzz\" Agent: \"The queries were not directly about the line of succession The relevant infor mation I need is not present in the search results. Let's try searching again with a more specific query.\" Turn 2 search(\"line of succession for the president\") → Retrieved: Philippine and US presidential succession information Agent: \"Based on the search results the next person in line would be the Vice President.\" Answer ✓ The Vice President Example 2: University Identification (Information Verification) Question Which American University is situated in Ithaca, New York? Gold Cornell University Turn 1 search([\"American University in Ithaca\", \"University in Ithaca NY\"]) → Retrieved: \"Ithaca is home to Cornell University, an Ivy League school\" Agent: \"Ithaca, New York is home to Cornell University, which is an Ivy League school. However it is highly likely that the university in question is Cornell. Let me confirm this.\" Turn 2 search([\"Cornell University location\", \"Cornell University New York\"]) → Retrieved: Cornell history confirming establishment in Ithaca Agent: \"Cornell University is indeed located in Ithaca, New York.\" ✓ Answer Cornell University Example 3: Biographical Information (Direct Extraction) Question What is John Andrew Martin's occupation? Gold lawyer, attorney, politician Turn 1 search([\"John Andrew Martin occupation\", \"John Andrew Martin job\"]) → Retrieved: \"American journalist, attorney, soldier, and politician\" Agent: \"John Andrew Martin was an American journalist, attorney, soldier, and politician. He represented Colorado in the U.S. House of Representatives.\"", "source": "marker_v2", "marker_block_id": "/page/14/Table/3"}
iclr26/1G34S0m9Sd/dataset_meta.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "paper_id": "1G34S0m9Sd",
3
+ "pipeline": "Paper2Markdown-V3",
4
+ "ok": true,
5
+ "page_count": 15,
6
+ "chunk_count": 86,
7
+ "main_body_chunk_count": 78,
8
+ "appendix_chunk_count": 5,
9
+ "reference_chunk_count": 3,
10
+ "model_text_chars": 39716,
11
+ "raw_markdown_chars": 60724,
12
+ "sanitized_chars": 54019,
13
+ "page_provenance": {
14
+ "min_page": 1,
15
+ "max_page": 15,
16
+ "invalid_count": 0
17
+ },
18
+ "marker_block_type_counts": {
19
+ "Caption": 1,
20
+ "Code": 1,
21
+ "Equation": 11,
22
+ "FigureGroup": 3,
23
+ "ListGroup": 6,
24
+ "PageFooter": 15,
25
+ "PageHeader": 15,
26
+ "SectionHeader": 23,
27
+ "Table": 1,
28
+ "TableGroup": 3,
29
+ "Text": 296
30
+ },
31
+ "asset_count_raw": 3,
32
+ "asset_count_model_kept": 3,
33
+ "asset_count_rejected": 0,
34
+ "asset_reject_reasons": {
35
+ "kept": 3
36
+ },
37
+ "artifact_leak_audit": {
38
+ "ok": true,
39
+ "hits": {
40
+ "Anonymous Authors": [],
41
+ "ACKNOWLEDGMENT": [],
42
+ "OpenReview": [],
43
+ "\"accept_label\"": [],
44
+ "\"decision\"": [],
45
+ "\"decision_tier\"": [],
46
+ "\"source_status\"": [],
47
+ "Meta-review": [],
48
+ "Official Review": [],
49
+ "official_reviews": [],
50
+ "meta_reviews": [],
51
+ "suggested_verdict_score": []
52
+ },
53
+ "artifact_count": 2
54
+ },
55
+ "default_model_input": "model_text_v3.txt",
56
+ "appendix_input": "appendix_text_v3.txt",
57
+ "reference_input": "reference_text_v3.txt",
58
+ "source": "iclr2026_train",
59
+ "run_name": "iclr26_20260429_1952_all",
60
+ "partial_snapshot": true,
61
+ "snapshot_created_at": "2026-04-30T02:34:47.606558+00:00"
62
+ }
iclr26/1G34S0m9Sd/main_body_chunks.jsonl ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0000", "section": "ABSTRACT", "page_start": 1, "page_end": 1, "type": "Text", "text": "Enhancing LLMs with the ability to actively search external knowledge is crucial for complex and real-world tasks. Current approaches either rely on prompting to elicit the model's innate agent capabilities, or suffer from performance ceilings and collapse when applying RL to complex interactive tasks, leaving their true agentic potential untapped. To address this, we introduce Dynamic-filter Sequence-level Policy Optimization (DSPO), an improved RL algorithm designed for robust agent training through sequence-level optimization and dynamic sample filtering. We train our model purely through RL to interleave multi-turn search and reasoning, obviating the need for supervised demonstration data. Across multiple QA benchmarks, our DSPO-trained 7B model improves over a comparable previous work by 34.1%, and even outperforms the 14B model from previous work in complex multihop QA such as HotpotQA by nearly 9% relative, maintaining exceptional training stability.", "source": "marker_v2", "marker_block_id": "/page/0/Text/4"}
2
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0001", "section": "1 INTRODUCTION", "page_start": 1, "page_end": 1, "type": "Text", "text": "Large Language Models (LLMs) (Brown et al., 2020; Touvron et al., 2023; Zhao et al., 2023) have demonstrated exceptional performance across a spectrum of specialized tasks, including math (Shao et al., 2024; Trinh et al., 2024; Yu et al., 2025) , coding (Zheng et al., 2023; Yang et al., 2024) , and creative writing (Chakrabarty et al., 2024; Marco et al., 2024) . However, a fundamental limitation persists: their knowledge is inherently static, confined to the data on which they were trained. To overcome this knowledge cutoff, a dominant approach is to equip LLMs with search capabilities, transforming them into agents that can actively query external knowledge sources (Jin et al., 2025b) . This ability is a prime example of tool-calling (Schick et al., 2023) , where the model learns to interact with an external search tool to solve problems it cannot answer alone. Mastering this skill requires learning a complex, multi-step policy, framing the task as a sequential decision-making problem ideal for Reinforcement Learning (RL).", "source": "marker_v2", "marker_block_id": "/page/0/Text/6"}
3
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0002", "section": "1 INTRODUCTION", "page_start": 1, "page_end": 1, "type": "Text", "text": "Unlike Supervised Fine-Tuning (SFT), which relies on costly static demonstrations and fails to teach exploration, RL provides a framework for LLMs to learn effective policies through trial-anderror (Chu et al., 2025) . Consequently, value-free methods like Group Relative Policy Optimization (GRPO) (Shao et al., 2024) have become a dominant paradigm, prized for their simplicity and reduced memory overhead. However, despite its success in more constrained tasks, applying GRPO to the open-ended domain of interactive search reveals critical instabilities (Jin et al., 2025b; Yu et al., 2025; Cui et al., 2025; Liu et al., 2025) . This fragility stems from two fundamental flaws. First, as identified by Zheng et al. (2025) , GRPO's token-level objective is ill-posed when paired with a sequence-level reward, creating high-variance gradients that destabilize training. Second, the sparse rewards inherent to search tasks often yield sample groups with homogeneous outcomes (e.g., all successes or all failures), causing the advantage signal to collapse and providing no learning signal, which severely hinders sample efficiency (Yu et al., 2025; Liu et al., 2025) .", "source": "marker_v2", "marker_block_id": "/page/0/Text/7"}
4
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0003", "section": "1 INTRODUCTION", "page_start": 1, "page_end": 1, "type": "Text", "text": "To address these core challenges of instability and inefficient learning, we introduce Dynamic-filter Sequence-level Policy Optimization (DSPO). Our algorithm synthesizes and refines key principles from recent policy optimization research. DSPO adopts the sequence-level optimization from GSPO (Zheng et al., 2025) to match the unit of optimization with the unit of reward. This aligns the optimization objective with the reward signal, fundamentally stabilizing the learning process for long-horizon reasoning tasks. Furthermore, DSPO incorporates a dynamic outcome-based filtering", "source": "marker_v2", "marker_block_id": "/page/0/Text/8"}
5
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0004", "section": "1 INTRODUCTION", "page_start": 2, "page_end": 2, "type": "FigureGroup", "text": "Figure 1: An overview of the DSPO training loop. For a given query, the policy model generates a group of G trajectories by interacting with the search environment. Each trajectory is assigned a sparse terminal reward. The dynamic filter discards groups with homogeneous outcomes and keep sampling until a batch is filled, ensuring that every training batch provides a effective advantage signal. Advantages are computed and used to update the policy model via sequence-level objective.", "source": "marker_v2", "marker_block_id": "/page/1/FigureGroup/212"}
6
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0005", "section": "1 INTRODUCTION", "page_start": 2, "page_end": 2, "type": "Text", "text": "mechanism inspired by DAPO (Yu et al., 2025). This component actively constructs training batches from rollout groups containing both successful and unsuccessful outcomes for each prompt. It guarantees the advantage signal \\hat{A}_i to be effective and stable. By integrating these two components into a single, coherent framework, DSPO provides a stable and high-performance algorithm designed for complex, multi-turn search and reasoning tasks. Our model achieves a 34.1% relative improvement over a leading 7B baseline (Jin et al., 2025b) and even surpasses its 14B counterpart (Jin et al., 2025a) on complex multi-hop benchmarks like HotpotQA, outperforming it by nearly 9% relative (0.613 vs. 0.563).", "source": "marker_v2", "marker_block_id": "/page/1/Text/3"}
7
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0006", "section": "1 INTRODUCTION", "page_start": 2, "page_end": 2, "type": "Text", "text": "In summary, our main contributions are as follows:", "source": "marker_v2", "marker_block_id": "/page/1/Text/4"}
8
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0007", "section": "1 INTRODUCTION", "page_start": 2, "page_end": 2, "type": "ListGroup", "text": "We propose DSPO, an improved RL algorithm that overcomes the core instability and sample-inefficiency issues in training agentic search models. It achieves this by unifying two key principles into a single cohesive framework: sequence-level optimization for robust policy updates and dynamic outcome-based filtering for a dense and effective learning signal. We demonstrate DSPO's substantial performance gains through rigorous benchmarking. Our 7B model achieves a 34.1% relative improvement over a comparable 7B baseline and, more strikingly, outperforms its 14B counterpart on complex multi-hop QA, achieving a nearly 9% relative gain on HotpotQA (0.613 vs. 0.563). We provide extensive empirical evidence for DSPO's superior training stability, showing it\\nenables a stable learning trajectory. Crucially, the results are achieved using only a basic BM25 retriever, isolating the performance gains to the robustness of our algorithm.", "source": "marker_v2", "marker_block_id": "/page/1/ListGroup/213"}
9
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0008", "section": "2.1 RL FOR LLMS", "page_start": 2, "page_end": 2, "type": "Text", "text": "The landscape of RL for LLMs has evolved rapidly, moving from foundational Reinforcement Learning from Human Feedback (RLHF) methods that use PPO and explicit reward models (Ouyang et al., 2022; Christiano et al., 2017; Schulman et al., 2017) to simpler, direct-optimization frameworks like DPO (Rafailov et al., 2023). A key shift towards value-free optimization is marked by Group Relative Policy Optimization (GRPO) (Shao et al., 2024), which simplifies training by deriving a reward signal from group statistics. However, GRPO's token-level objective is known to cause training instability (Liu et al., 2025; Cui et al., 2025), prompting several targeted improvements. GSPO addresses this by shifting to a sequence-level objective to match the unit of reward (Zheng et al., 2025), while DAPO tackles inefficient learning from sparse rewards with a dynamic outcome-based sampling mechanism (Yu et al., 2025). In a similar vein, GMPO stabilizes the token-level objective using a geometric-mean aggregation to reduce sensitivity to outliers (Zhao et al., 2025).", "source": "marker_v2", "marker_block_id": "/page/1/Text/10"}
10
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0009", "section": "2.1 RL FOR LLMS", "page_start": 3, "page_end": 3, "type": "Text", "text": "Despite these advances, we observed these algorithms still face challenges like training collapse or performance bottlenecks in our experiments. Building upon the aforementioned research, we propose our improved algorithm, synthesizing the principles of sequence-level optimization and dynamic filtering and filling into a unified algorithm to overcome the unique challenges of training autonomous search agents.", "source": "marker_v2", "marker_block_id": "/page/2/Text/1"}
11
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0010", "section": "2.2 LLMs with Agentic Retrieval", "page_start": 3, "page_end": 3, "type": "Text", "text": "To mitigate the static knowledge limitations of LLMs, RAG integrates external retrievers to dynamically incorporate evolving information (Lewis et al., 2020; Gao et al., 2023). Classic RAG frameworks employ dense retrievers to fetch relevant documents, which are then concatenated into the LLM's input for generation (Karpukhin et al., 2020). However, these approaches often rely on fixed pipelines, limiting autonomy in complex, multi-turn scenarios. Recently, research has evolved toward agentic paradigms, where LLMs act as autonomous agents capable of planning, searching, and reasoning iteratively. Frameworks like ReAct synergize reasoning and acting, enabling LLMs to interact with tools for tasks such as web navigation (Yao et al., 2023), while multi-agent systems, including AutoGen, facilitate collaborative workflows (Wu et al., 2024). Recent innovations emphasize agentic RAG and RL integration, where agents enhance retrieval through decision-making. Wu et al. (2025) introduce Agentic Reasoning, a framework integrating external tools for streamlined LLM reasoning. Some RL-integrated approaches (Jin et al., 2025b; Chen et al., 2025; Song et al., 2025) train LLMs to interleave reasoning and search using purely RL. The end-to-end paradigm internalizes agent capabilities and can avoid the engineering overhead of multi-agent frameworks. However, these methods still grapple with the training instability and performance limitation to the open-ended search domain. Our work directly confronts these bottlenecks. DSPO provides a robust and efficient training framework that ensures stable policy optimization, enabling LLMs to learn effective multi-turn search strategies.", "source": "marker_v2", "marker_block_id": "/page/2/Text/3"}
12
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0011", "section": "3 METHODOLOGY", "page_start": 3, "page_end": 3, "type": "Text", "text": "In this section, we first formulate the task of agentic search as a RL problem and review prior policy optimization algorithms, highlighting their limitations in this context. We then introduce our proposed algorithm, D ynamic-filter S equence-level P olicy O ptimization (DSPO), detailing its core components for training stability and training efficiency. Finally, we present the integrated training algorithm.", "source": "marker_v2", "marker_block_id": "/page/2/Text/5"}
13
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0012", "section": "3.1 Preliminaries", "page_start": 3, "page_end": 3, "type": "Text", "text": "Policy Gradient Methods for LLMs. Training LLMs via RL often employs policy gradient methods like PPO (Schulman et al., 2017), a popular algorithm for LLM alignment. It optimizes a policy \\pi_{\\theta} by maximizing a clipped surrogate objective function using samples from an old policy \\pi_{\\theta_{\\text{old}}} . The objective, averaged over tokens, is given by:", "source": "marker_v2", "marker_block_id": "/page/2/Text/7"}
14
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0013", "section": "3.1 Preliminaries", "page_start": 3, "page_end": 3, "type": "Equation", "text": "J_{\\text{PPO}}(\\theta) = \\mathbb{E}_{x \\sim \\mathcal{D}, y \\sim \\pi_{\\theta_{\\text{old}}}(\\cdot \\mid x)} \\left[ \\frac{1}{|y|} \\sum_{t=1}^{|y|} \\min \\left( r_t(\\theta) \\hat{A}_t, \\text{clip}\\left(r_t(\\theta), 1 - \\epsilon, 1 + \\epsilon\\right) \\hat{A}_t \\right) \\right], \\quad (1)", "source": "marker_v2", "marker_block_id": "/page/2/Equation/8"}
15
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0014", "section": "3.1 Preliminaries", "page_start": 3, "page_end": 3, "type": "Text", "text": "where r_t(\\theta) = \\frac{\\pi_{\\theta}(y_t|x,y_{< t})}{\\pi_{\\theta_{\\text{old}}}(y_t|x,y_{< t})} is the token-level importance ratio. However, PPO relies on a separately trained value model to estimate token-level advantages \\hat{A}_t via Generalized Advantage Estimation (GAE) (Schulman et al., 2015), introducing significant memory overhead and can be a source of instability.", "source": "marker_v2", "marker_block_id": "/page/2/Text/9"}
16
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0015", "section": "3.1 Preliminaries", "page_start": 3, "page_end": 3, "type": "Text", "text": "To address this, GRPO (Shao et al., 2024) was proposed. GRPO eliminates the need for a value model by sampling a group of G responses \\{y_i\\}_{i=1}^G for a given prompt x. It then calculates the advantage of each response by normalizing its reward against the group's statistics. Like PPO, it optimizes the objective at the token level:", "source": "marker_v2", "marker_block_id": "/page/2/Text/10"}
17
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0016", "section": "3.1 Preliminaries", "page_start": 4, "page_end": 4, "type": "Equation", "text": "\\begin{split} J_{\\text{GRPO}}(\\theta) &= \\mathbb{E}_{x \\sim \\mathcal{D}, \\{y_i\\}_{i=1}^G \\sim \\pi_{\\theta_{\\text{old}}}(\\cdot|x)} \\\\ & \\left[ \\frac{1}{G} \\sum_{i=1}^G \\frac{1}{|y_i|} \\sum_{t=1}^{|y_i|} \\min\\left(r_{i,t}(\\theta) \\hat{A}_i, \\text{clip}(r_{i,t}(\\theta), 1-\\epsilon, 1+\\epsilon) \\hat{A}_i\\right) - \\beta D_{KL}(\\pi_{\\theta}||\\pi_{\\text{ref}}) \\right], \\end{split}", "source": "marker_v2", "marker_block_id": "/page/3/Equation/1"}
18
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0017", "section": "3.1 Preliminaries", "page_start": 4, "page_end": 4, "type": "Text", "text": "where r_{i,t}(\\theta) = \\frac{\\pi_{\\theta}(y_{i,t}|x,y_{i,< t})}{\\pi_{\\theta_{\\text{old}}}(y_{i,t}|x,y_{i,< t})} , and the advantage for every token y_{i,t} in a response y_i is set to the same sequence-level value:", "source": "marker_v2", "marker_block_id": "/page/3/Text/2"}
19
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0018", "section": "3.1 Preliminaries", "page_start": 4, "page_end": 4, "type": "Equation", "text": "\\hat{A}_{i,t} = \\hat{A}_i = \\frac{R_i - \\text{mean}(R)}{\\text{std}(R)},\\tag{3}", "source": "marker_v2", "marker_block_id": "/page/3/Equation/3"}
20
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0019", "section": "3.1 Preliminaries", "page_start": 4, "page_end": 4, "type": "Text", "text": "Crucially, all tokens within a given response y_i share the same advantage \\hat{A}_i , which is derived from the sequence-level reward.", "source": "marker_v2", "marker_block_id": "/page/3/Text/4"}
21
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0020", "section": "3.1 Preliminaries", "page_start": 4, "page_end": 4, "type": "Text", "text": "Agentic Search as a Markov Decision Process. We model the iterative process of agentic search and reasoning as a sequential decision-making problem, formalized as a discrete-time, finite-horizon Markov Decision Process (MDP).", "source": "marker_v2", "marker_block_id": "/page/3/Text/5"}
22
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0021", "section": "3.1 Preliminaries", "page_start": 4, "page_end": 4, "type": "ListGroup", "text": "State (s_t) : At turn t, the state s_t encodes the entire interaction history: the initial question q, all previously generated thoughts and search queries, and the retrieved evidence returned by the environment. Because search results must be interpreted and integrated into subsequent decisions, the state necessarily grows with the trajectory, creating long-horizon dependencies that conventional token-level RL struggles to optimize. Action (a_t) : An action is a full textual segment generated by the policy \\pi_{\\theta} , consisting of free-form reasoning followed by a decision. The action terminates either with a </tool_call> token, which triggers a search, putting the results within </tool_response>, or with a </answer> token, which ends the trajectory. This structured action space forces the agent to learn not only what to generate but also when to search—an aspect that introduces significant variability in trajectory length. Policy (\\pi_{\\theta}) : The policy \\pi_{\\theta} is the underlying LLM, generating tokens autoregressively conditioned on the state. The policy conditions on the full history, but the optimization target is calculated only on the model-generated thoughts and actions, masking out the retrieved content from the environment (Jin et al., 2025b). Optimizing this policy requires credit assignment over long sequences in which many intermediate reasoning steps do not receive direct supervision or reward, further emphasizing the need for stable sequence-level optimization. Trajectory (\\tau) : A trajectory \\tau=(s_1,a_1,\\ldots,s_T,a_T) records all reasoning and tool interactions taken for a given question, including both model-generated actions and environment-returned search results. Because the final reward is assigned at the level of the entire trajectory, the optimization problem is fundamentally sequence-level: every early decision can influence the eventual answer correctness. Reward (R(\\tau)) : We employ a sparse terminal reward: a trajectory receives R=1 if the final answer contains the ground-truth text, and R=0 otherwise:", "source": "marker_v2", "marker_block_id": "/page/3/ListGroup/257"}
23
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0022", "section": "3.1 Preliminaries", "page_start": 4, "page_end": 4, "type": "Equation", "text": "R(\\tau) = \\begin{cases} 1 & \\text{if } a_{\\text{gold}} \\subseteq a_{\\text{pred}}, \\\\ 0 & \\text{otherwise.} \\end{cases} (4)", "source": "marker_v2", "marker_block_id": "/page/3/Equation/11"}
24
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0023", "section": "3.1 Preliminaries", "page_start": 4, "page_end": 4, "type": "Text", "text": "RL with a Search Engine. Following Jin et al. (2025b), we explicitly model the search engine, denoted as S, as part of the environment. The policy LLM \\pi_{\\theta} learns to generate trajectories by interleaving reasoning with calls to S. The overall optimization problem is to find a policy that maximizes the expected reward, regularized by a KL divergence term to prevent large deviations from a reference policy \\pi_{\\text{ref}} :", "source": "marker_v2", "marker_block_id": "/page/3/Text/12"}
25
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0024", "section": "3.1 Preliminaries", "page_start": 4, "page_end": 4, "type": "Equation", "text": "\\max_{\\pi_{\\theta}} \\mathbb{E}_{x \\sim \\mathcal{D}, y \\sim \\pi_{\\theta}(\\cdot | x; \\mathcal{S})} \\left[ R(x, y) \\right] - \\beta D_{\\text{KL}} \\left[ \\pi_{\\theta}(y | x; \\mathcal{S}) || \\pi_{\\text{ref}}(y | x; \\mathcal{S}) \\right]. \\tag{5}", "source": "marker_v2", "marker_block_id": "/page/3/Equation/13"}
26
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0025", "section": "3.1 Preliminaries", "page_start": 4, "page_end": 4, "type": "Text", "text": "Here, y \\sim \\pi_{\\theta}(\\cdot|x; \\mathcal{S}) signifies that the trajectory y is generated through a multi-step process involving both the policy's token generation and the information returned by the search engine \\mathcal{S} .", "source": "marker_v2", "marker_block_id": "/page/3/Text/14"}
27
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0026", "section": "3.1 Preliminaries", "page_start": 5, "page_end": 5, "type": "Text", "text": "Motivation for DSPO. While frameworks like Search-R1 (Jin et al., 2025b) have successfully framed agentic search as an RL problem, applying conventional algorithms like PPO or GRPO faces significant hurdles. The open-ended nature of the search environment exacerbates the instability of token-level optimization. A core issue is the fundamental mismatch between the unit of sequence-level reward assignment and the unit of token-level optimization (Zheng et al., 2025). This discrepancy leads to high-variance gradient estimates that accumulate over long trajectories, often culminating in policy collapse. Furthermore, the sparse binary reward signal means many training batches may contain only successful or only unsuccessful trajectories, yielding abnormal advantage and thus providing no learning signal, which drastically reduces sample efficiency (Yu et al., 2025; Liu et al., 2025). DSPO is designed to directly counteract these two critical failure modes.", "source": "marker_v2", "marker_block_id": "/page/4/Text/1"}
28
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0027", "section": "3.2 Dynamic-filter Sequence-Level Policy Optimization", "page_start": 5, "page_end": 5, "type": "Text", "text": "DSPO introduces two key innovations over prior methods: (1) it performs policy optimization at the sequence level, aligning the training objective with the trajectory-based reward structure, and (2) it incorporates a dynamic filtering mechanism to ensure every training batch provides a high-quality, non-zero learning signal. The entire training process, which integrates these components, is depicted in Figure 1.", "source": "marker_v2", "marker_block_id": "/page/4/Text/3"}
29
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0028", "section": "3.2.1 Sequence-Level Policy Optimization for Enhanced Stability", "page_start": 5, "page_end": 5, "type": "Text", "text": "Inspired by GSPO (Zheng et al., 2025), we replace the unstable token-level importance ratio with a theoretically grounded sequence-level counterpart. The sequence-level importance ratio s_i(\\theta) for a response y_i is defined as the geometric mean of its token-level ratios:", "source": "marker_v2", "marker_block_id": "/page/4/Text/5"}
30
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0029", "section": "3.2.1 Sequence-Level Policy Optimization for Enhanced Stability", "page_start": 5, "page_end": 5, "type": "Equation", "text": "s_{i}(\\theta) = \\left(\\frac{\\pi_{\\theta}(y_{i}|x)}{\\pi_{\\theta_{\\text{old}}}(y_{i}|x)}\\right)^{\\frac{1}{|y_{i}|}} = \\exp\\left(\\frac{1}{|y_{i}|} \\sum_{t=1}^{|y_{i}|} \\log \\frac{\\pi_{\\theta}(y_{i,t}|x, y_{i, < t})}{\\pi_{\\theta_{\\text{old}}}(y_{i,t}|x, y_{i, < t})}\\right). (6)", "source": "marker_v2", "marker_block_id": "/page/4/Equation/6"}
31
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0030", "section": "3.2.1 Sequence-Level Policy Optimization for Enhanced Stability", "page_start": 5, "page_end": 5, "type": "Text", "text": "This length normalization is crucial for reducing variance and ensuring that s_i(\\theta) remains within a consistent numerical range regardless of sequence length, which is vital for stable clipping.", "source": "marker_v2", "marker_block_id": "/page/4/Text/7"}
32
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0031", "section": "3.2.1 Sequence-Level Policy Optimization for Enhanced Stability", "page_start": 5, "page_end": 5, "type": "Text", "text": "Gradient Analysis. The gradient analysis below shows why DSPO enhances the stability. The gradient of the token-level GRPO objective (unclipped) scales each token's log-probability gradient by a noisy, token-specific weight r_{i,t}(\\theta) . In contrast, the gradient of our sequence-level objective scales the average log-probability gradient of the entire sequence by a single, more stable sequence-level weight s_i(\\theta) :", "source": "marker_v2", "marker_block_id": "/page/4/Text/8"}
33
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0032", "section": "3.2.1 Sequence-Level Policy Optimization for Enhanced Stability", "page_start": 5, "page_end": 5, "type": "Equation", "text": "\\nabla_{\\theta} J_{\\text{GRPO}} \\propto \\mathbb{E} \\left[ \\hat{A}_i \\cdot \\sum_{t=1}^{|y_i|} r_{i,t}(\\theta) \\nabla_{\\theta} \\log \\pi_{\\theta}(y_{i,t}| \\dots) \\right] (7)", "source": "marker_v2", "marker_block_id": "/page/4/Equation/9"}
34
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0033", "section": "3.2.1 Sequence-Level Policy Optimization for Enhanced Stability", "page_start": 5, "page_end": 5, "type": "Equation", "text": "\\nabla_{\\theta} J_{\\text{DSPO}} \\propto \\mathbb{E} \\left[ \\hat{A}_i \\cdot s_i(\\theta) \\cdot \\sum_{t=1}^{|y_i|} \\nabla_{\\theta} \\log \\pi_{\\theta}(y_{i,t}|\\dots) \\right] (8)", "source": "marker_v2", "marker_block_id": "/page/4/Equation/10"}
35
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0034", "section": "3.2.1 Sequence-Level Policy Optimization for Enhanced Stability", "page_start": 5, "page_end": 5, "type": "Text", "text": "By applying a single, holistic correction factor to the entire trajectory, DSPO avoids the accumulation of token-level noise that plagues prior methods, leading to fundamentally more stable training. In parallel, the dynamic filtering mechanism guarantees a normal advantage signal \\hat{A}_i by constructing training batches from rollout groups that contain both successes and failures, thus preventing wasted samples in sparse-reward environments.", "source": "marker_v2", "marker_block_id": "/page/4/Text/11"}
36
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0035", "section": "3.2.2 Dynamic Outcome-based Filtering for Efficient Learning", "page_start": 5, "page_end": 5, "type": "Text", "text": "The sparse binary nature of our reward function poses a challenge for group-based advantage estimation. If all G responses in a group are correct (R=1) or all are incorrect (R=0), the normalized advantage \\hat{A}_i becomes zero or undefined. Such batches do not provide a useful gradient signal, wasting computational resources.", "source": "marker_v2", "marker_block_id": "/page/4/Text/13"}
37
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0036", "section": "3.2.2 Dynamic Outcome-based Filtering for Efficient Learning", "page_start": 6, "page_end": 6, "type": "Text", "text": "292293", "source": "marker_v2", "marker_block_id": "/page/5/Text/17"}
38
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0037", "section": "3.2.2 Dynamic Outcome-based Filtering for Efficient Learning", "page_start": 6, "page_end": 6, "type": "Text", "text": "295296", "source": "marker_v2", "marker_block_id": "/page/5/Text/19"}
39
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0038", "section": "3.2.2 Dynamic Outcome-based Filtering for Efficient Learning", "page_start": 6, "page_end": 6, "type": "Text", "text": "298299", "source": "marker_v2", "marker_block_id": "/page/5/Text/21"}
40
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0039", "section": "3.2.2 Dynamic Outcome-based Filtering for Efficient Learning", "page_start": 6, "page_end": 6, "type": "Text", "text": "312313314", "source": "marker_v2", "marker_block_id": "/page/5/Text/30"}
41
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0040", "section": "Algorithm 1 Dynamic-filter Sequence-level Policy Optimization (DSPO)", "page_start": 6, "page_end": 6, "type": "Code", "text": "1: Input: Initial policy \\pi_{\\theta_0}, fixed reference policy \\pi_{\\text{ref}}, prompt dataset \\mathcal{D}, group size G, batch size 272 B, search tool \\mathcal{R}. 273 2: Initialize policy \\pi_{\\theta} \\leftarrow \\pi_{\\theta_0}. 274 3: for each training step do 275 4: \\pi_{\\theta_{\\text{old}}} \\leftarrow \\pi_{\\theta}. 276 5: Initialize training buffer \\mathcal{B} \\leftarrow \\emptyset. 277 while |\\mathcal{B}| < B do 6: 278 7: Sample a prompt x \\sim \\mathcal{D}. Generate a group of G trajectories \\{y_i\\}_{i=1}^G using \\pi_{\\theta_{\\text{old}}} and the search tool \\mathcal{R}. 8: 279 Compute terminal rewards \\{R_i\\}_{i=1}^G = \\{\\text{ContainsAnswer}(y_i, y_{\\text{gold}})\\}_{i=1}^G. 9: 280 if 0 < \\sum_{i=1}^{G} R_i < G then Add (x, \\{y_i\\}_{i=1}^{G}, \\{R_i\\}_{i=1}^{G}) to \\mathcal{B}. ▷ Dynamic outcome-based filtering 281 10: 12: 284 13: end while for each (x, \\{y_i\\}, \\{R_i\\}) in \\mathcal{B} do 14: 285 15: Compute advantages \\{\\hat{A}_i\\}_{i=1}^G via group normalization of \\{R_i\\}. Compute sequence-level importance ratios \\{s_i(\\theta)\\}_{i=1}^G using Eq. 6. 287 16: Compute the DSPO loss for the group using Eq. 11, applying masks to retrieved tokens. 17: 18: 289 19: Update policy parameters \\theta by taking a gradient step on the total loss from \\mathcal{B}. 290 20: end for 291", "source": "marker_v2", "marker_block_id": "/page/5/Code/2"}
42
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0041", "section": "Algorithm 1 Dynamic-filter Sequence-level Policy Optimization (DSPO)", "page_start": 6, "page_end": 6, "type": "Text", "text": "To overcome this, DSPO incorporates a dynamic filtering mechanism inspired by DAPO (Yu et al., 2025). During sampling, we only retain groups of trajectories that contain a mix of successful and unsuccessful outcomes. A group \\{y_i\\}_{i=1}^G is used for training only if its rewards \\{R_i\\}_{i=1}^G satisfy:", "source": "marker_v2", "marker_block_id": "/page/5/Text/3"}
43
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0042", "section": "Algorithm 1 Dynamic-filter Sequence-level Policy Optimization (DSPO)", "page_start": 6, "page_end": 6, "type": "Equation", "text": "0 < \\sum_{i=1}^{G} R_i < G. (9)", "source": "marker_v2", "marker_block_id": "/page/5/Equation/4"}
44
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0043", "section": "Algorithm 1 Dynamic-filter Sequence-level Policy Optimization (DSPO)", "page_start": 6, "page_end": 6, "type": "Text", "text": "This ensures that the reward variance within every training group is non-zero, guaranteeing a meaningful advantage signal. This dynamic selection curates a high-quality dataset for each policy update, transforming a sparse reward problem into a dense and efficient learning signal.", "source": "marker_v2", "marker_block_id": "/page/5/Text/5"}
45
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0044", "section": "3.3 THE DSPO OBJECTIVE AND TRAINING ALGORITHM", "page_start": 6, "page_end": 6, "type": "Text", "text": "By integrating these components, we arrive at the final DSPO objective. For each valid group from the filtered sample space \\mathcal{D}_{\\text{filtered}} , we compute the advantage \\hat{A}_i using group-relative normalization:", "source": "marker_v2", "marker_block_id": "/page/5/Text/7"}
46
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0045", "section": "3.3 THE DSPO OBJECTIVE AND TRAINING ALGORITHM", "page_start": 6, "page_end": 6, "type": "Equation", "text": "\\hat{A}_i = \\frac{R_i - \\text{mean}(R)}{\\text{std}(R) + \\delta},\\tag{10}", "source": "marker_v2", "marker_block_id": "/page/5/Equation/8"}
47
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0046", "section": "3.3 THE DSPO OBJECTIVE AND TRAINING ALGORITHM", "page_start": 6, "page_end": 6, "type": "Text", "text": "where \\delta is a small constant for numerical stability. The policy \\pi_{\\theta} is updated by maximizing (we omit the KL divergence term to simplify the presentation of the core objective form):", "source": "marker_v2", "marker_block_id": "/page/5/Text/9"}
48
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0047", "section": "3.3 THE DSPO OBJECTIVE AND TRAINING ALGORITHM", "page_start": 6, "page_end": 6, "type": "Equation", "text": "J_{\\text{DSPO}}(\\theta) = \\mathbb{E}_{(x,\\{y_i\\}) \\in \\mathcal{D}_{\\text{filtered}}} \\left[ \\frac{1}{G} \\sum_{i=1}^{G} \\min \\left( s_i(\\theta) \\hat{A}_i, \\text{clip}(s_i(\\theta), 1 - \\epsilon_{\\text{low}}, 1 + \\epsilon_{\\text{high}}) \\hat{A}_i \\right) \\right], \\quad (11)", "source": "marker_v2", "marker_block_id": "/page/5/Equation/10"}
49
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0048", "section": "3.3 THE DSPO OBJECTIVE AND TRAINING ALGORITHM", "page_start": 6, "page_end": 6, "type": "Text", "text": "where s_i is the sequence-level importance ration defined as the geometric mean of the token-level ratios. We use the decoupled clip for better exploration of the policy(Yu et al., 2025). Crucially, during likelihood calculation, we apply loss masking to all tokens retrieved from the search tool following Jin et al. (2025b). This ensures the model learns to utilize external knowledge for reasoning, not simply to reproduce it. The full training process is detailed in Algorithm 1.", "source": "marker_v2", "marker_block_id": "/page/5/Text/11"}
50
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0049", "section": "4 EXPERIMENTS", "page_start": 6, "page_end": 6, "type": "Text", "text": "In this section, we conduct a series of experiments to empirically validate the effectiveness of our proposed Dynamic-filter Sequence-level Policy Optimization (DSPO) algorithm. Our primary", "source": "marker_v2", "marker_block_id": "/page/5/Text/13"}
51
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0050", "section": "4 EXPERIMENTS", "page_start": 7, "page_end": 7, "type": "FigureGroup", "text": "Figure 2: Validation performance of DSPO across seven benchmarks during training. The steady, monotonic increase in accuracy confirms that DSPO's reward improvement translates directly to enhanced generalization and that our method learns a robust search-and-reasoning policy.", "source": "marker_v2", "marker_block_id": "/page/6/FigureGroup/231"}
52
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0051", "section": "4 EXPERIMENTS", "page_start": 7, "page_end": 7, "type": "FigureGroup", "text": "Figure 3: Training reward dynamics of DSPO and its ablations. Comparative view of learning curves. DSPO (red) demonstrates stable and monotonic improvement. In contrast, token-level variants (green, blue) suffer catastrophic policy collapse, while the sequence-level variant without our filter (purple) plateaus at a suboptimal level.", "source": "marker_v2", "marker_block_id": "/page/6/FigureGroup/232"}
53
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0052", "section": "4 EXPERIMENTS", "page_start": 7, "page_end": 7, "type": "Text", "text": "objectives are to demonstrate that DSPO: (1) achieves exceptional performance on challenging question-answering benchmarks; (2) exhibits significantly enhanced training stability, avoiding the catastrophic collapse that plagues baseline methods; and (3) derives its performance gains from the synergistic combination of its core components.", "source": "marker_v2", "marker_block_id": "/page/6/Text/5"}
54
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0053", "section": "4.1 EXPERIMENTAL SETUP", "page_start": 7, "page_end": 7, "type": "Text", "text": "Prompt Template. Following Search-R1 (Jin et al., 2025b), As shown in Table 1, we use the prompt template to instruct the model's actions during the search task, including <think>, <tool_call> and <answer>.", "source": "marker_v2", "marker_block_id": "/page/6/Text/7"}
55
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0054", "section": "4.1 EXPERIMENTAL SETUP", "page_start": 7, "page_end": 7, "type": "Text", "text": "Benchmarks and Baselines. To provide a rigorous evaluation, our experimental design adheres to the established protocol of Search-R1 (Jin et al., 2025b). We train our model on a composite dataset containing the training splits of Natural Questions (NQ) (Kwiatkowski et al., 2019) and HotpotQA (Yang et al., 2018). We then assess its generalization capabilities on the test sets of seven diverse QA benchmarks: NQ, TriviaQA (Joshi et al., 2017), PopQA (Mallen et al., 2022),", "source": "marker_v2", "marker_block_id": "/page/6/Text/8"}
56
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0055", "section": "4.1 EXPERIMENTAL SETUP", "page_start": 8, "page_end": 8, "type": "Text", "text": "Prompt Template. Answer the given question. You must conduct reasoning inside <think> and </think> . first every time you get new information. After reasoning, if you find you lack some knowledge, you can call a search engine by <tool call> query </tool call> and it will return the top searched results between <tool response> and </tool response> . You can search as many times as your want. If you find no further external knowledge needed, you can directly provide the answer inside <answer> and </answer> , without detailed illustrations. For example, <answer> Beijing </answer> . Question: ...", "source": "marker_v2", "marker_block_id": "/page/7/Text/1"}
57
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0056", "section": "4.1 EXPERIMENTAL SETUP", "page_start": 8, "page_end": 8, "type": "Caption", "text": "Table 1: The prompt template used in our experiments.", "source": "marker_v2", "marker_block_id": "/page/7/Caption/2"}
58
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0057", "section": "4.1 EXPERIMENTAL SETUP", "page_start": 8, "page_end": 8, "type": "Text", "text": "HotpotQA, 2WikiMultiHopQA (Ho et al., 2020) , Musique (Trivedi et al., 2022) , and Bamboogle (Press et al., 2022) .", "source": "marker_v2", "marker_block_id": "/page/7/Text/3"}
59
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0058", "section": "4.1 EXPERIMENTAL SETUP", "page_start": 8, "page_end": 8, "type": "Text", "text": "Our comparison suite includes strong external baselines and critical internal ablations. External baselines are the Qwen2.5-7B and 14B models trained with PPO and GRPO from the Search-R1 framework (Jin et al., 2025b; a) . To deconstruct our method, we also include two internal baselines as ablations: (1) DSPO w/o dynamic filter, which is equivalent to GSPO (Zheng et al., 2025) , and (2) DSPO w/o sequence-level opt., which reverts to a strong token-level policy, DAPO (Yu et al., 2025) .", "source": "marker_v2", "marker_block_id": "/page/7/Text/4"}
60
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0059", "section": "4.1 EXPERIMENTAL SETUP", "page_start": 8, "page_end": 8, "type": "Text", "text": "For implementation, we used Qwen2.5-7B-Instruct model as the starting checkpoint for all our training. Our experiments are built upon the VeRL framework (Sheng et al., 2025) , for which we adapted the provided search-r1-like example code and scripts to suit our methodology. We benchmark DSPO against a comprehensive suite of baselines. For external comparison, we use the PPO and GRPO methods from the Search-R1 framework (Jin et al., 2025b ;a) . Crucially, as our work utilizes a modified reward function, we retrained these models under our exact experimental conditions to ensure a fair comparison. The results of these retrained models serve as our primary external benchmarks.", "source": "marker_v2", "marker_block_id": "/page/7/Text/5"}
61
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0060", "section": "4.1 EXPERIMENTAL SETUP", "page_start": 8, "page_end": 8, "type": "Text", "text": "Implementation and Evaluation. To isolate the benefits of our algorithm, all RL experiments deliberately employ a standard BM25 retriever. This controlled setup ensures that observed performance improvements are directly attributable to the model's learned policy. Across all methods, models are trained using a sparse, binary reward signal based on substring Exact Match (subEM) of the final answer, and subEM serves as the primary evaluation metric.", "source": "marker_v2", "marker_block_id": "/page/7/Text/6"}
62
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0061", "section": "4.2 MAIN RESULTS AND ABLATION STUDY", "page_start": 8, "page_end": 8, "type": "Text", "text": "To provide a holistic view of our algorithm's effectiveness, we present a comprehensive comparison in Table 2. Due to the synergistic nature of DSPO's components, we find it most illustrative to present our main results alongside our ablation study. This single table juxtaposes DSPO against both external state-of-the-art baselines and its own ablated variants, offering a clear and direct assessment of its overall superiority and the indispensability of its core components.", "source": "marker_v2", "marker_block_id": "/page/7/Text/8"}
63
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0062", "section": "4.2 MAIN RESULTS AND ABLATION STUDY", "page_start": 8, "page_end": 8, "type": "Text", "text": "Comparison with Baselines. The results in Table 2 underscore DSPO's clear superiority. Our DSPO-trained 7B agent achieves a remarkable average score of 0.531, establishing a new stateof-the-art. This represents a 34.1% relative improvement over the same-sized Search-R1 (GRPO, 7B) model. More strikingly, our 7B agent achieves a slightly better average score than the much larger Search-R1 14B models (both GRPO and PPO). This outcome provides strong evidence that the performance gains stem from a more effective and stable learning algorithm rather than an overreliance on model scale.", "source": "marker_v2", "marker_block_id": "/page/7/Text/9"}
64
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0063", "section": "4.2 MAIN RESULTS AND ABLATION STUDY", "page_start": 8, "page_end": 8, "type": "Text", "text": "Analysis of Ablations. The ablation results, also presented in Table 2, unequivocally demonstrate that both of DSPO's components are indispensable. First, removing the dynamic filter ('w/o dynamic filter', i.e., GSPO) causes a catastrophic drop in performance, with the average score plummeting to 0.313. This highlights its critical role; without the filter, the sequence-level objective is starved of a useful learning signal due to homogeneous-reward batches. Second, ablating sequence-level optimization ('w/o sequence-level opt.', i.e., DAPO) also leads to a significant performance degradation, yielding an average score of 0.406. While this token-level variant outperforms the filter-less", "source": "marker_v2", "marker_block_id": "/page/7/Text/10"}
65
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0064", "section": "4.2 MAIN RESULTS AND ABLATION STUDY", "page_start": 9, "page_end": 9, "type": "TableGroup", "text": "Table 2: Comprehensive comparison of DSPO with baselines and ablation variants on seven QA benchmarks. Baselines include Search-R1 models (7B & 14B) trained with GRPO and PPO (Jin et al., 2025b ;a) . Ablations remove key components: 'w/o dynamic filter' and 'w/o seq-level opt.'. Original EM scores from Search-R1 are in parentheses. To maintain the consistency of evaluation, we retrained and evaluated them using our adjusted rewards. Best results are in bold; second-best are underlined. Dataset Search-R1 DSPO & Ablations (Ours, 7B) GRPO (7B) PPO (7B) GRPO (14B) PPO (14B) w/o dyn. filter w/o seq-lvl opt. DSPO NQ 0.423 (0.429) (0.393) 0.535 (0.482) (0.424) 0.363 0.470 0.580 TriviaQA 0.658 (0.623) (0.610) 0.760 (0.667) (0.660) 0.515 0.695 0.754 PopQA 0.395 (0.427) (0.397) 0.477 (0.434) (0.442) 0.277 0.430 0.498 HotpotQA 0.401 (0.386) (0.370) 0.563 (0.429) (0.436) 0.330 0.438 0.613 2WikiMultiHopQA 0.357 (0.414) (0.346) 0.611 (0.424) (0.379) 0.285 0.398 0.569 Musique 0.122 (0.162) (0.146) 0.260 (0.191) (0.210) 0.105 0.133 0.270 Bamboogle 0.280 (0.400) (0.368) 0.504 (0.492) (0.480) 0.288 0.280 0.432 Average 0.377 (0.396) (0.385) 0.530 (0.446) (0.433) 0.313 0.406 0.531", "source": "marker_v2", "marker_block_id": "/page/8/TableGroup/449"}
66
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0065", "section": "4.2 MAIN RESULTS AND ABLATION STUDY", "page_start": 9, "page_end": 9, "type": "Text", "text": "one, it falls well short of the full DSPO model. As we show in the next section, it is also prone to catastrophic training instability. This confirms that the synergy is crucial: sequence-level updates are essential for stability, while our dynamic filter is critical for transforming sparse rewards into an efficient learning signal.", "source": "marker_v2", "marker_block_id": "/page/8/Text/3"}
67
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0066", "section": "4.2 MAIN RESULTS AND ABLATION STUDY", "page_start": 9, "page_end": 9, "type": "Text", "text": "Beyond quantitative metrics, we observe that DSPO enables sophisticated search behaviors, including recognize irrelevant results, query reformulation and multi-turn verification (see Appendix A.2 for detailed trajectory examples). All of these behaviors are emerging from pure RL training through DSPO.", "source": "marker_v2", "marker_block_id": "/page/8/Text/4"}
68
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0067", "section": "4.3 ANALYSIS OF TRAINING DYNAMICS", "page_start": 9, "page_end": 9, "type": "Text", "text": "To empirically validate our claims regarding stability and efficiency, we analyze the training reward dynamics of DSPO, its ablations, and key baselines. Figure 3 offers a compelling visualization of these dynamics, reinforcing our core architectural choices.", "source": "marker_v2", "marker_block_id": "/page/8/Text/6"}
69
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0068", "section": "4.3 ANALYSIS OF TRAINING DYNAMICS", "page_start": 9, "page_end": 9, "type": "Text", "text": "DSPO (red) exhibits a smooth, monotonic ascent, efficiently converging to the highest reward level. This trajectory empirically confirms the stability afforded by its sequence-level objective. In stark contrast, the token-level methods—DSPO w/o Seq-level Opt. (green) and vanilla GRPO (blue)—suffer from catastrophic policy collapse early in training. Their rewards plummet after a brief initial improvement, a clear manifestation of the instability caused by high-variance, tokenlevel gradient updates. Meanwhile, DSPO w/o Dynamic Filter (purple), which leverages sequencelevel updates but lacks an efficient learning signal, remains stable but plateaus at a significantly suboptimal performance ceiling. These dynamics reveal that DSPO's synergy of sequence-level stability and dynamic filtering is key to its robust and effective policy optimization.", "source": "marker_v2", "marker_block_id": "/page/8/Text/7"}
70
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0069", "section": "4.3 ANALYSIS OF TRAINING DYNAMICS", "page_start": 9, "page_end": 9, "type": "Text", "text": "To ensure these improvements in training reward translate to genuine generalization rather than reward hacking, we track validation performance on key benchmarks throughout training. As illustrated in Figure 2, DSPO's validation accuracy on NQ, HotpotQA, and other diverse benchmarks rises consistently, mirroring its stable reward curve. This correlation confirms that the agent is learning a generalizable search-and-reasoning policy.", "source": "marker_v2", "marker_block_id": "/page/8/Text/8"}
71
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0070", "section": "4.4 SCALABILITY AND GENERALIZATION ANALYSIS", "page_start": 9, "page_end": 9, "type": "Text", "text": "To further validate the robustness of our approach, we extend our evaluation to explore model scalability and domain generalization.", "source": "marker_v2", "marker_block_id": "/page/8/Text/10"}
72
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0071", "section": "4.4 SCALABILITY AND GENERALIZATION ANALYSIS", "page_start": 9, "page_end": 9, "type": "Text", "text": "Scalability to Larger Models. We investigate whether the stability benefits of DSPO translate to larger parameter scales by training Qwen2.5-14B-Instruct. As detailed in Table 3, DSPO demonstrates remarkable scalability. The DSPO-trained 14B model achieves an average accuracy of 60.6%,", "source": "marker_v2", "marker_block_id": "/page/8/Text/11"}
73
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0072", "section": "4.4 SCALABILITY AND GENERALIZATION ANALYSIS", "page_start": 10, "page_end": 10, "type": "Text", "text": "significantly outperforming the strong GRPO-14B baseline (53.0%) by a relative margin of 14.3%. These results confirm that our method effectively leverages increased model capacity, establishing an outperforming performance that consistently exceeds standard baselines.", "source": "marker_v2", "marker_block_id": "/page/9/Text/1"}
74
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0073", "section": "4.4 SCALABILITY AND GENERALIZATION ANALYSIS", "page_start": 10, "page_end": 10, "type": "TableGroup", "text": "Table 3: Scalability analysis on Qwen2.5-14B-Instruct. Best results are in bold. Dataset Instruct (14B) GRPO (14B) DSPO (7B) DSPO (14B) Gain NQ 0.345 0.535 0.580 0.629 +17.6% HotpotQA 0.407 0.563 0.613 0.665 +18.1% 2WikiMQA 0.332 0.611 0.569 0.699 +14.4% Bamboogle 0.328 0.504 0.432 0.544 +7.9% PopQA 0.364 0.477 0.498 0.545 +14.3% TriviaQA 0.643 0.760 0.754 0.802 +5.5% Musique 0.151 0.260 0.270 0.361 +38.8% Average 0.367 0.530 0.531 0.606 +14.3%", "source": "marker_v2", "marker_block_id": "/page/9/TableGroup/327"}
75
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0074", "section": "4.4 SCALABILITY AND GENERALIZATION ANALYSIS", "page_start": 10, "page_end": 10, "type": "Text", "text": "Generalization to Mathematical Reasoning. We further assess the universality of DSPO by applying it to single-turn mathematical reasoning tasks using the Qwen2.5 and Qwen3 model family. Table 4 presents the comparison on Math500 and Olympiad-Bench. DSPO consistently surpasses GRPO across both 7B and 4B model sizes. This indicates that DSPO are effective for general reasoning domains.", "source": "marker_v2", "marker_block_id": "/page/9/Text/4"}
76
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0075", "section": "4.4 SCALABILITY AND GENERALIZATION ANALYSIS", "page_start": 10, "page_end": 10, "type": "TableGroup", "text": "Table 4: Generalization to mathematical reasoning. Best results are in bold. Model Benchmark Steps GRPO DSPO Gain Qwen2.5-Math-7B Math500 200 0.772 0.798 +2.6% Qwen3-4B Olympiad-Bench 100 0.728 0.755 +2.7%", "source": "marker_v2", "marker_block_id": "/page/9/TableGroup/328"}
77
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0076", "section": "5 CONCLUSION", "page_start": 10, "page_end": 10, "type": "Text", "text": "In this work, we tackled the critical instability and sample inefficiency issues that plague RL for autonomous LLM search agents. We introduced Dynamic-filter Sequence-level Policy Optimization (DSPO), an improved algorithm that ensures robust training through two key components: sequence-level optimization to prevent catastrophic policy collapse, and a dynamic outcome-based filter to transform sparse rewards into a consistently effective learning signal. Our experiments demonstrated that DSPO not only achieves substantial performance across a suite of challenging question-answering benchmarks but also exhibits superior training stability compared to prior methods.", "source": "marker_v2", "marker_block_id": "/page/9/Text/8"}
78
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0077", "section": "5 CONCLUSION", "page_start": 10, "page_end": 10, "type": "Text", "text": "By enabling robust training from environmental feedback alone, DSPO establishes a practical and efficient blueprint for creating capable LLM agents without costly expert data. With this stable foundation, future work can confidently explore integrating advanced retrievers or extending DSPO to complex, multi-tool tasks. Furthermore, since the challenges of sparse rewards and unstable policy gradients are not unique to search, we hypothesize that DSPO's principles will yield similar performance and stability gains in other domains such as mathematics and code generation, which remains a promising direction for future validation. We believe the core tenets of DSPO—matching the optimization unit to the reward signal and guaranteeing signal density—will be instrumental in developing the next generation of autonomous AI.", "source": "marker_v2", "marker_block_id": "/page/9/Text/9"}
iclr26/1G34S0m9Sd/marker_meta.json ADDED
@@ -0,0 +1,1274 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "table_of_contents": [
3
+ {
4
+ "title": "DSPO: STABLE AND EFFICIENT POLICY OPTIMIZA-\nTION FOR AGENTIC SEARCH AND REASONING",
5
+ "heading_level": null,
6
+ "page_id": 0,
7
+ "polygon": [
8
+ [
9
+ 107.578125,
10
+ 80.05078125
11
+ ],
12
+ [
13
+ 503.56976318359375,
14
+ 80.05078125
15
+ ],
16
+ [
17
+ 503.56976318359375,
18
+ 117.63543701171875
19
+ ],
20
+ [
21
+ 107.578125,
22
+ 117.63543701171875
23
+ ]
24
+ ]
25
+ },
26
+ {
27
+ "title": "ABSTRACT",
28
+ "heading_level": null,
29
+ "page_id": 0,
30
+ "polygon": [
31
+ [
32
+ 277.013671875,
33
+ 186.78515625
34
+ ],
35
+ [
36
+ 333.7222595214844,
37
+ 186.78515625
38
+ ],
39
+ [
40
+ 333.7222595214844,
41
+ 199.66949462890625
42
+ ],
43
+ [
44
+ 277.013671875,
45
+ 199.66949462890625
46
+ ]
47
+ ]
48
+ },
49
+ {
50
+ "title": "1 INTRODUCTION",
51
+ "heading_level": null,
52
+ "page_id": 0,
53
+ "polygon": [
54
+ [
55
+ 108.17578125,
56
+ 378.1091613769531
57
+ ],
58
+ [
59
+ 205.98898315429688,
60
+ 378.1091613769531
61
+ ],
62
+ [
63
+ 205.98898315429688,
64
+ 390.0643615722656
65
+ ],
66
+ [
67
+ 108.17578125,
68
+ 390.0643615722656
69
+ ]
70
+ ]
71
+ },
72
+ {
73
+ "title": "2 Related Work",
74
+ "heading_level": null,
75
+ "page_id": 1,
76
+ "polygon": [
77
+ [
78
+ 106.681640625,
79
+ 567.75
80
+ ],
81
+ [
82
+ 211.5,
83
+ 567.75
84
+ ],
85
+ [
86
+ 211.5,
87
+ 576.75
88
+ ],
89
+ [
90
+ 106.681640625,
91
+ 576.75
92
+ ]
93
+ ]
94
+ },
95
+ {
96
+ "title": "2.1 RL FOR LLMS",
97
+ "heading_level": null,
98
+ "page_id": 1,
99
+ "polygon": [
100
+ [
101
+ 106.3828125,
102
+ 592.5
103
+ ],
104
+ [
105
+ 195.75,
106
+ 592.5
107
+ ],
108
+ [
109
+ 195.75,
110
+ 601.34765625
111
+ ],
112
+ [
113
+ 106.3828125,
114
+ 601.34765625
115
+ ]
116
+ ]
117
+ },
118
+ {
119
+ "title": "2.2 LLMs with Agentic Retrieval",
120
+ "heading_level": null,
121
+ "page_id": 2,
122
+ "polygon": [
123
+ [
124
+ 107.25,
125
+ 158.16796875
126
+ ],
127
+ [
128
+ 278.25,
129
+ 158.16796875
130
+ ],
131
+ [
132
+ 278.25,
133
+ 167.25
134
+ ],
135
+ [
136
+ 107.25,
137
+ 167.25
138
+ ]
139
+ ]
140
+ },
141
+ {
142
+ "title": "3 METHODOLOGY",
143
+ "heading_level": null,
144
+ "page_id": 2,
145
+ "polygon": [
146
+ [
147
+ 106.98046875,
148
+ 401.02734375
149
+ ],
150
+ [
151
+ 210.0,
152
+ 401.02734375
153
+ ],
154
+ [
155
+ 210.0,
156
+ 411.0
157
+ ],
158
+ [
159
+ 106.98046875,
160
+ 411.0
161
+ ]
162
+ ]
163
+ },
164
+ {
165
+ "title": "3.1 Preliminaries",
166
+ "heading_level": null,
167
+ "page_id": 2,
168
+ "polygon": [
169
+ [
170
+ 106.98046875,
171
+ 503.12109375
172
+ ],
173
+ [
174
+ 200.25,
175
+ 503.12109375
176
+ ],
177
+ [
178
+ 200.25,
179
+ 512.25
180
+ ],
181
+ [
182
+ 106.98046875,
183
+ 512.25
184
+ ]
185
+ ]
186
+ },
187
+ {
188
+ "title": "3.2 Dynamic-filter Sequence-Level Policy Optimization",
189
+ "heading_level": null,
190
+ "page_id": 4,
191
+ "polygon": [
192
+ [
193
+ 106.3828125,
194
+ 209.21484375
195
+ ],
196
+ [
197
+ 389.25,
198
+ 209.21484375
199
+ ],
200
+ [
201
+ 389.25,
202
+ 219.0
203
+ ],
204
+ [
205
+ 106.3828125,
206
+ 219.0
207
+ ]
208
+ ]
209
+ },
210
+ {
211
+ "title": "3.2.1 Sequence-Level Policy Optimization for Enhanced Stability",
212
+ "heading_level": null,
213
+ "page_id": 4,
214
+ "polygon": [
215
+ [
216
+ 108.7734375,
217
+ 298.546875
218
+ ],
219
+ [
220
+ 441.0,
221
+ 298.546875
222
+ ],
223
+ [
224
+ 441.0,
225
+ 308.25
226
+ ],
227
+ [
228
+ 108.7734375,
229
+ 308.25
230
+ ]
231
+ ]
232
+ },
233
+ {
234
+ "title": "3.2.2 Dynamic Outcome-based Filtering for Efficient Learning",
235
+ "heading_level": null,
236
+ "page_id": 4,
237
+ "polygon": [
238
+ [
239
+ 106.3828125,
240
+ 667.08984375
241
+ ],
242
+ [
243
+ 426.0,
244
+ 667.08984375
245
+ ],
246
+ [
247
+ 426.0,
248
+ 676.5
249
+ ],
250
+ [
251
+ 106.3828125,
252
+ 676.5
253
+ ]
254
+ ]
255
+ },
256
+ {
257
+ "title": "Algorithm 1 Dynamic-filter Sequence-level Policy Optimization (DSPO)",
258
+ "heading_level": null,
259
+ "page_id": 5,
260
+ "polygon": [
261
+ [
262
+ 105.1875,
263
+ 81.984375
264
+ ],
265
+ [
266
+ 401.625,
267
+ 81.984375
268
+ ],
269
+ [
270
+ 401.625,
271
+ 93.0
272
+ ],
273
+ [
274
+ 105.1875,
275
+ 93.0
276
+ ]
277
+ ]
278
+ },
279
+ {
280
+ "title": "3.3 THE DSPO OBJECTIVE AND TRAINING ALGORITHM",
281
+ "heading_level": null,
282
+ "page_id": 5,
283
+ "polygon": [
284
+ [
285
+ 107.25,
286
+ 477.75
287
+ ],
288
+ [
289
+ 354.75,
290
+ 477.75
291
+ ],
292
+ [
293
+ 354.75,
294
+ 486.87890625
295
+ ],
296
+ [
297
+ 107.25,
298
+ 486.87890625
299
+ ]
300
+ ]
301
+ },
302
+ {
303
+ "title": "4 EXPERIMENTS",
304
+ "heading_level": null,
305
+ "page_id": 5,
306
+ "polygon": [
307
+ [
308
+ 106.3828125,
309
+ 685.65234375
310
+ ],
311
+ [
312
+ 200.25,
313
+ 685.65234375
314
+ ],
315
+ [
316
+ 200.25,
317
+ 696.75
318
+ ],
319
+ [
320
+ 106.3828125,
321
+ 696.75
322
+ ]
323
+ ]
324
+ },
325
+ {
326
+ "title": "4.1 EXPERIMENTAL SETUP",
327
+ "heading_level": null,
328
+ "page_id": 6,
329
+ "polygon": [
330
+ [
331
+ 106.083984375,
332
+ 608.30859375
333
+ ],
334
+ [
335
+ 230.25,
336
+ 608.30859375
337
+ ],
338
+ [
339
+ 230.25,
340
+ 617.25
341
+ ],
342
+ [
343
+ 106.083984375,
344
+ 617.25
345
+ ]
346
+ ]
347
+ },
348
+ {
349
+ "title": "4.2 MAIN RESULTS AND ABLATION STUDY",
350
+ "heading_level": null,
351
+ "page_id": 7,
352
+ "polygon": [
353
+ [
354
+ 106.98046875,
355
+ 478.37109375
356
+ ],
357
+ [
358
+ 299.42578125,
359
+ 478.37109375
360
+ ],
361
+ [
362
+ 299.42578125,
363
+ 489.8218078613281
364
+ ],
365
+ [
366
+ 106.98046875,
367
+ 489.8218078613281
368
+ ]
369
+ ]
370
+ },
371
+ {
372
+ "title": "4.3 ANALYSIS OF TRAINING DYNAMICS",
373
+ "heading_level": null,
374
+ "page_id": 8,
375
+ "polygon": [
376
+ [
377
+ 108.17578125,
378
+ 410.30859375
379
+ ],
380
+ [
381
+ 284.8270568847656,
382
+ 410.30859375
383
+ ],
384
+ [
385
+ 284.8270568847656,
386
+ 422.6070861816406
387
+ ],
388
+ [
389
+ 108.17578125,
390
+ 422.6070861816406
391
+ ]
392
+ ]
393
+ },
394
+ {
395
+ "title": "4.4 SCALABILITY AND GENERALIZATION ANALYSIS",
396
+ "heading_level": null,
397
+ "page_id": 8,
398
+ "polygon": [
399
+ [
400
+ 105.78515625,
401
+ 645.3584289550781
402
+ ],
403
+ [
404
+ 337.2937316894531,
405
+ 645.3584289550781
406
+ ],
407
+ [
408
+ 337.2937316894531,
409
+ 655.3210296630859
410
+ ],
411
+ [
412
+ 105.78515625,
413
+ 655.3210296630859
414
+ ]
415
+ ]
416
+ },
417
+ {
418
+ "title": "5 CONCLUSION",
419
+ "heading_level": null,
420
+ "page_id": 9,
421
+ "polygon": [
422
+ [
423
+ 106.98046875,
424
+ 453.4212951660156
425
+ ],
426
+ [
427
+ 195.37747192382812,
428
+ 453.4212951660156
429
+ ],
430
+ [
431
+ 195.37747192382812,
432
+ 465.3764953613281
433
+ ],
434
+ [
435
+ 106.98046875,
436
+ 465.3764953613281
437
+ ]
438
+ ]
439
+ },
440
+ {
441
+ "title": "REFERENCES",
442
+ "heading_level": null,
443
+ "page_id": 10,
444
+ "polygon": [
445
+ [
446
+ 104.888671875,
447
+ 81.984375
448
+ ],
449
+ [
450
+ 175.25982666015625,
451
+ 81.984375
452
+ ],
453
+ [
454
+ 175.25982666015625,
455
+ 94.7125244140625
456
+ ],
457
+ [
458
+ 104.888671875,
459
+ 94.7125244140625
460
+ ]
461
+ ]
462
+ },
463
+ {
464
+ "title": "A APPENDIX",
465
+ "heading_level": null,
466
+ "page_id": 13,
467
+ "polygon": [
468
+ [
469
+ 106.083984375,
470
+ 81.2109375
471
+ ],
472
+ [
473
+ 182.63134765625,
474
+ 81.2109375
475
+ ],
476
+ [
477
+ 182.63134765625,
478
+ 94.7125244140625
479
+ ],
480
+ [
481
+ 106.083984375,
482
+ 94.7125244140625
483
+ ]
484
+ ]
485
+ },
486
+ {
487
+ "title": "A.1 THE USE OF LARGE LANGUAGE MODELS (LLMS)",
488
+ "heading_level": null,
489
+ "page_id": 13,
490
+ "polygon": [
491
+ [
492
+ 105.78515625,
493
+ 106.734375
494
+ ],
495
+ [
496
+ 347.74853515625,
497
+ 106.734375
498
+ ],
499
+ [
500
+ 347.74853515625,
501
+ 117.89306640625
502
+ ],
503
+ [
504
+ 105.78515625,
505
+ 117.89306640625
506
+ ]
507
+ ]
508
+ },
509
+ {
510
+ "title": "A.2 QUALITATIVE ANALYSIS.",
511
+ "heading_level": null,
512
+ "page_id": 13,
513
+ "polygon": [
514
+ [
515
+ 106.3828125,
516
+ 422.68359375
517
+ ],
518
+ [
519
+ 241.43763732910156,
520
+ 422.68359375
521
+ ],
522
+ [
523
+ 241.43763732910156,
524
+ 434.4058837890625
525
+ ],
526
+ [
527
+ 106.3828125,
528
+ 434.4058837890625
529
+ ]
530
+ ]
531
+ }
532
+ ],
533
+ "page_stats": [
534
+ {
535
+ "page_id": 0,
536
+ "text_extraction_method": "pdftext",
537
+ "block_counts": [
538
+ [
539
+ "Span",
540
+ 304
541
+ ],
542
+ [
543
+ "Line",
544
+ 88
545
+ ],
546
+ [
547
+ "Text",
548
+ 14
549
+ ],
550
+ [
551
+ "SectionHeader",
552
+ 3
553
+ ],
554
+ [
555
+ "PageHeader",
556
+ 1
557
+ ],
558
+ [
559
+ "PageFooter",
560
+ 1
561
+ ]
562
+ ],
563
+ "block_metadata": {
564
+ "llm_request_count": 0,
565
+ "llm_error_count": 0,
566
+ "llm_tokens_used": 0,
567
+ "previous_text": "",
568
+ "previous_type": "",
569
+ "previous_order": 0
570
+ }
571
+ },
572
+ {
573
+ "page_id": 1,
574
+ "text_extraction_method": "surya",
575
+ "block_counts": [
576
+ [
577
+ "Line",
578
+ 122
579
+ ],
580
+ [
581
+ "Span",
582
+ 52
583
+ ],
584
+ [
585
+ "Text",
586
+ 29
587
+ ],
588
+ [
589
+ "ListItem",
590
+ 3
591
+ ],
592
+ [
593
+ "SectionHeader",
594
+ 2
595
+ ],
596
+ [
597
+ "PageHeader",
598
+ 1
599
+ ],
600
+ [
601
+ "Figure",
602
+ 1
603
+ ],
604
+ [
605
+ "Caption",
606
+ 1
607
+ ],
608
+ [
609
+ "PageFooter",
610
+ 1
611
+ ],
612
+ [
613
+ "FigureGroup",
614
+ 1
615
+ ],
616
+ [
617
+ "ListGroup",
618
+ 1
619
+ ],
620
+ [
621
+ "Reference",
622
+ 1
623
+ ]
624
+ ],
625
+ "block_metadata": {
626
+ "llm_request_count": 0,
627
+ "llm_error_count": 0,
628
+ "llm_tokens_used": 0,
629
+ "previous_text": "",
630
+ "previous_type": "",
631
+ "previous_order": 0
632
+ }
633
+ },
634
+ {
635
+ "page_id": 2,
636
+ "text_extraction_method": "surya",
637
+ "block_counts": [
638
+ [
639
+ "Line",
640
+ 150
641
+ ],
642
+ [
643
+ "Span",
644
+ 98
645
+ ],
646
+ [
647
+ "Text",
648
+ 45
649
+ ],
650
+ [
651
+ "SectionHeader",
652
+ 3
653
+ ],
654
+ [
655
+ "PageHeader",
656
+ 1
657
+ ],
658
+ [
659
+ "Equation",
660
+ 1
661
+ ],
662
+ [
663
+ "PageFooter",
664
+ 1
665
+ ]
666
+ ],
667
+ "block_metadata": {
668
+ "llm_request_count": 0,
669
+ "llm_error_count": 0,
670
+ "llm_tokens_used": 0,
671
+ "previous_text": "",
672
+ "previous_type": "",
673
+ "previous_order": 0
674
+ }
675
+ },
676
+ {
677
+ "page_id": 3,
678
+ "text_extraction_method": "surya",
679
+ "block_counts": [
680
+ [
681
+ "Line",
682
+ 115
683
+ ],
684
+ [
685
+ "Span",
686
+ 100
687
+ ],
688
+ [
689
+ "Text",
690
+ 31
691
+ ],
692
+ [
693
+ "ListItem",
694
+ 5
695
+ ],
696
+ [
697
+ "Equation",
698
+ 4
699
+ ],
700
+ [
701
+ "PageHeader",
702
+ 1
703
+ ],
704
+ [
705
+ "PageFooter",
706
+ 1
707
+ ],
708
+ [
709
+ "ListGroup",
710
+ 1
711
+ ]
712
+ ],
713
+ "block_metadata": {
714
+ "llm_request_count": 0,
715
+ "llm_error_count": 0,
716
+ "llm_tokens_used": 0,
717
+ "previous_text": "",
718
+ "previous_type": "",
719
+ "previous_order": 0
720
+ }
721
+ },
722
+ {
723
+ "page_id": 4,
724
+ "text_extraction_method": "surya",
725
+ "block_counts": [
726
+ [
727
+ "Line",
728
+ 140
729
+ ],
730
+ [
731
+ "Span",
732
+ 71
733
+ ],
734
+ [
735
+ "Text",
736
+ 43
737
+ ],
738
+ [
739
+ "SectionHeader",
740
+ 3
741
+ ],
742
+ [
743
+ "Equation",
744
+ 3
745
+ ],
746
+ [
747
+ "PageHeader",
748
+ 1
749
+ ],
750
+ [
751
+ "PageFooter",
752
+ 1
753
+ ],
754
+ [
755
+ "Reference",
756
+ 1
757
+ ]
758
+ ],
759
+ "block_metadata": {
760
+ "llm_request_count": 0,
761
+ "llm_error_count": 0,
762
+ "llm_tokens_used": 0,
763
+ "previous_text": "",
764
+ "previous_type": "",
765
+ "previous_order": 0
766
+ }
767
+ },
768
+ {
769
+ "page_id": 5,
770
+ "text_extraction_method": "surya",
771
+ "block_counts": [
772
+ [
773
+ "Span",
774
+ 155
775
+ ],
776
+ [
777
+ "Line",
778
+ 140
779
+ ],
780
+ [
781
+ "Text",
782
+ 29
783
+ ],
784
+ [
785
+ "SectionHeader",
786
+ 3
787
+ ],
788
+ [
789
+ "Equation",
790
+ 3
791
+ ],
792
+ [
793
+ "Reference",
794
+ 2
795
+ ],
796
+ [
797
+ "PageHeader",
798
+ 1
799
+ ],
800
+ [
801
+ "Code",
802
+ 1
803
+ ],
804
+ [
805
+ "PageFooter",
806
+ 1
807
+ ]
808
+ ],
809
+ "block_metadata": {
810
+ "llm_request_count": 0,
811
+ "llm_error_count": 0,
812
+ "llm_tokens_used": 0,
813
+ "previous_text": "",
814
+ "previous_type": "",
815
+ "previous_order": 0
816
+ }
817
+ },
818
+ {
819
+ "page_id": 6,
820
+ "text_extraction_method": "surya",
821
+ "block_counts": [
822
+ [
823
+ "Line",
824
+ 140
825
+ ],
826
+ [
827
+ "Span",
828
+ 51
829
+ ],
830
+ [
831
+ "Text",
832
+ 33
833
+ ],
834
+ [
835
+ "Figure",
836
+ 2
837
+ ],
838
+ [
839
+ "Caption",
840
+ 2
841
+ ],
842
+ [
843
+ "FigureGroup",
844
+ 2
845
+ ],
846
+ [
847
+ "Reference",
848
+ 2
849
+ ],
850
+ [
851
+ "PageHeader",
852
+ 1
853
+ ],
854
+ [
855
+ "SectionHeader",
856
+ 1
857
+ ],
858
+ [
859
+ "PageFooter",
860
+ 1
861
+ ]
862
+ ],
863
+ "block_metadata": {
864
+ "llm_request_count": 0,
865
+ "llm_error_count": 0,
866
+ "llm_tokens_used": 0,
867
+ "previous_text": "",
868
+ "previous_type": "",
869
+ "previous_order": 0
870
+ }
871
+ },
872
+ {
873
+ "page_id": 7,
874
+ "text_extraction_method": "pdftext",
875
+ "block_counts": [
876
+ [
877
+ "Span",
878
+ 311
879
+ ],
880
+ [
881
+ "Line",
882
+ 100
883
+ ],
884
+ [
885
+ "Text",
886
+ 11
887
+ ],
888
+ [
889
+ "PageHeader",
890
+ 1
891
+ ],
892
+ [
893
+ "Caption",
894
+ 1
895
+ ],
896
+ [
897
+ "SectionHeader",
898
+ 1
899
+ ],
900
+ [
901
+ "PageFooter",
902
+ 1
903
+ ],
904
+ [
905
+ "Reference",
906
+ 1
907
+ ]
908
+ ],
909
+ "block_metadata": {
910
+ "llm_request_count": 0,
911
+ "llm_error_count": 0,
912
+ "llm_tokens_used": 0,
913
+ "previous_text": "",
914
+ "previous_type": "",
915
+ "previous_order": 0
916
+ }
917
+ },
918
+ {
919
+ "page_id": 8,
920
+ "text_extraction_method": "pdftext",
921
+ "block_counts": [
922
+ [
923
+ "Span",
924
+ 331
925
+ ],
926
+ [
927
+ "Line",
928
+ 104
929
+ ],
930
+ [
931
+ "TableCell",
932
+ 75
933
+ ],
934
+ [
935
+ "Text",
936
+ 8
937
+ ],
938
+ [
939
+ "SectionHeader",
940
+ 2
941
+ ],
942
+ [
943
+ "PageHeader",
944
+ 1
945
+ ],
946
+ [
947
+ "Caption",
948
+ 1
949
+ ],
950
+ [
951
+ "Table",
952
+ 1
953
+ ],
954
+ [
955
+ "PageFooter",
956
+ 1
957
+ ],
958
+ [
959
+ "TableGroup",
960
+ 1
961
+ ],
962
+ [
963
+ "Reference",
964
+ 1
965
+ ]
966
+ ],
967
+ "block_metadata": {
968
+ "llm_request_count": 0,
969
+ "llm_error_count": 0,
970
+ "llm_tokens_used": 0,
971
+ "previous_text": "",
972
+ "previous_type": "",
973
+ "previous_order": 0
974
+ }
975
+ },
976
+ {
977
+ "page_id": 9,
978
+ "text_extraction_method": "pdftext",
979
+ "block_counts": [
980
+ [
981
+ "Span",
982
+ 225
983
+ ],
984
+ [
985
+ "Line",
986
+ 83
987
+ ],
988
+ [
989
+ "TableCell",
990
+ 78
991
+ ],
992
+ [
993
+ "Text",
994
+ 12
995
+ ],
996
+ [
997
+ "Caption",
998
+ 2
999
+ ],
1000
+ [
1001
+ "Table",
1002
+ 2
1003
+ ],
1004
+ [
1005
+ "TableGroup",
1006
+ 2
1007
+ ],
1008
+ [
1009
+ "Reference",
1010
+ 2
1011
+ ],
1012
+ [
1013
+ "PageHeader",
1014
+ 1
1015
+ ],
1016
+ [
1017
+ "SectionHeader",
1018
+ 1
1019
+ ],
1020
+ [
1021
+ "PageFooter",
1022
+ 1
1023
+ ]
1024
+ ],
1025
+ "block_metadata": {
1026
+ "llm_request_count": 0,
1027
+ "llm_error_count": 0,
1028
+ "llm_tokens_used": 0,
1029
+ "previous_text": "",
1030
+ "previous_type": "",
1031
+ "previous_order": 0
1032
+ }
1033
+ },
1034
+ {
1035
+ "page_id": 10,
1036
+ "text_extraction_method": "pdftext",
1037
+ "block_counts": [
1038
+ [
1039
+ "Span",
1040
+ 225
1041
+ ],
1042
+ [
1043
+ "Line",
1044
+ 88
1045
+ ],
1046
+ [
1047
+ "ListItem",
1048
+ 15
1049
+ ],
1050
+ [
1051
+ "Reference",
1052
+ 15
1053
+ ],
1054
+ [
1055
+ "Text",
1056
+ 8
1057
+ ],
1058
+ [
1059
+ "PageHeader",
1060
+ 1
1061
+ ],
1062
+ [
1063
+ "SectionHeader",
1064
+ 1
1065
+ ],
1066
+ [
1067
+ "PageFooter",
1068
+ 1
1069
+ ],
1070
+ [
1071
+ "ListGroup",
1072
+ 1
1073
+ ]
1074
+ ],
1075
+ "block_metadata": {
1076
+ "llm_request_count": 0,
1077
+ "llm_error_count": 0,
1078
+ "llm_tokens_used": 0,
1079
+ "previous_text": "",
1080
+ "previous_type": "",
1081
+ "previous_order": 0
1082
+ }
1083
+ },
1084
+ {
1085
+ "page_id": 11,
1086
+ "text_extraction_method": "pdftext",
1087
+ "block_counts": [
1088
+ [
1089
+ "Span",
1090
+ 233
1091
+ ],
1092
+ [
1093
+ "Line",
1094
+ 92
1095
+ ],
1096
+ [
1097
+ "ListItem",
1098
+ 16
1099
+ ],
1100
+ [
1101
+ "Reference",
1102
+ 16
1103
+ ],
1104
+ [
1105
+ "Text",
1106
+ 9
1107
+ ],
1108
+ [
1109
+ "PageHeader",
1110
+ 1
1111
+ ],
1112
+ [
1113
+ "PageFooter",
1114
+ 1
1115
+ ],
1116
+ [
1117
+ "ListGroup",
1118
+ 1
1119
+ ]
1120
+ ],
1121
+ "block_metadata": {
1122
+ "llm_request_count": 0,
1123
+ "llm_error_count": 0,
1124
+ "llm_tokens_used": 0,
1125
+ "previous_text": "",
1126
+ "previous_type": "",
1127
+ "previous_order": 0
1128
+ }
1129
+ },
1130
+ {
1131
+ "page_id": 12,
1132
+ "text_extraction_method": "pdftext",
1133
+ "block_counts": [
1134
+ [
1135
+ "Span",
1136
+ 157
1137
+ ],
1138
+ [
1139
+ "Line",
1140
+ 69
1141
+ ],
1142
+ [
1143
+ "ListItem",
1144
+ 8
1145
+ ],
1146
+ [
1147
+ "Reference",
1148
+ 8
1149
+ ],
1150
+ [
1151
+ "Text",
1152
+ 7
1153
+ ],
1154
+ [
1155
+ "PageHeader",
1156
+ 1
1157
+ ],
1158
+ [
1159
+ "PageFooter",
1160
+ 1
1161
+ ],
1162
+ [
1163
+ "ListGroup",
1164
+ 1
1165
+ ]
1166
+ ],
1167
+ "block_metadata": {
1168
+ "llm_request_count": 0,
1169
+ "llm_error_count": 0,
1170
+ "llm_tokens_used": 0,
1171
+ "previous_text": "",
1172
+ "previous_type": "",
1173
+ "previous_order": 0
1174
+ }
1175
+ },
1176
+ {
1177
+ "page_id": 13,
1178
+ "text_extraction_method": "pdftext",
1179
+ "block_counts": [
1180
+ [
1181
+ "Span",
1182
+ 196
1183
+ ],
1184
+ [
1185
+ "Line",
1186
+ 80
1187
+ ],
1188
+ [
1189
+ "Text",
1190
+ 8
1191
+ ],
1192
+ [
1193
+ "SectionHeader",
1194
+ 3
1195
+ ],
1196
+ [
1197
+ "ListItem",
1198
+ 3
1199
+ ],
1200
+ [
1201
+ "PageHeader",
1202
+ 1
1203
+ ],
1204
+ [
1205
+ "PageFooter",
1206
+ 1
1207
+ ],
1208
+ [
1209
+ "ListGroup",
1210
+ 1
1211
+ ],
1212
+ [
1213
+ "Reference",
1214
+ 1
1215
+ ]
1216
+ ],
1217
+ "block_metadata": {
1218
+ "llm_request_count": 0,
1219
+ "llm_error_count": 0,
1220
+ "llm_tokens_used": 0,
1221
+ "previous_text": "",
1222
+ "previous_type": "",
1223
+ "previous_order": 0
1224
+ }
1225
+ },
1226
+ {
1227
+ "page_id": 14,
1228
+ "text_extraction_method": "pdftext",
1229
+ "block_counts": [
1230
+ [
1231
+ "Span",
1232
+ 247
1233
+ ],
1234
+ [
1235
+ "Line",
1236
+ 86
1237
+ ],
1238
+ [
1239
+ "TableCell",
1240
+ 59
1241
+ ],
1242
+ [
1243
+ "Text",
1244
+ 9
1245
+ ],
1246
+ [
1247
+ "PageHeader",
1248
+ 1
1249
+ ],
1250
+ [
1251
+ "Table",
1252
+ 1
1253
+ ],
1254
+ [
1255
+ "PageFooter",
1256
+ 1
1257
+ ],
1258
+ [
1259
+ "Reference",
1260
+ 1
1261
+ ]
1262
+ ],
1263
+ "block_metadata": {
1264
+ "llm_request_count": 0,
1265
+ "llm_error_count": 0,
1266
+ "llm_tokens_used": 0,
1267
+ "previous_text": "",
1268
+ "previous_type": "",
1269
+ "previous_order": 0
1270
+ }
1271
+ }
1272
+ ],
1273
+ "debug_data_path": "debug_data/1G34S0m9Sd"
1274
+ }
iclr26/1G34S0m9Sd/model_text_v3.txt ADDED
@@ -0,0 +1,233 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [p. 1 | section: ABSTRACT | type: Text]
2
+ Enhancing LLMs with the ability to actively search external knowledge is crucial for complex and real-world tasks. Current approaches either rely on prompting to elicit the model's innate agent capabilities, or suffer from performance ceilings and collapse when applying RL to complex interactive tasks, leaving their true agentic potential untapped. To address this, we introduce Dynamic-filter Sequence-level Policy Optimization (DSPO), an improved RL algorithm designed for robust agent training through sequence-level optimization and dynamic sample filtering. We train our model purely through RL to interleave multi-turn search and reasoning, obviating the need for supervised demonstration data. Across multiple QA benchmarks, our DSPO-trained 7B model improves over a comparable previous work by 34.1%, and even outperforms the 14B model from previous work in complex multihop QA such as HotpotQA by nearly 9% relative, maintaining exceptional training stability.
3
+
4
+ [p. 1 | section: 1 INTRODUCTION | type: Text]
5
+ Large Language Models (LLMs) (Brown et al., 2020; Touvron et al., 2023; Zhao et al., 2023) have demonstrated exceptional performance across a spectrum of specialized tasks, including math (Shao et al., 2024; Trinh et al., 2024; Yu et al., 2025) , coding (Zheng et al., 2023; Yang et al., 2024) , and creative writing (Chakrabarty et al., 2024; Marco et al., 2024) . However, a fundamental limitation persists: their knowledge is inherently static, confined to the data on which they were trained. To overcome this knowledge cutoff, a dominant approach is to equip LLMs with search capabilities, transforming them into agents that can actively query external knowledge sources (Jin et al., 2025b) . This ability is a prime example of tool-calling (Schick et al., 2023) , where the model learns to interact with an external search tool to solve problems it cannot answer alone. Mastering this skill requires learning a complex, multi-step policy, framing the task as a sequential decision-making problem ideal for Reinforcement Learning (RL).
6
+
7
+ [p. 1 | section: 1 INTRODUCTION | type: Text]
8
+ Unlike Supervised Fine-Tuning (SFT), which relies on costly static demonstrations and fails to teach exploration, RL provides a framework for LLMs to learn effective policies through trial-anderror (Chu et al., 2025) . Consequently, value-free methods like Group Relative Policy Optimization (GRPO) (Shao et al., 2024) have become a dominant paradigm, prized for their simplicity and reduced memory overhead. However, despite its success in more constrained tasks, applying GRPO to the open-ended domain of interactive search reveals critical instabilities (Jin et al., 2025b; Yu et al., 2025; Cui et al., 2025; Liu et al., 2025) . This fragility stems from two fundamental flaws. First, as identified by Zheng et al. (2025) , GRPO's token-level objective is ill-posed when paired with a sequence-level reward, creating high-variance gradients that destabilize training. Second, the sparse rewards inherent to search tasks often yield sample groups with homogeneous outcomes (e.g., all successes or all failures), causing the advantage signal to collapse and providing no learning signal, which severely hinders sample efficiency (Yu et al., 2025; Liu et al., 2025) .
9
+
10
+ [p. 1 | section: 1 INTRODUCTION | type: Text]
11
+ To address these core challenges of instability and inefficient learning, we introduce Dynamic-filter Sequence-level Policy Optimization (DSPO). Our algorithm synthesizes and refines key principles from recent policy optimization research. DSPO adopts the sequence-level optimization from GSPO (Zheng et al., 2025) to match the unit of optimization with the unit of reward. This aligns the optimization objective with the reward signal, fundamentally stabilizing the learning process for long-horizon reasoning tasks. Furthermore, DSPO incorporates a dynamic outcome-based filtering
12
+
13
+ [p. 2 | section: 1 INTRODUCTION | type: FigureGroup]
14
+ Figure 1: An overview of the DSPO training loop. For a given query, the policy model generates a group of G trajectories by interacting with the search environment. Each trajectory is assigned a sparse terminal reward. The dynamic filter discards groups with homogeneous outcomes and keep sampling until a batch is filled, ensuring that every training batch provides a effective advantage signal. Advantages are computed and used to update the policy model via sequence-level objective.
15
+
16
+ [p. 2 | section: 1 INTRODUCTION | type: Text]
17
+ mechanism inspired by DAPO (Yu et al., 2025). This component actively constructs training batches from rollout groups containing both successful and unsuccessful outcomes for each prompt. It guarantees the advantage signal \hat{A}_i to be effective and stable. By integrating these two components into a single, coherent framework, DSPO provides a stable and high-performance algorithm designed for complex, multi-turn search and reasoning tasks. Our model achieves a 34.1% relative improvement over a leading 7B baseline (Jin et al., 2025b) and even surpasses its 14B counterpart (Jin et al., 2025a) on complex multi-hop benchmarks like HotpotQA, outperforming it by nearly 9% relative (0.613 vs. 0.563).
18
+
19
+ [p. 2 | section: 1 INTRODUCTION | type: Text]
20
+ In summary, our main contributions are as follows:
21
+
22
+ [p. 2 | section: 1 INTRODUCTION | type: ListGroup]
23
+ We propose DSPO, an improved RL algorithm that overcomes the core instability and sample-inefficiency issues in training agentic search models. It achieves this by unifying two key principles into a single cohesive framework: sequence-level optimization for robust policy updates and dynamic outcome-based filtering for a dense and effective learning signal. We demonstrate DSPO's substantial performance gains through rigorous benchmarking. Our 7B model achieves a 34.1% relative improvement over a comparable 7B baseline and, more strikingly, outperforms its 14B counterpart on complex multi-hop QA, achieving a nearly 9% relative gain on HotpotQA (0.613 vs. 0.563). We provide extensive empirical evidence for DSPO's superior training stability, showing it\nenables a stable learning trajectory. Crucially, the results are achieved using only a basic BM25 retriever, isolating the performance gains to the robustness of our algorithm.
24
+
25
+ [p. 2 | section: 2.1 RL FOR LLMS | type: Text]
26
+ The landscape of RL for LLMs has evolved rapidly, moving from foundational Reinforcement Learning from Human Feedback (RLHF) methods that use PPO and explicit reward models (Ouyang et al., 2022; Christiano et al., 2017; Schulman et al., 2017) to simpler, direct-optimization frameworks like DPO (Rafailov et al., 2023). A key shift towards value-free optimization is marked by Group Relative Policy Optimization (GRPO) (Shao et al., 2024), which simplifies training by deriving a reward signal from group statistics. However, GRPO's token-level objective is known to cause training instability (Liu et al., 2025; Cui et al., 2025), prompting several targeted improvements. GSPO addresses this by shifting to a sequence-level objective to match the unit of reward (Zheng et al., 2025), while DAPO tackles inefficient learning from sparse rewards with a dynamic outcome-based sampling mechanism (Yu et al., 2025). In a similar vein, GMPO stabilizes the token-level objective using a geometric-mean aggregation to reduce sensitivity to outliers (Zhao et al., 2025).
27
+
28
+ [p. 3 | section: 2.1 RL FOR LLMS | type: Text]
29
+ Despite these advances, we observed these algorithms still face challenges like training collapse or performance bottlenecks in our experiments. Building upon the aforementioned research, we propose our improved algorithm, synthesizing the principles of sequence-level optimization and dynamic filtering and filling into a unified algorithm to overcome the unique challenges of training autonomous search agents.
30
+
31
+ [p. 3 | section: 2.2 LLMs with Agentic Retrieval | type: Text]
32
+ To mitigate the static knowledge limitations of LLMs, RAG integrates external retrievers to dynamically incorporate evolving information (Lewis et al., 2020; Gao et al., 2023). Classic RAG frameworks employ dense retrievers to fetch relevant documents, which are then concatenated into the LLM's input for generation (Karpukhin et al., 2020). However, these approaches often rely on fixed pipelines, limiting autonomy in complex, multi-turn scenarios. Recently, research has evolved toward agentic paradigms, where LLMs act as autonomous agents capable of planning, searching, and reasoning iteratively. Frameworks like ReAct synergize reasoning and acting, enabling LLMs to interact with tools for tasks such as web navigation (Yao et al., 2023), while multi-agent systems, including AutoGen, facilitate collaborative workflows (Wu et al., 2024). Recent innovations emphasize agentic RAG and RL integration, where agents enhance retrieval through decision-making. Wu et al. (2025) introduce Agentic Reasoning, a framework integrating external tools for streamlined LLM reasoning. Some RL-integrated approaches (Jin et al., 2025b; Chen et al., 2025; Song et al., 2025) train LLMs to interleave reasoning and search using purely RL. The end-to-end paradigm internalizes agent capabilities and can avoid the engineering overhead of multi-agent frameworks. However, these methods still grapple with the training instability and performance limitation to the open-ended search domain. Our work directly confronts these bottlenecks. DSPO provides a robust and efficient training framework that ensures stable policy optimization, enabling LLMs to learn effective multi-turn search strategies.
33
+
34
+ [p. 3 | section: 3 METHODOLOGY | type: Text]
35
+ In this section, we first formulate the task of agentic search as a RL problem and review prior policy optimization algorithms, highlighting their limitations in this context. We then introduce our proposed algorithm, D ynamic-filter S equence-level P olicy O ptimization (DSPO), detailing its core components for training stability and training efficiency. Finally, we present the integrated training algorithm.
36
+
37
+ [p. 3 | section: 3.1 Preliminaries | type: Text]
38
+ Policy Gradient Methods for LLMs. Training LLMs via RL often employs policy gradient methods like PPO (Schulman et al., 2017), a popular algorithm for LLM alignment. It optimizes a policy \pi_{\theta} by maximizing a clipped surrogate objective function using samples from an old policy \pi_{\theta_{\text{old}}} . The objective, averaged over tokens, is given by:
39
+
40
+ [p. 3 | section: 3.1 Preliminaries | type: Equation]
41
+ J_{\text{PPO}}(\theta) = \mathbb{E}_{x \sim \mathcal{D}, y \sim \pi_{\theta_{\text{old}}}(\cdot \mid x)} \left[ \frac{1}{|y|} \sum_{t=1}^{|y|} \min \left( r_t(\theta) \hat{A}_t, \text{clip}\left(r_t(\theta), 1 - \epsilon, 1 + \epsilon\right) \hat{A}_t \right) \right], \quad (1)
42
+
43
+ [p. 3 | section: 3.1 Preliminaries | type: Text]
44
+ where r_t(\theta) = \frac{\pi_{\theta}(y_t|x,y_{< t})}{\pi_{\theta_{\text{old}}}(y_t|x,y_{< t})} is the token-level importance ratio. However, PPO relies on a separately trained value model to estimate token-level advantages \hat{A}_t via Generalized Advantage Estimation (GAE) (Schulman et al., 2015), introducing significant memory overhead and can be a source of instability.
45
+
46
+ [p. 3 | section: 3.1 Preliminaries | type: Text]
47
+ To address this, GRPO (Shao et al., 2024) was proposed. GRPO eliminates the need for a value model by sampling a group of G responses \{y_i\}_{i=1}^G for a given prompt x. It then calculates the advantage of each response by normalizing its reward against the group's statistics. Like PPO, it optimizes the objective at the token level:
48
+
49
+ [p. 4 | section: 3.1 Preliminaries | type: Equation]
50
+ \begin{split} J_{\text{GRPO}}(\theta) &= \mathbb{E}_{x \sim \mathcal{D}, \{y_i\}_{i=1}^G \sim \pi_{\theta_{\text{old}}}(\cdot|x)} \\ & \left[ \frac{1}{G} \sum_{i=1}^G \frac{1}{|y_i|} \sum_{t=1}^{|y_i|} \min\left(r_{i,t}(\theta) \hat{A}_i, \text{clip}(r_{i,t}(\theta), 1-\epsilon, 1+\epsilon) \hat{A}_i\right) - \beta D_{KL}(\pi_{\theta}||\pi_{\text{ref}}) \right], \end{split}
51
+
52
+ [p. 4 | section: 3.1 Preliminaries | type: Text]
53
+ where r_{i,t}(\theta) = \frac{\pi_{\theta}(y_{i,t}|x,y_{i,< t})}{\pi_{\theta_{\text{old}}}(y_{i,t}|x,y_{i,< t})} , and the advantage for every token y_{i,t} in a response y_i is set to the same sequence-level value:
54
+
55
+ [p. 4 | section: 3.1 Preliminaries | type: Equation]
56
+ \hat{A}_{i,t} = \hat{A}_i = \frac{R_i - \text{mean}(R)}{\text{std}(R)},\tag{3}
57
+
58
+ [p. 4 | section: 3.1 Preliminaries | type: Text]
59
+ Crucially, all tokens within a given response y_i share the same advantage \hat{A}_i , which is derived from the sequence-level reward.
60
+
61
+ [p. 4 | section: 3.1 Preliminaries | type: Text]
62
+ Agentic Search as a Markov Decision Process. We model the iterative process of agentic search and reasoning as a sequential decision-making problem, formalized as a discrete-time, finite-horizon Markov Decision Process (MDP).
63
+
64
+ [p. 4 | section: 3.1 Preliminaries | type: ListGroup]
65
+ State (s_t) : At turn t, the state s_t encodes the entire interaction history: the initial question q, all previously generated thoughts and search queries, and the retrieved evidence returned by the environment. Because search results must be interpreted and integrated into subsequent decisions, the state necessarily grows with the trajectory, creating long-horizon dependencies that conventional token-level RL struggles to optimize. Action (a_t) : An action is a full textual segment generated by the policy \pi_{\theta} , consisting of free-form reasoning followed by a decision. The action terminates either with a </tool_call> token, which triggers a search, putting the results within </tool_response>, or with a </answer> token, which ends the trajectory. This structured action space forces the agent to learn not only what to generate but also when to search—an aspect that introduces significant variability in trajectory length. Policy (\pi_{\theta}) : The policy \pi_{\theta} is the underlying LLM, generating tokens autoregressively conditioned on the state. The policy conditions on the full history, but the optimization target is calculated only on the model-generated thoughts and actions, masking out the retrieved content from the environment (Jin et al., 2025b). Optimizing this policy requires credit assignment over long sequences in which many intermediate reasoning steps do not receive direct supervision or reward, further emphasizing the need for stable sequence-level optimization. Trajectory (\tau) : A trajectory \tau=(s_1,a_1,\ldots,s_T,a_T) records all reasoning and tool interactions taken for a given question, including both model-generated actions and environment-returned search results. Because the final reward is assigned at the level of the entire trajectory, the optimization problem is fundamentally sequence-level: every early decision can influence the eventual answer correctness. Reward (R(\tau)) : We employ a sparse terminal reward: a trajectory receives R=1 if the final answer contains the ground-truth text, and R=0 otherwise:
66
+
67
+ [p. 4 | section: 3.1 Preliminaries | type: Equation]
68
+ R(\tau) = \begin{cases} 1 & \text{if } a_{\text{gold}} \subseteq a_{\text{pred}}, \\ 0 & \text{otherwise.} \end{cases} (4)
69
+
70
+ [p. 4 | section: 3.1 Preliminaries | type: Text]
71
+ RL with a Search Engine. Following Jin et al. (2025b), we explicitly model the search engine, denoted as S, as part of the environment. The policy LLM \pi_{\theta} learns to generate trajectories by interleaving reasoning with calls to S. The overall optimization problem is to find a policy that maximizes the expected reward, regularized by a KL divergence term to prevent large deviations from a reference policy \pi_{\text{ref}} :
72
+
73
+ [p. 4 | section: 3.1 Preliminaries | type: Equation]
74
+ \max_{\pi_{\theta}} \mathbb{E}_{x \sim \mathcal{D}, y \sim \pi_{\theta}(\cdot | x; \mathcal{S})} \left[ R(x, y) \right] - \beta D_{\text{KL}} \left[ \pi_{\theta}(y | x; \mathcal{S}) || \pi_{\text{ref}}(y | x; \mathcal{S}) \right]. \tag{5}
75
+
76
+ [p. 4 | section: 3.1 Preliminaries | type: Text]
77
+ Here, y \sim \pi_{\theta}(\cdot|x; \mathcal{S}) signifies that the trajectory y is generated through a multi-step process involving both the policy's token generation and the information returned by the search engine \mathcal{S} .
78
+
79
+ [p. 5 | section: 3.1 Preliminaries | type: Text]
80
+ Motivation for DSPO. While frameworks like Search-R1 (Jin et al., 2025b) have successfully framed agentic search as an RL problem, applying conventional algorithms like PPO or GRPO faces significant hurdles. The open-ended nature of the search environment exacerbates the instability of token-level optimization. A core issue is the fundamental mismatch between the unit of sequence-level reward assignment and the unit of token-level optimization (Zheng et al., 2025). This discrepancy leads to high-variance gradient estimates that accumulate over long trajectories, often culminating in policy collapse. Furthermore, the sparse binary reward signal means many training batches may contain only successful or only unsuccessful trajectories, yielding abnormal advantage and thus providing no learning signal, which drastically reduces sample efficiency (Yu et al., 2025; Liu et al., 2025). DSPO is designed to directly counteract these two critical failure modes.
81
+
82
+ [p. 5 | section: 3.2 Dynamic-filter Sequence-Level Policy Optimization | type: Text]
83
+ DSPO introduces two key innovations over prior methods: (1) it performs policy optimization at the sequence level, aligning the training objective with the trajectory-based reward structure, and (2) it incorporates a dynamic filtering mechanism to ensure every training batch provides a high-quality, non-zero learning signal. The entire training process, which integrates these components, is depicted in Figure 1.
84
+
85
+ [p. 5 | section: 3.2.1 Sequence-Level Policy Optimization for Enhanced Stability | type: Text]
86
+ Inspired by GSPO (Zheng et al., 2025), we replace the unstable token-level importance ratio with a theoretically grounded sequence-level counterpart. The sequence-level importance ratio s_i(\theta) for a response y_i is defined as the geometric mean of its token-level ratios:
87
+
88
+ [p. 5 | section: 3.2.1 Sequence-Level Policy Optimization for Enhanced Stability | type: Equation]
89
+ s_{i}(\theta) = \left(\frac{\pi_{\theta}(y_{i}|x)}{\pi_{\theta_{\text{old}}}(y_{i}|x)}\right)^{\frac{1}{|y_{i}|}} = \exp\left(\frac{1}{|y_{i}|} \sum_{t=1}^{|y_{i}|} \log \frac{\pi_{\theta}(y_{i,t}|x, y_{i, < t})}{\pi_{\theta_{\text{old}}}(y_{i,t}|x, y_{i, < t})}\right). (6)
90
+
91
+ [p. 5 | section: 3.2.1 Sequence-Level Policy Optimization for Enhanced Stability | type: Text]
92
+ This length normalization is crucial for reducing variance and ensuring that s_i(\theta) remains within a consistent numerical range regardless of sequence length, which is vital for stable clipping.
93
+
94
+ [p. 5 | section: 3.2.1 Sequence-Level Policy Optimization for Enhanced Stability | type: Text]
95
+ Gradient Analysis. The gradient analysis below shows why DSPO enhances the stability. The gradient of the token-level GRPO objective (unclipped) scales each token's log-probability gradient by a noisy, token-specific weight r_{i,t}(\theta) . In contrast, the gradient of our sequence-level objective scales the average log-probability gradient of the entire sequence by a single, more stable sequence-level weight s_i(\theta) :
96
+
97
+ [p. 5 | section: 3.2.1 Sequence-Level Policy Optimization for Enhanced Stability | type: Equation]
98
+ \nabla_{\theta} J_{\text{GRPO}} \propto \mathbb{E} \left[ \hat{A}_i \cdot \sum_{t=1}^{|y_i|} r_{i,t}(\theta) \nabla_{\theta} \log \pi_{\theta}(y_{i,t}| \dots) \right] (7)
99
+
100
+ [p. 5 | section: 3.2.1 Sequence-Level Policy Optimization for Enhanced Stability | type: Equation]
101
+ \nabla_{\theta} J_{\text{DSPO}} \propto \mathbb{E} \left[ \hat{A}_i \cdot s_i(\theta) \cdot \sum_{t=1}^{|y_i|} \nabla_{\theta} \log \pi_{\theta}(y_{i,t}|\dots) \right] (8)
102
+
103
+ [p. 5 | section: 3.2.1 Sequence-Level Policy Optimization for Enhanced Stability | type: Text]
104
+ By applying a single, holistic correction factor to the entire trajectory, DSPO avoids the accumulation of token-level noise that plagues prior methods, leading to fundamentally more stable training. In parallel, the dynamic filtering mechanism guarantees a normal advantage signal \hat{A}_i by constructing training batches from rollout groups that contain both successes and failures, thus preventing wasted samples in sparse-reward environments.
105
+
106
+ [p. 5 | section: 3.2.2 Dynamic Outcome-based Filtering for Efficient Learning | type: Text]
107
+ The sparse binary nature of our reward function poses a challenge for group-based advantage estimation. If all G responses in a group are correct (R=1) or all are incorrect (R=0), the normalized advantage \hat{A}_i becomes zero or undefined. Such batches do not provide a useful gradient signal, wasting computational resources.
108
+
109
+ [p. 6 | section: 3.2.2 Dynamic Outcome-based Filtering for Efficient Learning | type: Text]
110
+ 292293
111
+
112
+ [p. 6 | section: 3.2.2 Dynamic Outcome-based Filtering for Efficient Learning | type: Text]
113
+ 295296
114
+
115
+ [p. 6 | section: 3.2.2 Dynamic Outcome-based Filtering for Efficient Learning | type: Text]
116
+ 298299
117
+
118
+ [p. 6 | section: 3.2.2 Dynamic Outcome-based Filtering for Efficient Learning | type: Text]
119
+ 312313314
120
+
121
+ [p. 6 | section: Algorithm 1 Dynamic-filter Sequence-level Policy Optimization (DSPO) | type: Code]
122
+ 1: Input: Initial policy \pi_{\theta_0}, fixed reference policy \pi_{\text{ref}}, prompt dataset \mathcal{D}, group size G, batch size 272 B, search tool \mathcal{R}. 273 2: Initialize policy \pi_{\theta} \leftarrow \pi_{\theta_0}. 274 3: for each training step do 275 4: \pi_{\theta_{\text{old}}} \leftarrow \pi_{\theta}. 276 5: Initialize training buffer \mathcal{B} \leftarrow \emptyset. 277 while |\mathcal{B}| < B do 6: 278 7: Sample a prompt x \sim \mathcal{D}. Generate a group of G trajectories \{y_i\}_{i=1}^G using \pi_{\theta_{\text{old}}} and the search tool \mathcal{R}. 8: 279 Compute terminal rewards \{R_i\}_{i=1}^G = \{\text{ContainsAnswer}(y_i, y_{\text{gold}})\}_{i=1}^G. 9: 280 if 0 < \sum_{i=1}^{G} R_i < G then Add (x, \{y_i\}_{i=1}^{G}, \{R_i\}_{i=1}^{G}) to \mathcal{B}. ▷ Dynamic outcome-based filtering 281 10: 12: 284 13: end while for each (x, \{y_i\}, \{R_i\}) in \mathcal{B} do 14: 285 15: Compute advantages \{\hat{A}_i\}_{i=1}^G via group normalization of \{R_i\}. Compute sequence-level importance ratios \{s_i(\theta)\}_{i=1}^G using Eq. 6. 287 16: Compute the DSPO loss for the group using Eq. 11, applying masks to retrieved tokens. 17: 18: 289 19: Update policy parameters \theta by taking a gradient step on the total loss from \mathcal{B}. 290 20: end for 291
123
+
124
+ [p. 6 | section: Algorithm 1 Dynamic-filter Sequence-level Policy Optimization (DSPO) | type: Text]
125
+ To overcome this, DSPO incorporates a dynamic filtering mechanism inspired by DAPO (Yu et al., 2025). During sampling, we only retain groups of trajectories that contain a mix of successful and unsuccessful outcomes. A group \{y_i\}_{i=1}^G is used for training only if its rewards \{R_i\}_{i=1}^G satisfy:
126
+
127
+ [p. 6 | section: Algorithm 1 Dynamic-filter Sequence-level Policy Optimization (DSPO) | type: Equation]
128
+ 0 < \sum_{i=1}^{G} R_i < G. (9)
129
+
130
+ [p. 6 | section: Algorithm 1 Dynamic-filter Sequence-level Policy Optimization (DSPO) | type: Text]
131
+ This ensures that the reward variance within every training group is non-zero, guaranteeing a meaningful advantage signal. This dynamic selection curates a high-quality dataset for each policy update, transforming a sparse reward problem into a dense and efficient learning signal.
132
+
133
+ [p. 6 | section: 3.3 THE DSPO OBJECTIVE AND TRAINING ALGORITHM | type: Text]
134
+ By integrating these components, we arrive at the final DSPO objective. For each valid group from the filtered sample space \mathcal{D}_{\text{filtered}} , we compute the advantage \hat{A}_i using group-relative normalization:
135
+
136
+ [p. 6 | section: 3.3 THE DSPO OBJECTIVE AND TRAINING ALGORITHM | type: Equation]
137
+ \hat{A}_i = \frac{R_i - \text{mean}(R)}{\text{std}(R) + \delta},\tag{10}
138
+
139
+ [p. 6 | section: 3.3 THE DSPO OBJECTIVE AND TRAINING ALGORITHM | type: Text]
140
+ where \delta is a small constant for numerical stability. The policy \pi_{\theta} is updated by maximizing (we omit the KL divergence term to simplify the presentation of the core objective form):
141
+
142
+ [p. 6 | section: 3.3 THE DSPO OBJECTIVE AND TRAINING ALGORITHM | type: Equation]
143
+ J_{\text{DSPO}}(\theta) = \mathbb{E}_{(x,\{y_i\}) \in \mathcal{D}_{\text{filtered}}} \left[ \frac{1}{G} \sum_{i=1}^{G} \min \left( s_i(\theta) \hat{A}_i, \text{clip}(s_i(\theta), 1 - \epsilon_{\text{low}}, 1 + \epsilon_{\text{high}}) \hat{A}_i \right) \right], \quad (11)
144
+
145
+ [p. 6 | section: 3.3 THE DSPO OBJECTIVE AND TRAINING ALGORITHM | type: Text]
146
+ where s_i is the sequence-level importance ration defined as the geometric mean of the token-level ratios. We use the decoupled clip for better exploration of the policy(Yu et al., 2025). Crucially, during likelihood calculation, we apply loss masking to all tokens retrieved from the search tool following Jin et al. (2025b). This ensures the model learns to utilize external knowledge for reasoning, not simply to reproduce it. The full training process is detailed in Algorithm 1.
147
+
148
+ [p. 6 | section: 4 EXPERIMENTS | type: Text]
149
+ In this section, we conduct a series of experiments to empirically validate the effectiveness of our proposed Dynamic-filter Sequence-level Policy Optimization (DSPO) algorithm. Our primary
150
+
151
+ [p. 7 | section: 4 EXPERIMENTS | type: FigureGroup]
152
+ Figure 2: Validation performance of DSPO across seven benchmarks during training. The steady, monotonic increase in accuracy confirms that DSPO's reward improvement translates directly to enhanced generalization and that our method learns a robust search-and-reasoning policy.
153
+
154
+ [p. 7 | section: 4 EXPERIMENTS | type: FigureGroup]
155
+ Figure 3: Training reward dynamics of DSPO and its ablations. Comparative view of learning curves. DSPO (red) demonstrates stable and monotonic improvement. In contrast, token-level variants (green, blue) suffer catastrophic policy collapse, while the sequence-level variant without our filter (purple) plateaus at a suboptimal level.
156
+
157
+ [p. 7 | section: 4 EXPERIMENTS | type: Text]
158
+ objectives are to demonstrate that DSPO: (1) achieves exceptional performance on challenging question-answering benchmarks; (2) exhibits significantly enhanced training stability, avoiding the catastrophic collapse that plagues baseline methods; and (3) derives its performance gains from the synergistic combination of its core components.
159
+
160
+ [p. 7 | section: 4.1 EXPERIMENTAL SETUP | type: Text]
161
+ Prompt Template. Following Search-R1 (Jin et al., 2025b), As shown in Table 1, we use the prompt template to instruct the model's actions during the search task, including <think>, <tool_call> and <answer>.
162
+
163
+ [p. 7 | section: 4.1 EXPERIMENTAL SETUP | type: Text]
164
+ Benchmarks and Baselines. To provide a rigorous evaluation, our experimental design adheres to the established protocol of Search-R1 (Jin et al., 2025b). We train our model on a composite dataset containing the training splits of Natural Questions (NQ) (Kwiatkowski et al., 2019) and HotpotQA (Yang et al., 2018). We then assess its generalization capabilities on the test sets of seven diverse QA benchmarks: NQ, TriviaQA (Joshi et al., 2017), PopQA (Mallen et al., 2022),
165
+
166
+ [p. 8 | section: 4.1 EXPERIMENTAL SETUP | type: Text]
167
+ Prompt Template. Answer the given question. You must conduct reasoning inside <think> and </think> . first every time you get new information. After reasoning, if you find you lack some knowledge, you can call a search engine by <tool call> query </tool call> and it will return the top searched results between <tool response> and </tool response> . You can search as many times as your want. If you find no further external knowledge needed, you can directly provide the answer inside <answer> and </answer> , without detailed illustrations. For example, <answer> Beijing </answer> . Question: ...
168
+
169
+ [p. 8 | section: 4.1 EXPERIMENTAL SETUP | type: Caption]
170
+ Table 1: The prompt template used in our experiments.
171
+
172
+ [p. 8 | section: 4.1 EXPERIMENTAL SETUP | type: Text]
173
+ HotpotQA, 2WikiMultiHopQA (Ho et al., 2020) , Musique (Trivedi et al., 2022) , and Bamboogle (Press et al., 2022) .
174
+
175
+ [p. 8 | section: 4.1 EXPERIMENTAL SETUP | type: Text]
176
+ Our comparison suite includes strong external baselines and critical internal ablations. External baselines are the Qwen2.5-7B and 14B models trained with PPO and GRPO from the Search-R1 framework (Jin et al., 2025b; a) . To deconstruct our method, we also include two internal baselines as ablations: (1) DSPO w/o dynamic filter, which is equivalent to GSPO (Zheng et al., 2025) , and (2) DSPO w/o sequence-level opt., which reverts to a strong token-level policy, DAPO (Yu et al., 2025) .
177
+
178
+ [p. 8 | section: 4.1 EXPERIMENTAL SETUP | type: Text]
179
+ For implementation, we used Qwen2.5-7B-Instruct model as the starting checkpoint for all our training. Our experiments are built upon the VeRL framework (Sheng et al., 2025) , for which we adapted the provided search-r1-like example code and scripts to suit our methodology. We benchmark DSPO against a comprehensive suite of baselines. For external comparison, we use the PPO and GRPO methods from the Search-R1 framework (Jin et al., 2025b ;a) . Crucially, as our work utilizes a modified reward function, we retrained these models under our exact experimental conditions to ensure a fair comparison. The results of these retrained models serve as our primary external benchmarks.
180
+
181
+ [p. 8 | section: 4.1 EXPERIMENTAL SETUP | type: Text]
182
+ Implementation and Evaluation. To isolate the benefits of our algorithm, all RL experiments deliberately employ a standard BM25 retriever. This controlled setup ensures that observed performance improvements are directly attributable to the model's learned policy. Across all methods, models are trained using a sparse, binary reward signal based on substring Exact Match (subEM) of the final answer, and subEM serves as the primary evaluation metric.
183
+
184
+ [p. 8 | section: 4.2 MAIN RESULTS AND ABLATION STUDY | type: Text]
185
+ To provide a holistic view of our algorithm's effectiveness, we present a comprehensive comparison in Table 2. Due to the synergistic nature of DSPO's components, we find it most illustrative to present our main results alongside our ablation study. This single table juxtaposes DSPO against both external state-of-the-art baselines and its own ablated variants, offering a clear and direct assessment of its overall superiority and the indispensability of its core components.
186
+
187
+ [p. 8 | section: 4.2 MAIN RESULTS AND ABLATION STUDY | type: Text]
188
+ Comparison with Baselines. The results in Table 2 underscore DSPO's clear superiority. Our DSPO-trained 7B agent achieves a remarkable average score of 0.531, establishing a new stateof-the-art. This represents a 34.1% relative improvement over the same-sized Search-R1 (GRPO, 7B) model. More strikingly, our 7B agent achieves a slightly better average score than the much larger Search-R1 14B models (both GRPO and PPO). This outcome provides strong evidence that the performance gains stem from a more effective and stable learning algorithm rather than an overreliance on model scale.
189
+
190
+ [p. 8 | section: 4.2 MAIN RESULTS AND ABLATION STUDY | type: Text]
191
+ Analysis of Ablations. The ablation results, also presented in Table 2, unequivocally demonstrate that both of DSPO's components are indispensable. First, removing the dynamic filter ('w/o dynamic filter', i.e., GSPO) causes a catastrophic drop in performance, with the average score plummeting to 0.313. This highlights its critical role; without the filter, the sequence-level objective is starved of a useful learning signal due to homogeneous-reward batches. Second, ablating sequence-level optimization ('w/o sequence-level opt.', i.e., DAPO) also leads to a significant performance degradation, yielding an average score of 0.406. While this token-level variant outperforms the filter-less
192
+
193
+ [p. 9 | section: 4.2 MAIN RESULTS AND ABLATION STUDY | type: TableGroup]
194
+ Table 2: Comprehensive comparison of DSPO with baselines and ablation variants on seven QA benchmarks. Baselines include Search-R1 models (7B & 14B) trained with GRPO and PPO (Jin et al., 2025b ;a) . Ablations remove key components: 'w/o dynamic filter' and 'w/o seq-level opt.'. Original EM scores from Search-R1 are in parentheses. To maintain the consistency of evaluation, we retrained and evaluated them using our adjusted rewards. Best results are in bold; second-best are underlined. Dataset Search-R1 DSPO & Ablations (Ours, 7B) GRPO (7B) PPO (7B) GRPO (14B) PPO (14B) w/o dyn. filter w/o seq-lvl opt. DSPO NQ 0.423 (0.429) (0.393) 0.535 (0.482) (0.424) 0.363 0.470 0.580 TriviaQA 0.658 (0.623) (0.610) 0.760 (0.667) (0.660) 0.515 0.695 0.754 PopQA 0.395 (0.427) (0.397) 0.477 (0.434) (0.442) 0.277 0.430 0.498 HotpotQA 0.401 (0.386) (0.370) 0.563 (0.429) (0.436) 0.330 0.438 0.613 2WikiMultiHopQA 0.357 (0.414) (0.346) 0.611 (0.424) (0.379) 0.285 0.398 0.569 Musique 0.122 (0.162) (0.146) 0.260 (0.191) (0.210) 0.105 0.133 0.270 Bamboogle 0.280 (0.400) (0.368) 0.504 (0.492) (0.480) 0.288 0.280 0.432 Average 0.377 (0.396) (0.385) 0.530 (0.446) (0.433) 0.313 0.406 0.531
195
+
196
+ [p. 9 | section: 4.2 MAIN RESULTS AND ABLATION STUDY | type: Text]
197
+ one, it falls well short of the full DSPO model. As we show in the next section, it is also prone to catastrophic training instability. This confirms that the synergy is crucial: sequence-level updates are essential for stability, while our dynamic filter is critical for transforming sparse rewards into an efficient learning signal.
198
+
199
+ [p. 9 | section: 4.2 MAIN RESULTS AND ABLATION STUDY | type: Text]
200
+ Beyond quantitative metrics, we observe that DSPO enables sophisticated search behaviors, including recognize irrelevant results, query reformulation and multi-turn verification (see Appendix A.2 for detailed trajectory examples). All of these behaviors are emerging from pure RL training through DSPO.
201
+
202
+ [p. 9 | section: 4.3 ANALYSIS OF TRAINING DYNAMICS | type: Text]
203
+ To empirically validate our claims regarding stability and efficiency, we analyze the training reward dynamics of DSPO, its ablations, and key baselines. Figure 3 offers a compelling visualization of these dynamics, reinforcing our core architectural choices.
204
+
205
+ [p. 9 | section: 4.3 ANALYSIS OF TRAINING DYNAMICS | type: Text]
206
+ DSPO (red) exhibits a smooth, monotonic ascent, efficiently converging to the highest reward level. This trajectory empirically confirms the stability afforded by its sequence-level objective. In stark contrast, the token-level methods—DSPO w/o Seq-level Opt. (green) and vanilla GRPO (blue)—suffer from catastrophic policy collapse early in training. Their rewards plummet after a brief initial improvement, a clear manifestation of the instability caused by high-variance, tokenlevel gradient updates. Meanwhile, DSPO w/o Dynamic Filter (purple), which leverages sequencelevel updates but lacks an efficient learning signal, remains stable but plateaus at a significantly suboptimal performance ceiling. These dynamics reveal that DSPO's synergy of sequence-level stability and dynamic filtering is key to its robust and effective policy optimization.
207
+
208
+ [p. 9 | section: 4.3 ANALYSIS OF TRAINING DYNAMICS | type: Text]
209
+ To ensure these improvements in training reward translate to genuine generalization rather than reward hacking, we track validation performance on key benchmarks throughout training. As illustrated in Figure 2, DSPO's validation accuracy on NQ, HotpotQA, and other diverse benchmarks rises consistently, mirroring its stable reward curve. This correlation confirms that the agent is learning a generalizable search-and-reasoning policy.
210
+
211
+ [p. 9 | section: 4.4 SCALABILITY AND GENERALIZATION ANALYSIS | type: Text]
212
+ To further validate the robustness of our approach, we extend our evaluation to explore model scalability and domain generalization.
213
+
214
+ [p. 9 | section: 4.4 SCALABILITY AND GENERALIZATION ANALYSIS | type: Text]
215
+ Scalability to Larger Models. We investigate whether the stability benefits of DSPO translate to larger parameter scales by training Qwen2.5-14B-Instruct. As detailed in Table 3, DSPO demonstrates remarkable scalability. The DSPO-trained 14B model achieves an average accuracy of 60.6%,
216
+
217
+ [p. 10 | section: 4.4 SCALABILITY AND GENERALIZATION ANALYSIS | type: Text]
218
+ significantly outperforming the strong GRPO-14B baseline (53.0%) by a relative margin of 14.3%. These results confirm that our method effectively leverages increased model capacity, establishing an outperforming performance that consistently exceeds standard baselines.
219
+
220
+ [p. 10 | section: 4.4 SCALABILITY AND GENERALIZATION ANALYSIS | type: TableGroup]
221
+ Table 3: Scalability analysis on Qwen2.5-14B-Instruct. Best results are in bold. Dataset Instruct (14B) GRPO (14B) DSPO (7B) DSPO (14B) Gain NQ 0.345 0.535 0.580 0.629 +17.6% HotpotQA 0.407 0.563 0.613 0.665 +18.1% 2WikiMQA 0.332 0.611 0.569 0.699 +14.4% Bamboogle 0.328 0.504 0.432 0.544 +7.9% PopQA 0.364 0.477 0.498 0.545 +14.3% TriviaQA 0.643 0.760 0.754 0.802 +5.5% Musique 0.151 0.260 0.270 0.361 +38.8% Average 0.367 0.530 0.531 0.606 +14.3%
222
+
223
+ [p. 10 | section: 4.4 SCALABILITY AND GENERALIZATION ANALYSIS | type: Text]
224
+ Generalization to Mathematical Reasoning. We further assess the universality of DSPO by applying it to single-turn mathematical reasoning tasks using the Qwen2.5 and Qwen3 model family. Table 4 presents the comparison on Math500 and Olympiad-Bench. DSPO consistently surpasses GRPO across both 7B and 4B model sizes. This indicates that DSPO are effective for general reasoning domains.
225
+
226
+ [p. 10 | section: 4.4 SCALABILITY AND GENERALIZATION ANALYSIS | type: TableGroup]
227
+ Table 4: Generalization to mathematical reasoning. Best results are in bold. Model Benchmark Steps GRPO DSPO Gain Qwen2.5-Math-7B Math500 200 0.772 0.798 +2.6% Qwen3-4B Olympiad-Bench 100 0.728 0.755 +2.7%
228
+
229
+ [p. 10 | section: 5 CONCLUSION | type: Text]
230
+ In this work, we tackled the critical instability and sample inefficiency issues that plague RL for autonomous LLM search agents. We introduced Dynamic-filter Sequence-level Policy Optimization (DSPO), an improved algorithm that ensures robust training through two key components: sequence-level optimization to prevent catastrophic policy collapse, and a dynamic outcome-based filter to transform sparse rewards into a consistently effective learning signal. Our experiments demonstrated that DSPO not only achieves substantial performance across a suite of challenging question-answering benchmarks but also exhibits superior training stability compared to prior methods.
231
+
232
+ [p. 10 | section: 5 CONCLUSION | type: Text]
233
+ By enabling robust training from environmental feedback alone, DSPO establishes a practical and efficient blueprint for creating capable LLM agents without costly expert data. With this stable foundation, future work can confidently explore integrating advanced retrievers or extending DSPO to complex, multi-tool tasks. Furthermore, since the challenges of sparse rewards and unstable policy gradients are not unique to search, we hypothesize that DSPO's principles will yield similar performance and stability gains in other domains such as mathematics and code generation, which remains a promising direction for future validation. We believe the core tenets of DSPO—matching the optimization unit to the reward signal and guaranteeing signal density—will be instrumental in developing the next generation of autonomous AI.
iclr26/1G34S0m9Sd/paper.blocks.json ADDED
The diff for this file is too large to render. See raw diff
 
iclr26/1G34S0m9Sd/paper.md ADDED
@@ -0,0 +1,503 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+
3
+ {0}------------------------------------------------
4
+
5
+ # DSPO: STABLE AND EFFICIENT POLICY OPTIMIZA-TION FOR AGENTIC SEARCH AND REASONING
6
+
7
+ Anonymous authors Paper under double-blind review
8
+
9
+ **000**
10
+
11
+ **003 004**
12
+
13
+ **006**
14
+
15
+ **024**
16
+
17
+ **028 029 030**
18
+
19
+ **052 053**
20
+
21
+ # ABSTRACT
22
+
23
+ Enhancing LLMs with the ability to actively search external knowledge is crucial for complex and real-world tasks. Current approaches either rely on prompting to elicit the model's innate agent capabilities, or suffer from performance ceilings and collapse when applying RL to complex interactive tasks, leaving their true agentic potential untapped. To address this, we introduce Dynamic-filter Sequence-level Policy Optimization (DSPO), an improved RL algorithm designed for robust agent training through sequence-level optimization and dynamic sample filtering. We train our model purely through RL to interleave multi-turn search and reasoning, obviating the need for supervised demonstration data. Across multiple QA benchmarks, our DSPO-trained 7B model improves over a comparable previous work by 34.1%, and even outperforms the 14B model from previous work in complex multihop QA such as HotpotQA by nearly 9% relative, maintaining exceptional training stability.
24
+
25
+ ## 1 INTRODUCTION
26
+
27
+ Large Language Models (LLMs) [\(Brown et al.,](#page-10-0) [2020;](#page-10-0) [Touvron et al.,](#page-11-0) [2023;](#page-11-0) [Zhao et al.,](#page-12-0) [2023\)](#page-12-0) have demonstrated exceptional performance across a spectrum of specialized tasks, including math [\(Shao](#page-11-1) [et al.,](#page-11-1) [2024;](#page-11-1) [Trinh et al.,](#page-11-2) [2024;](#page-11-2) [Yu et al.,](#page-12-1) [2025\)](#page-12-1), coding [\(Zheng et al.,](#page-12-2) [2023;](#page-12-2) [Yang et al.,](#page-12-3) [2024\)](#page-12-3), and creative writing [\(Chakrabarty et al.,](#page-10-1) [2024;](#page-10-1) [Marco et al.,](#page-11-3) [2024\)](#page-11-3). However, a fundamental limitation persists: their knowledge is inherently static, confined to the data on which they were trained. To overcome this knowledge cutoff, a dominant approach is to equip LLMs with search capabilities, transforming them into agents that can actively query external knowledge sources [\(Jin et al.,](#page-10-2) [2025b\)](#page-10-2). This ability is a prime example of tool-calling [\(Schick et al.,](#page-11-4) [2023\)](#page-11-4), where the model learns to interact with an external search tool to solve problems it cannot answer alone. Mastering this skill requires learning a complex, multi-step policy, framing the task as a sequential decision-making problem ideal for Reinforcement Learning (RL).
28
+
29
+ Unlike Supervised Fine-Tuning (SFT), which relies on costly static demonstrations and fails to teach exploration, RL provides a framework for LLMs to learn effective policies through trial-anderror [\(Chu et al.,](#page-10-3) [2025\)](#page-10-3). Consequently, value-free methods like Group Relative Policy Optimization (GRPO) [\(Shao et al.,](#page-11-1) [2024\)](#page-11-1) have become a dominant paradigm, prized for their simplicity and reduced memory overhead. However, despite its success in more constrained tasks, applying GRPO to the open-ended domain of interactive search reveals critical instabilities [\(Jin et al.,](#page-10-2) [2025b;](#page-10-2) [Yu et al.,](#page-12-1) [2025;](#page-12-1) [Cui et al.,](#page-10-4) [2025;](#page-10-4) [Liu et al.,](#page-10-5) [2025\)](#page-10-5). This fragility stems from two fundamental flaws. First, as identified by [Zheng et al.](#page-12-4) [\(2025\)](#page-12-4), GRPO's token-level objective is ill-posed when paired with a sequence-level reward, creating high-variance gradients that destabilize training. Second, the sparse rewards inherent to search tasks often yield sample groups with homogeneous outcomes (e.g., all successes or all failures), causing the advantage signal to collapse and providing no learning signal, which severely hinders sample efficiency [\(Yu et al.,](#page-12-1) [2025;](#page-12-1) [Liu et al.,](#page-10-5) [2025\)](#page-10-5).
30
+
31
+ To address these core challenges of instability and inefficient learning, we introduce Dynamic-filter Sequence-level Policy Optimization (DSPO). Our algorithm synthesizes and refines key principles from recent policy optimization research. DSPO adopts the sequence-level optimization from GSPO [\(Zheng et al.,](#page-12-4) [2025\)](#page-12-4) to match the unit of optimization with the unit of reward. This aligns the optimization objective with the reward signal, fundamentally stabilizing the learning process for long-horizon reasoning tasks. Furthermore, DSPO incorporates a dynamic outcome-based filtering
32
+
33
+ {1}------------------------------------------------
34
+
35
+ <span id="page-1-0"></span>![](_page_1_Figure_1.jpeg)
36
+
37
+ Figure 1: An overview of the DSPO training loop. For a given query, the policy model generates a group of G trajectories by interacting with the search environment. Each trajectory is assigned a sparse terminal reward. The **dynamic filter** discards groups with homogeneous outcomes and keep sampling until a batch is filled, ensuring that every training batch provides a effective advantage signal. Advantages are computed and used to update the policy model via sequence-level objective.
38
+
39
+ mechanism inspired by DAPO (Yu et al., 2025). This component actively constructs training batches from rollout groups containing both successful and unsuccessful outcomes for each prompt. It guarantees the advantage signal $\hat{A}_i$ to be effective and stable. By integrating these two components into a single, coherent framework, DSPO provides a stable and high-performance algorithm designed for complex, multi-turn search and reasoning tasks. Our model achieves a **34.1% relative improvement** over a leading 7B baseline (Jin et al., 2025b) and even surpasses its 14B counterpart (Jin et al., 2025a) on complex multi-hop benchmarks like HotpotQA, outperforming it by **nearly 9% relative** (0.613 vs. 0.563).
40
+
41
+ In summary, our main contributions are as follows:
42
+
43
+ - We propose DSPO, an improved RL algorithm that overcomes the core instability and sample-inefficiency issues in training agentic search models. It achieves this by unifying two key principles into a single cohesive framework: sequence-level optimization for robust policy updates and dynamic outcome-based filtering for a dense and effective learning signal.
44
+ - We demonstrate DSPO's substantial performance gains through rigorous benchmarking.
45
+ Our 7B model achieves a 34.1% relative improvement over a comparable 7B baseline and, more strikingly, outperforms its 14B counterpart on complex multi-hop QA, achieving a nearly 9% relative gain on HotpotQA (0.613 vs. 0.563).
46
+ - We provide extensive empirical evidence for DSPO's superior training stability, showing it\nenables a stable learning trajectory. Crucially, the results are achieved using only a basic
47
+ BM25 retriever, isolating the performance gains to the robustness of our algorithm.
48
+
49
+ #### 2 Related Work
50
+
51
+ #### 2.1 RL FOR LLMS
52
+
53
+ The landscape of RL for LLMs has evolved rapidly, moving from foundational Reinforcement Learning from Human Feedback (RLHF) methods that use PPO and explicit reward models (Ouyang et al., 2022; Christiano et al., 2017; Schulman et al., 2017) to simpler, direct-optimization frameworks like DPO (Rafailov et al., 2023). A key shift towards value-free optimization is marked by Group Relative Policy Optimization (GRPO) (Shao et al., 2024), which simplifies training by deriving a reward signal from group statistics. However, GRPO's token-level objective is known to cause training instability (Liu et al., 2025; Cui et al., 2025), prompting several targeted improvements. GSPO addresses this by shifting to a sequence-level objective to match the unit of reward (Zheng et al., 2025), while DAPO tackles inefficient learning from sparse rewards with a dynamic outcome-based sampling mechanism (Yu et al., 2025). In a similar vein, GMPO stabilizes the token-level objective using a geometric-mean aggregation to reduce sensitivity to outliers (Zhao et al., 2025).
54
+
55
+ {2}------------------------------------------------
56
+
57
+ Despite these advances, we observed these algorithms still face challenges like training collapse or performance bottlenecks in our experiments. Building upon the aforementioned research, we propose our improved algorithm, synthesizing the principles of sequence-level optimization and dynamic filtering and filling into a unified algorithm to overcome the unique challenges of training autonomous search agents.
58
+
59
+ #### 2.2 LLMs with Agentic Retrieval
60
+
61
+ To mitigate the static knowledge limitations of LLMs, RAG integrates external retrievers to dynamically incorporate evolving information (Lewis et al., 2020; Gao et al., 2023). Classic RAG frameworks employ dense retrievers to fetch relevant documents, which are then concatenated into the LLM's input for generation (Karpukhin et al., 2020). However, these approaches often rely on fixed pipelines, limiting autonomy in complex, multi-turn scenarios. Recently, research has evolved toward agentic paradigms, where LLMs act as autonomous agents capable of planning, searching, and reasoning iteratively. Frameworks like ReAct synergize reasoning and acting, enabling LLMs to interact with tools for tasks such as web navigation (Yao et al., 2023), while multi-agent systems, including AutoGen, facilitate collaborative workflows (Wu et al., 2024). Recent innovations emphasize agentic RAG and RL integration, where agents enhance retrieval through decision-making. Wu et al. (2025) introduce Agentic Reasoning, a framework integrating external tools for streamlined LLM reasoning. Some RL-integrated approaches (Jin et al., 2025b; Chen et al., 2025; Song et al., 2025) train LLMs to interleave reasoning and search using purely RL. The end-to-end paradigm internalizes agent capabilities and can avoid the engineering overhead of multi-agent frameworks. However, these methods still grapple with the training instability and performance limitation to the open-ended search domain. Our work directly confronts these bottlenecks. DSPO provides a robust and efficient training framework that ensures stable policy optimization, enabling LLMs to learn effective multi-turn search strategies.
62
+
63
+ #### 3 METHODOLOGY
64
+
65
+ In this section, we first formulate the task of agentic search as a RL problem and review prior policy optimization algorithms, highlighting their limitations in this context. We then introduce our proposed algorithm, **D**ynamic-filter **S**equence-level **P**olicy **O**ptimization (DSPO), detailing its core components for training stability and training efficiency. Finally, we present the integrated training algorithm.
66
+
67
+ #### 3.1 Preliminaries
68
+
69
+ **Policy Gradient Methods for LLMs.** Training LLMs via RL often employs policy gradient methods like PPO (Schulman et al., 2017), a popular algorithm for LLM alignment. It optimizes a policy $\pi_{\theta}$ by maximizing a clipped surrogate objective function using samples from an old policy $\pi_{\theta_{\text{old}}}$ . The objective, averaged over tokens, is given by:
70
+
71
+ $$J_{\text{PPO}}(\theta) = \mathbb{E}_{x \sim \mathcal{D}, y \sim \pi_{\theta_{\text{old}}}(\cdot \mid x)} \left[ \frac{1}{|y|} \sum_{t=1}^{|y|} \min \left( r_t(\theta) \hat{A}_t, \text{clip}\left(r_t(\theta), 1 - \epsilon, 1 + \epsilon\right) \hat{A}_t \right) \right], \quad (1)$$
72
+
73
+ where $r_t(\theta) = \frac{\pi_{\theta}(y_t|x,y_{< t})}{\pi_{\theta_{\text{old}}}(y_t|x,y_{< t})}$ is the token-level importance ratio. However, PPO relies on a separately trained value model to estimate token-level advantages $\hat{A}_t$ via Generalized Advantage Estimation (GAE) (Schulman et al., 2015), introducing significant memory overhead and can be a source of instability.
74
+
75
+ To address this, GRPO (Shao et al., 2024) was proposed. GRPO eliminates the need for a value model by sampling a group of G responses $\{y_i\}_{i=1}^G$ for a given prompt x. It then calculates the advantage of each response by normalizing its reward against the group's statistics. Like PPO, it optimizes the objective at the token level:
76
+
77
+ {3}------------------------------------------------
78
+
79
+ $$\begin{split} J_{\text{GRPO}}(\theta) &= \mathbb{E}_{x \sim \mathcal{D}, \{y_i\}_{i=1}^G \sim \pi_{\theta_{\text{old}}}(\cdot|x)} \\ & \left[ \frac{1}{G} \sum_{i=1}^G \frac{1}{|y_i|} \sum_{t=1}^{|y_i|} \min\left(r_{i,t}(\theta) \hat{A}_i, \text{clip}(r_{i,t}(\theta), 1-\epsilon, 1+\epsilon) \hat{A}_i\right) - \beta D_{KL}(\pi_{\theta}||\pi_{\text{ref}}) \right], \end{split}$$
80
+
81
+ where $r_{i,t}(\theta) = \frac{\pi_{\theta}(y_{i,t}|x,y_{i,< t})}{\pi_{\theta_{\text{old}}}(y_{i,t}|x,y_{i,< t})}$ , and the advantage for every token $y_{i,t}$ in a response $y_i$ is set to the same sequence-level value:
82
+
83
+ $$\hat{A}_{i,t} = \hat{A}_i = \frac{R_i - \text{mean}(R)}{\text{std}(R)},\tag{3}$$
84
+
85
+ Crucially, all tokens within a given response $y_i$ share the same advantage $\hat{A}_i$ , which is derived from the sequence-level reward.
86
+
87
+ **Agentic Search as a Markov Decision Process.** We model the iterative process of agentic search and reasoning as a sequential decision-making problem, formalized as a discrete-time, finite-horizon Markov Decision Process (MDP).
88
+
89
+ - State $(s_t)$ : At turn t, the state $s_t$ encodes the entire interaction history: the initial question q, all previously generated thoughts and search queries, and the retrieved evidence returned by the environment. Because search results must be interpreted and integrated into subsequent decisions, the state necessarily grows with the trajectory, creating long-horizon dependencies that conventional token-level RL struggles to optimize.
90
+ - Action $(a_t)$ : An action is a full textual segment generated by the policy $\pi_{\theta}$ , consisting of free-form reasoning followed by a decision. The action terminates either with a </tool\_call> token, which triggers a search, putting the results within </tool\_response>, or with a </answer> token, which ends the trajectory. This structured action space forces the agent to learn not only *what* to generate but also *when* to search—an aspect that introduces significant variability in trajectory length.
91
+ - **Policy** $(\pi_{\theta})$ : The policy $\pi_{\theta}$ is the underlying LLM, generating tokens autoregressively conditioned on the state. The policy conditions on the full history, but the optimization target is calculated only on the model-generated thoughts and actions, masking out the retrieved content from the environment (Jin et al., 2025b). Optimizing this policy requires credit assignment over long sequences in which many intermediate reasoning steps do not receive direct supervision or reward, further emphasizing the need for stable sequence-level optimization.
92
+ - Trajectory $(\tau)$ : A trajectory $\tau=(s_1,a_1,\ldots,s_T,a_T)$ records all reasoning and tool interactions taken for a given question, including both model-generated actions and environment-returned search results. Because the final reward is assigned at the level of the entire trajectory, the optimization problem is fundamentally sequence-level: every early decision can influence the eventual answer correctness.
93
+ - **Reward** $(R(\tau))$ : We employ a sparse terminal reward: a trajectory receives R=1 if the final answer contains the ground-truth text, and R=0 otherwise:
94
+
95
+ $$R(\tau) = \begin{cases} 1 & \text{if } a_{\text{gold}} \subseteq a_{\text{pred}}, \\ 0 & \text{otherwise.} \end{cases}$$
96
+ (4)
97
+
98
+ **RL** with a Search Engine. Following Jin et al. (2025b), we explicitly model the search engine, denoted as S, as part of the environment. The policy LLM $\pi_{\theta}$ learns to generate trajectories by interleaving reasoning with calls to S. The overall optimization problem is to find a policy that maximizes the expected reward, regularized by a KL divergence term to prevent large deviations from a reference policy $\pi_{\text{ref}}$ :
99
+
100
+ $$\max_{\pi_{\theta}} \mathbb{E}_{x \sim \mathcal{D}, y \sim \pi_{\theta}(\cdot | x; \mathcal{S})} \left[ R(x, y) \right] - \beta D_{\text{KL}} \left[ \pi_{\theta}(y | x; \mathcal{S}) || \pi_{\text{ref}}(y | x; \mathcal{S}) \right]. \tag{5}$$
101
+
102
+ Here, $y \sim \pi_{\theta}(\cdot|x; \mathcal{S})$ signifies that the trajectory y is generated through a multi-step process involving both the policy's token generation and the information returned by the search engine $\mathcal{S}$ .
103
+
104
+ {4}------------------------------------------------
105
+
106
+ Motivation for DSPO. While frameworks like Search-R1 (Jin et al., 2025b) have successfully framed agentic search as an RL problem, applying conventional algorithms like PPO or GRPO faces significant hurdles. The open-ended nature of the search environment exacerbates the instability of token-level optimization. A core issue is the fundamental mismatch between the unit of sequence-level reward assignment and the unit of token-level optimization (Zheng et al., 2025). This discrepancy leads to high-variance gradient estimates that accumulate over long trajectories, often culminating in policy collapse. Furthermore, the sparse binary reward signal means many training batches may contain only successful or only unsuccessful trajectories, yielding abnormal advantage and thus providing no learning signal, which drastically reduces sample efficiency (Yu et al., 2025; Liu et al., 2025). DSPO is designed to directly counteract these two critical failure modes.
107
+
108
+ #### 3.2 Dynamic-filter Sequence-Level Policy Optimization
109
+
110
+ DSPO introduces two key innovations over prior methods: (1) it performs policy optimization at the sequence level, aligning the training objective with the trajectory-based reward structure, and (2) it incorporates a dynamic filtering mechanism to ensure every training batch provides a high-quality, non-zero learning signal. The entire training process, which integrates these components, is depicted in Figure 1.
111
+
112
+ #### 3.2.1 Sequence-Level Policy Optimization for Enhanced Stability
113
+
114
+ Inspired by GSPO (Zheng et al., 2025), we replace the unstable token-level importance ratio with a theoretically grounded sequence-level counterpart. The sequence-level importance ratio $s_i(\theta)$ for a response $y_i$ is defined as the geometric mean of its token-level ratios:
115
+
116
+ <span id="page-4-0"></span>
117
+ $$s_{i}(\theta) = \left(\frac{\pi_{\theta}(y_{i}|x)}{\pi_{\theta_{\text{old}}}(y_{i}|x)}\right)^{\frac{1}{|y_{i}|}} = \exp\left(\frac{1}{|y_{i}|} \sum_{t=1}^{|y_{i}|} \log \frac{\pi_{\theta}(y_{i,t}|x, y_{i, < t})}{\pi_{\theta_{\text{old}}}(y_{i,t}|x, y_{i, < t})}\right).$$
118
+ (6)
119
+
120
+ This length normalization is crucial for reducing variance and ensuring that $s_i(\theta)$ remains within a consistent numerical range regardless of sequence length, which is vital for stable clipping.
121
+
122
+ **Gradient Analysis.** The gradient analysis below shows why DSPO enhances the stability. The gradient of the token-level GRPO objective (unclipped) scales each token's log-probability gradient by a noisy, token-specific weight $r_{i,t}(\theta)$ . In contrast, the gradient of our sequence-level objective scales the average log-probability gradient of the entire sequence by a single, more stable sequence-level weight $s_i(\theta)$ :
123
+
124
+ $$\nabla_{\theta} J_{\text{GRPO}} \propto \mathbb{E} \left[ \hat{A}_i \cdot \sum_{t=1}^{|y_i|} r_{i,t}(\theta) \nabla_{\theta} \log \pi_{\theta}(y_{i,t}| \dots) \right]$$
125
+ (7)
126
+
127
+ $$\nabla_{\theta} J_{\text{DSPO}} \propto \mathbb{E} \left[ \hat{A}_i \cdot s_i(\theta) \cdot \sum_{t=1}^{|y_i|} \nabla_{\theta} \log \pi_{\theta}(y_{i,t}|\dots) \right]$$
128
+ (8)
129
+
130
+ By applying a single, holistic correction factor to the entire trajectory, DSPO avoids the accumulation of token-level noise that plagues prior methods, leading to fundamentally more stable training. In parallel, the dynamic filtering mechanism guarantees a normal advantage signal $\hat{A}_i$ by constructing training batches from rollout groups that contain both successes and failures, thus preventing wasted samples in sparse-reward environments.
131
+
132
+ #### 3.2.2 Dynamic Outcome-based Filtering for Efficient Learning
133
+
134
+ The sparse binary nature of our reward function poses a challenge for group-based advantage estimation. If all G responses in a group are correct (R=1) or all are incorrect (R=0), the normalized advantage $\hat{A}_i$ becomes zero or undefined. Such batches do not provide a useful gradient signal, wasting computational resources.
135
+
136
+ {5}------------------------------------------------
137
+
138
+ 271
139
+
140
+ 292293
141
+
142
+ 294
143
+
144
+ 295296
145
+
146
+ 297
147
+
148
+ 298299
149
+
150
+ 301
151
+
152
+ 302
153
+
154
+ 304
155
+
156
+ 306
157
+
158
+ 307
159
+
160
+ 308
161
+
162
+ 310
163
+
164
+ 311
165
+
166
+ 312313314
167
+
168
+ 315
169
+
170
+ 316
171
+
172
+ 317
173
+
174
+ 318
175
+
176
+ 319 320
177
+
178
+ 321 322
179
+
180
+ 323
181
+
182
+ ### <span id="page-5-1"></span>Algorithm 1 Dynamic-filter Sequence-level Policy Optimization (DSPO)
183
+
184
+ ```
185
+ 1: Input: Initial policy \pi_{\theta_0}, fixed reference policy \pi_{\text{ref}}, prompt dataset \mathcal{D}, group size G, batch size
186
+ 272
187
+ B, search tool \mathcal{R}.
188
+ 273
189
+ 2: Initialize policy \pi_{\theta} \leftarrow \pi_{\theta_0}.
190
+ 274
191
+ 3: for each training step do
192
+ 275
193
+ 4:
194
+ \pi_{\theta_{\text{old}}} \leftarrow \pi_{\theta}.
195
+ 276
196
+ 5:
197
+ Initialize training buffer \mathcal{B} \leftarrow \emptyset.
198
+ 277
199
+ while |\mathcal{B}| < B do
200
+ 6:
201
+ 278
202
+ 7:
203
+ Sample a prompt x \sim \mathcal{D}.
204
+ Generate a group of G trajectories \{y_i\}_{i=1}^G using \pi_{\theta_{\text{old}}} and the search tool \mathcal{R}.
205
+ 8:
206
+ 279
207
+ Compute terminal rewards \{R_i\}_{i=1}^G = \{\text{ContainsAnswer}(y_i, y_{\text{gold}})\}_{i=1}^G.
208
+ 9:
209
+ 280
210
+ if 0 < \sum_{i=1}^{G} R_i < G then Add (x, \{y_i\}_{i=1}^{G}, \{R_i\}_{i=1}^{G}) to \mathcal{B}.
211
+ ▷ Dynamic outcome-based filtering
212
+ 281
213
+ 10:
214
+ 12:
215
+ 284
216
+ 13:
217
+ end while
218
+ for each (x, \{y_i\}, \{R_i\}) in \mathcal{B} do
219
+ 14:
220
+ 285
221
+ 15:
222
+ Compute advantages \{\hat{A}_i\}_{i=1}^G via group normalization of \{R_i\}.
223
+ Compute sequence-level importance ratios \{s_i(\theta)\}_{i=1}^G using Eq. 6.
224
+ 287
225
+ 16:
226
+ Compute the DSPO loss for the group using Eq. 11, applying masks to retrieved tokens.
227
+ 17:
228
+ 18:
229
+ 289
230
+ 19:
231
+ Update policy parameters \theta by taking a gradient step on the total loss from \mathcal{B}.
232
+ 290
233
+ 20: end for
234
+ 291
235
+ ```
236
+
237
+ To overcome this, DSPO incorporates a dynamic filtering mechanism inspired by DAPO (Yu et al., 2025). During sampling, we only retain groups of trajectories that contain a mix of successful and unsuccessful outcomes. A group $\{y_i\}_{i=1}^G$ is used for training only if its rewards $\{R_i\}_{i=1}^G$ satisfy:
238
+
239
+ $$0 < \sum_{i=1}^{G} R_i < G. (9)$$
240
+
241
+ This ensures that the reward variance within every training group is non-zero, guaranteeing a meaningful advantage signal. This dynamic selection curates a high-quality dataset for each policy update, transforming a sparse reward problem into a dense and efficient learning signal.
242
+
243
+ #### 3.3 THE DSPO OBJECTIVE AND TRAINING ALGORITHM
244
+
245
+ By integrating these components, we arrive at the final DSPO objective. For each valid group from the filtered sample space $\mathcal{D}_{\text{filtered}}$ , we compute the advantage $\hat{A}_i$ using group-relative normalization:
246
+
247
+ $$\hat{A}_i = \frac{R_i - \text{mean}(R)}{\text{std}(R) + \delta},\tag{10}$$
248
+
249
+ where $\delta$ is a small constant for numerical stability. The policy $\pi_{\theta}$ is updated by maximizing (we omit the KL divergence term to simplify the presentation of the core objective form):
250
+
251
+ <span id="page-5-0"></span>
252
+ $$J_{\text{DSPO}}(\theta) = \mathbb{E}_{(x,\{y_i\}) \in \mathcal{D}_{\text{filtered}}} \left[ \frac{1}{G} \sum_{i=1}^{G} \min \left( s_i(\theta) \hat{A}_i, \text{clip}(s_i(\theta), 1 - \epsilon_{\text{low}}, 1 + \epsilon_{\text{high}}) \hat{A}_i \right) \right], \quad (11)$$
253
+
254
+ where $s_i$ is the sequence-level importance ration defined as the geometric mean of the token-level ratios. We use the decoupled clip for better exploration of the policy(Yu et al., 2025). Crucially, during likelihood calculation, we apply loss masking to all tokens retrieved from the search tool following Jin et al. (2025b). This ensures the model learns to utilize external knowledge for reasoning, not simply to reproduce it. The full training process is detailed in Algorithm 1.
255
+
256
+ ### 4 EXPERIMENTS
257
+
258
+ In this section, we conduct a series of experiments to empirically validate the effectiveness of our proposed Dynamic-filter Sequence-level Policy Optimization (DSPO) algorithm. Our primary
259
+
260
+ {6}------------------------------------------------
261
+
262
+ <span id="page-6-1"></span>![](_page_6_Figure_1.jpeg)
263
+
264
+ <span id="page-6-0"></span>Figure 2: Validation performance of DSPO across seven benchmarks during training. The steady, monotonic increase in accuracy confirms that DSPO's reward improvement translates directly to enhanced generalization and that our method learns a robust search-and-reasoning policy.
265
+
266
+ ![](_page_6_Figure_3.jpeg)
267
+
268
+ Figure 3: **Training reward dynamics of DSPO and its ablations.** Comparative view of learning curves. DSPO (red) demonstrates stable and monotonic improvement. In contrast, token-level variants (green, blue) suffer catastrophic policy collapse, while the sequence-level variant without our filter (purple) plateaus at a suboptimal level.
269
+
270
+ objectives are to demonstrate that DSPO: (1) achieves exceptional performance on challenging question-answering benchmarks; (2) exhibits significantly enhanced training stability, avoiding the catastrophic collapse that plagues baseline methods; and (3) derives its performance gains from the synergistic combination of its core components.
271
+
272
+ #### 4.1 EXPERIMENTAL SETUP
273
+
274
+ **Prompt Template.** Following Search-R1 (Jin et al., 2025b), As shown in Table 1, we use the prompt template to instruct the model's actions during the search task, including <think>, <tool\_call> and <answer>.
275
+
276
+ **Benchmarks and Baselines.** To provide a rigorous evaluation, our experimental design adheres to the established protocol of Search-R1 (Jin et al., 2025b). We train our model on a composite dataset containing the training splits of Natural Questions (NQ) (Kwiatkowski et al., 2019) and HotpotQA (Yang et al., 2018). We then assess its generalization capabilities on the test sets of seven diverse QA benchmarks: NQ, TriviaQA (Joshi et al., 2017), PopQA (Mallen et al., 2022),
277
+
278
+ {7}------------------------------------------------
279
+
280
+ **384**
281
+
282
+ <span id="page-7-0"></span>Prompt Template. Answer the given question. You must conduct reasoning inside **<think>** and **</think>**. first every time you get new information. After reasoning, if you find you lack some knowledge, you can call a search engine by **<tool call>** query **</tool call>** and it will return the top searched results between **<tool response>** and **</tool response>**. You can search as many times as your want. If you find no further external knowledge needed, you can directly provide the answer inside **<answer>** and **</answer>**, without detailed illustrations. For example, **<answer>** Beijing **</answer>**. Question: ...
283
+
284
+ Table 1: The prompt template used in our experiments.
285
+
286
+ HotpotQA, 2WikiMultiHopQA [\(Ho et al.,](#page-10-14) [2020\)](#page-10-14), Musique [\(Trivedi et al.,](#page-11-13) [2022\)](#page-11-13), and Bamboogle [\(Press et al.,](#page-11-14) [2022\)](#page-11-14).
287
+
288
+ Our comparison suite includes strong external baselines and critical internal ablations. External baselines are the Qwen2.5-7B and 14B models trained with PPO and GRPO from the Search-R1 framework [\(Jin et al.,](#page-10-2) [2025b;](#page-10-2)[a\)](#page-10-6). To deconstruct our method, we also include two internal baselines as ablations: (1) DSPO w/o dynamic filter, which is equivalent to GSPO [\(Zheng et al.,](#page-12-4) [2025\)](#page-12-4), and (2) DSPO w/o sequence-level opt., which reverts to a strong token-level policy, DAPO [\(Yu et al.,](#page-12-1) [2025\)](#page-12-1).
289
+
290
+ For implementation, we used Qwen2.5-7B-Instruct model as the starting checkpoint for all our training. Our experiments are built upon the VeRL framework [\(Sheng et al.,](#page-11-15) [2025\)](#page-11-15), for which we adapted the provided search-r1-like example code and scripts to suit our methodology. We benchmark DSPO against a comprehensive suite of baselines. For external comparison, we use the PPO and GRPO methods from the Search-R1 framework [\(Jin et al.,](#page-10-2) [2025b](#page-10-2)[;a\)](#page-10-6). Crucially, as our work utilizes a modified reward function, we retrained these models under our exact experimental conditions to ensure a fair comparison. The results of these retrained models serve as our primary external benchmarks.
291
+
292
+ Implementation and Evaluation. To isolate the benefits of our algorithm, all RL experiments deliberately employ a standard BM25 retriever. This controlled setup ensures that observed performance improvements are directly attributable to the model's learned policy. Across all methods, models are trained using a sparse, binary reward signal based on substring Exact Match (subEM) of the final answer, and subEM serves as the primary evaluation metric.
293
+
294
+ ### 4.2 MAIN RESULTS AND ABLATION STUDY
295
+
296
+ To provide a holistic view of our algorithm's effectiveness, we present a comprehensive comparison in Table [2.](#page-8-0) Due to the synergistic nature of DSPO's components, we find it most illustrative to present our main results alongside our ablation study. This single table juxtaposes DSPO against both external state-of-the-art baselines and its own ablated variants, offering a clear and direct assessment of its overall superiority and the indispensability of its core components.
297
+
298
+ Comparison with Baselines. The results in Table [2](#page-8-0) underscore DSPO's clear superiority. Our DSPO-trained 7B agent achieves a remarkable average score of 0.531, establishing a new stateof-the-art. This represents a 34.1% relative improvement over the same-sized Search-R1 (GRPO, 7B) model. More strikingly, our 7B agent achieves a slightly better average score than the much larger Search-R1 14B models (both GRPO and PPO). This outcome provides strong evidence that the performance gains stem from a more effective and stable learning algorithm rather than an overreliance on model scale.
299
+
300
+ Analysis of Ablations. The ablation results, also presented in Table [2,](#page-8-0) unequivocally demonstrate that both of DSPO's components are indispensable. First, removing the dynamic filter ('w/o dynamic filter', i.e., GSPO) causes a catastrophic drop in performance, with the average score plummeting to 0.313. This highlights its critical role; without the filter, the sequence-level objective is starved of a useful learning signal due to homogeneous-reward batches. Second, ablating sequence-level optimization ('w/o sequence-level opt.', i.e., DAPO) also leads to a significant performance degradation, yielding an average score of 0.406. While this token-level variant outperforms the filter-less
301
+
302
+ {8}------------------------------------------------
303
+
304
+ <span id="page-8-0"></span>Table 2: Comprehensive comparison of DSPO with baselines and ablation variants on seven QA benchmarks. Baselines include Search-R1 models (7B & 14B) trained with GRPO and PPO [\(Jin](#page-10-2) [et al.,](#page-10-2) [2025b](#page-10-2)[;a\)](#page-10-6). Ablations remove key components: 'w/o dynamic filter' and 'w/o seq-level opt.'. Original EM scores from Search-R1 are in parentheses. To maintain the consistency of evaluation, we retrained and evaluated them using our adjusted rewards. Best results are in bold; second-best are underlined.
305
+
306
+ | Dataset | Search-R1 | | | | DSPO & Ablations (Ours, 7B) | | |
307
+ |-----------------|---------------|----------|---------------|-----------|-----------------------------|------------------|-------|
308
+ | | GRPO (7B) | PPO (7B) | GRPO (14B) | PPO (14B) | w/o dyn. filter | w/o seq-lvl opt. | DSPO |
309
+ | NQ | 0.423 (0.429) | (0.393) | 0.535 (0.482) | (0.424) | 0.363 | 0.470 | 0.580 |
310
+ | TriviaQA | 0.658 (0.623) | (0.610) | 0.760 (0.667) | (0.660) | 0.515 | 0.695 | 0.754 |
311
+ | PopQA | 0.395 (0.427) | (0.397) | 0.477 (0.434) | (0.442) | 0.277 | 0.430 | 0.498 |
312
+ | HotpotQA | 0.401 (0.386) | (0.370) | 0.563 (0.429) | (0.436) | 0.330 | 0.438 | 0.613 |
313
+ | 2WikiMultiHopQA | 0.357 (0.414) | (0.346) | 0.611 (0.424) | (0.379) | 0.285 | 0.398 | 0.569 |
314
+ | Musique | 0.122 (0.162) | (0.146) | 0.260 (0.191) | (0.210) | 0.105 | 0.133 | 0.270 |
315
+ | Bamboogle | 0.280 (0.400) | (0.368) | 0.504 (0.492) | (0.480) | 0.288 | 0.280 | 0.432 |
316
+ | Average | 0.377 (0.396) | (0.385) | 0.530 (0.446) | (0.433) | 0.313 | 0.406 | 0.531 |
317
+
318
+ one, it falls well short of the full DSPO model. As we show in the next section, it is also prone to catastrophic training instability. This confirms that the synergy is crucial: sequence-level updates are essential for stability, while our dynamic filter is critical for transforming sparse rewards into an efficient learning signal.
319
+
320
+ Beyond quantitative metrics, we observe that DSPO enables sophisticated search behaviors, including recognize irrelevant results, query reformulation and multi-turn verification (see Appendix [A.2](#page-13-0) for detailed trajectory examples). All of these behaviors are emerging from pure RL training through DSPO.
321
+
322
+ # 4.3 ANALYSIS OF TRAINING DYNAMICS
323
+
324
+ To empirically validate our claims regarding stability and efficiency, we analyze the training reward dynamics of DSPO, its ablations, and key baselines. Figure [3](#page-6-0) offers a compelling visualization of these dynamics, reinforcing our core architectural choices.
325
+
326
+ DSPO (red) exhibits a smooth, monotonic ascent, efficiently converging to the highest reward level. This trajectory empirically confirms the stability afforded by its sequence-level objective. In stark contrast, the token-level methods—DSPO w/o Seq-level Opt. (green) and vanilla GRPO (blue)—suffer from catastrophic policy collapse early in training. Their rewards plummet after a brief initial improvement, a clear manifestation of the instability caused by high-variance, tokenlevel gradient updates. Meanwhile, DSPO w/o Dynamic Filter (purple), which leverages sequencelevel updates but lacks an efficient learning signal, remains stable but plateaus at a significantly suboptimal performance ceiling. These dynamics reveal that DSPO's synergy of sequence-level stability and dynamic filtering is key to its robust and effective policy optimization.
327
+
328
+ To ensure these improvements in training reward translate to genuine generalization rather than reward hacking, we track validation performance on key benchmarks throughout training. As illustrated in Figure [2,](#page-6-1) DSPO's validation accuracy on NQ, HotpotQA, and other diverse benchmarks rises consistently, mirroring its stable reward curve. This correlation confirms that the agent is learning a generalizable search-and-reasoning policy.
329
+
330
+ #### 4.4 SCALABILITY AND GENERALIZATION ANALYSIS
331
+
332
+ To further validate the robustness of our approach, we extend our evaluation to explore model scalability and domain generalization.
333
+
334
+ Scalability to Larger Models. We investigate whether the stability benefits of DSPO translate to larger parameter scales by training Qwen2.5-14B-Instruct. As detailed in Table [3,](#page-9-0) DSPO demonstrates remarkable scalability. The DSPO-trained 14B model achieves an average accuracy of 60.6%,
335
+
336
+ {9}------------------------------------------------
337
+
338
+ <span id="page-9-1"></span>**509**
339
+
340
+ **529 530**
341
+
342
+ **538 539** significantly outperforming the strong GRPO-14B baseline (53.0%) by a relative margin of 14.3%. These results confirm that our method effectively leverages increased model capacity, establishing an outperforming performance that consistently exceeds standard baselines.
343
+
344
+ <span id="page-9-0"></span>Table 3: Scalability analysis on Qwen2.5-14B-Instruct. Best results are in bold.
345
+
346
+ | Dataset | Instruct<br>(14B) | GRPO<br>(14B) | DSPO<br>(7B) | DSPO<br>(14B) | Gain |
347
+ |-----------|-------------------|---------------|--------------|---------------|--------|
348
+ | NQ | 0.345 | 0.535 | 0.580 | 0.629 | +17.6% |
349
+ | HotpotQA | 0.407 | 0.563 | 0.613 | 0.665 | +18.1% |
350
+ | 2WikiMQA | 0.332 | 0.611 | 0.569 | 0.699 | +14.4% |
351
+ | Bamboogle | 0.328 | 0.504 | 0.432 | 0.544 | +7.9% |
352
+ | PopQA | 0.364 | 0.477 | 0.498 | 0.545 | +14.3% |
353
+ | TriviaQA | 0.643 | 0.760 | 0.754 | 0.802 | +5.5% |
354
+ | Musique | 0.151 | 0.260 | 0.270 | 0.361 | +38.8% |
355
+ | Average | 0.367 | 0.530 | 0.531 | 0.606 | +14.3% |
356
+
357
+ Generalization to Mathematical Reasoning. We further assess the universality of DSPO by applying it to single-turn mathematical reasoning tasks using the Qwen2.5 and Qwen3 model family. Table [4](#page-9-1) presents the comparison on Math500 and Olympiad-Bench. DSPO consistently surpasses GRPO across both 7B and 4B model sizes. This indicates that DSPO are effective for general reasoning domains.
358
+
359
+ Table 4: Generalization to mathematical reasoning. Best results are in bold.
360
+
361
+ | Model | Benchmark | Steps | GRPO | DSPO | Gain |
362
+ |-----------------|----------------|-------|-------|-------|-------|
363
+ | Qwen2.5-Math-7B | Math500 | 200 | 0.772 | 0.798 | +2.6% |
364
+ | Qwen3-4B | Olympiad-Bench | 100 | 0.728 | 0.755 | +2.7% |
365
+
366
+ ## 5 CONCLUSION
367
+
368
+ In this work, we tackled the critical instability and sample inefficiency issues that plague RL for autonomous LLM search agents. We introduced Dynamic-filter Sequence-level Policy Optimization (DSPO), an improved algorithm that ensures robust training through two key components: sequence-level optimization to prevent catastrophic policy collapse, and a dynamic outcome-based filter to transform sparse rewards into a consistently effective learning signal. Our experiments demonstrated that DSPO not only achieves substantial performance across a suite of challenging question-answering benchmarks but also exhibits superior training stability compared to prior methods.
369
+
370
+ By enabling robust training from environmental feedback alone, DSPO establishes a practical and efficient blueprint for creating capable LLM agents without costly expert data. With this stable foundation, future work can confidently explore integrating advanced retrievers or extending DSPO to complex, multi-tool tasks. Furthermore, since the challenges of sparse rewards and unstable policy gradients are not unique to search, we hypothesize that DSPO's principles will yield similar performance and stability gains in other domains such as mathematics and code generation, which remains a promising direction for future validation. We believe the core tenets of DSPO—matching the optimization unit to the reward signal and guaranteeing signal density—will be instrumental in developing the next generation of autonomous AI.
371
+
372
+ {10}------------------------------------------------
373
+
374
+ # REFERENCES
375
+
376
+ <span id="page-10-4"></span>**558 559 560**
377
+
378
+ <span id="page-10-9"></span>**564**
379
+
380
+ <span id="page-10-10"></span>**579**
381
+
382
+ - <span id="page-10-0"></span>Tom Brown, Benjamin Mann, Nick Ryder, Melanie Subbiah, Jared D Kaplan, Prafulla Dhariwal, Arvind Neelakantan, Pranav Shyam, Girish Sastry, Amanda Askell, et al. Language models are few-shot learners. *Advances in neural information processing systems*, 33:1877–1901, 2020.
383
+ - <span id="page-10-1"></span>Tuhin Chakrabarty, Vishakh Padmakumar, Faeze Brahman, and Smaranda Muresan. Creativity support in the age of large language models: An empirical study involving professional writers. In *Proceedings of the 16th Conference on Creativity & Cognition*, pp. 132–155, 2024.
384
+ - <span id="page-10-11"></span>Mingyang Chen, Tianpeng Li, Haoze Sun, Yijie Zhou, Chenzheng Zhu, Haofen Wang, Jeff Z Pan, Wen Zhang, Huajun Chen, Fan Yang, et al. Learning to reason with search for llms via reinforcement learning. *arXiv preprint arXiv:2503.19470*, 2025.
385
+ - <span id="page-10-7"></span>Paul F Christiano, Jan Leike, Tom Brown, Miljan Martic, Shane Legg, and Dario Amodei. Deep reinforcement learning from human preferences. *Advances in neural information processing systems*, 30, 2017.
386
+ - <span id="page-10-3"></span>Tianzhe Chu, Yuexiang Zhai, Jihan Yang, Shengbang Tong, Saining Xie, Dale Schuurmans, Quoc V Le, Sergey Levine, and Yi Ma. Sft memorizes, rl generalizes: A comparative study of foundation model post-training. *arXiv preprint arXiv:2501.17161*, 2025.
387
+ - Ganqu Cui, Yuchen Zhang, Jiacheng Chen, Lifan Yuan, Zhi Wang, Yuxin Zuo, Haozhan Li, Yuchen Fan, Huayu Chen, Weize Chen, et al. The entropy mechanism of reinforcement learning for reasoning language models. *arXiv preprint arXiv:2505.22617*, 2025.
388
+ - Yunfan Gao, Yun Xiong, Xinyu Gao, Kangxiang Jia, Jinliu Pan, Yuxi Bi, Yixin Dai, Jiawei Sun, Haofen Wang, and Haofen Wang. Retrieval-augmented generation for large language models: A survey. *arXiv preprint arXiv:2312.10997*, 2(1), 2023.
389
+ - <span id="page-10-14"></span>Xanh Ho, Anh-Khoa Duong Nguyen, Saku Sugawara, and Akiko Aizawa. Constructing a multi-hop qa dataset for comprehensive evaluation of reasoning steps. *arXiv preprint arXiv:2011.01060*, 2020.
390
+ - <span id="page-10-6"></span>Bowen Jin, Jinsung Yoon, Priyanka Kargupta, Sercan O Arik, and Jiawei Han. An empirical study on reinforcement learning for reasoning-search interleaved llm agents. *arXiv preprint arXiv:2505.15117*, 2025a.
391
+ - <span id="page-10-2"></span>Bowen Jin, Hansi Zeng, Zhenrui Yue, Jinsung Yoon, Sercan Arik, Dong Wang, Hamed Zamani, and Jiawei Han. Search-r1: Training llms to reason and leverage search engines with reinforcement learning. *arXiv preprint arXiv:2503.09516*, 2025b.
392
+ - <span id="page-10-13"></span>Mandar Joshi, Eunsol Choi, Daniel S Weld, and Luke Zettlemoyer. Triviaqa: A large scale distantly supervised challenge dataset for reading comprehension. *arXiv preprint arXiv:1705.03551*, 2017.
393
+ - Vladimir Karpukhin, Barlas Oguz, Sewon Min, Patrick SH Lewis, Ledell Wu, Sergey Edunov, Danqi Chen, and Wen-tau Yih. Dense passage retrieval for open-domain question answering. In *EMNLP (1)*, pp. 6769–6781, 2020.
394
+ - <span id="page-10-12"></span>Tom Kwiatkowski, Jennimaria Palomaki, Olivia Redfield, Michael Collins, Ankur Parikh, Chris Alberti, Danielle Epstein, Illia Polosukhin, Jacob Devlin, Kenton Lee, et al. Natural questions: a benchmark for question answering research. *Transactions of the Association for Computational Linguistics*, 7:453–466, 2019.
395
+ - <span id="page-10-8"></span><span id="page-10-5"></span>Patrick Lewis, Ethan Perez, Aleksandra Piktus, Fabio Petroni, Vladimir Karpukhin, Naman Goyal, Heinrich Kuttler, Mike Lewis, Wen-tau Yih, Tim Rockt ¨ aschel, et al. Retrieval-augmented gener- ¨ ation for knowledge-intensive nlp tasks. *Advances in neural information processing systems*, 33: 9459–9474, 2020.
396
+ - Zichen Liu, Changyu Chen, Wenjun Li, Penghui Qi, Tianyu Pang, Chao Du, Wee Sun Lee, and Min Lin. Understanding r1-zero-like training: A critical perspective. *arXiv preprint arXiv:2503.20783*, 2025.
397
+
398
+ {11}------------------------------------------------
399
+
400
+ <span id="page-11-14"></span><span id="page-11-7"></span><span id="page-11-5"></span>**604 605 606**
401
+
402
+ <span id="page-11-11"></span><span id="page-11-4"></span>**617**
403
+
404
+ <span id="page-11-15"></span><span id="page-11-6"></span><span id="page-11-1"></span>**619**
405
+
406
+ <span id="page-11-10"></span><span id="page-11-0"></span>**634**
407
+
408
+ <span id="page-11-13"></span><span id="page-11-9"></span><span id="page-11-8"></span><span id="page-11-2"></span>**636**
409
+
410
+ - <span id="page-11-12"></span><span id="page-11-3"></span>Alex Mallen, Akari Asai, Victor Zhong, Rajarshi Das, Hannaneh Hajishirzi, and Daniel Khashabi. When not to trust language models: Investigating effectiveness and limitations of parametric and non-parametric memories. *arXiv preprint arXiv:2212.10511*, 7, 2022.
411
+ - Guillermo Marco, Julio Gonzalo, Ramon del Castillo, and Mar ´ ´ıa Teresa Mateo Girona. Pron vs prompt: Can large language models already challenge a world-class fiction author at creative text writing? *arXiv preprint arXiv:2407.01119*, 2024.
412
+ - Long Ouyang, Jeffrey Wu, Xu Jiang, Diogo Almeida, Carroll Wainwright, Pamela Mishkin, Chong Zhang, Sandhini Agarwal, Katarina Slama, Alex Ray, et al. Training language models to follow instructions with human feedback. *Advances in neural information processing systems*, 35: 27730–27744, 2022.
413
+ - Ofir Press, Muru Zhang, Sewon Min, Ludwig Schmidt, Noah A Smith, and Mike Lewis. Measuring and narrowing the compositionality gap in language models. *arXiv preprint arXiv:2210.03350*, 2022.
414
+ - Rafael Rafailov, Archit Sharma, Eric Mitchell, Christopher D Manning, Stefano Ermon, and Chelsea Finn. Direct preference optimization: Your language model is secretly a reward model. *Advances in neural information processing systems*, 36:53728–53741, 2023.
415
+ - Timo Schick, Jane Dwivedi-Yu, Roberto Dess`ı, Roberta Raileanu, Maria Lomeli, Eric Hambro, Luke Zettlemoyer, Nicola Cancedda, and Thomas Scialom. Toolformer: Language models can teach themselves to use tools. *Advances in Neural Information Processing Systems*, 36:68539– 68551, 2023.
416
+ - John Schulman, Philipp Moritz, Sergey Levine, Michael Jordan, and Pieter Abbeel. Highdimensional continuous control using generalized advantage estimation. *arXiv preprint arXiv:1506.02438*, 2015.
417
+ - John Schulman, Filip Wolski, Prafulla Dhariwal, Alec Radford, and Oleg Klimov. Proximal policy optimization algorithms. *arXiv preprint arXiv:1707.06347*, 2017.
418
+ - Zhihong Shao, Peiyi Wang, Qihao Zhu, Runxin Xu, Junxiao Song, Xiao Bi, Haowei Zhang, Mingchuan Zhang, YK Li, Yang Wu, et al. Deepseekmath: Pushing the limits of mathematical reasoning in open language models. *arXiv preprint arXiv:2402.03300*, 2024.
419
+ - Guangming Sheng, Chi Zhang, Zilingfeng Ye, Xibin Wu, Wang Zhang, Ru Zhang, Yanghua Peng, Haibin Lin, and Chuan Wu. Hybridflow: A flexible and efficient rlhf framework. In *Proceedings of the Twentieth European Conference on Computer Systems*, pp. 1279–1297, 2025.
420
+ - Huatong Song, Jinhao Jiang, Yingqian Min, Jie Chen, Zhipeng Chen, Wayne Xin Zhao, Lei Fang, and Ji-Rong Wen. R1-searcher: Incentivizing the search capability in llms via reinforcement learning. *arXiv preprint arXiv:2503.05592*, 2025.
421
+ - Hugo Touvron, Thibaut Lavril, Gautier Izacard, Xavier Martinet, Marie-Anne Lachaux, Timothee´ Lacroix, Baptiste Roziere, Naman Goyal, Eric Hambro, Faisal Azhar, et al. Llama: Open and ` efficient foundation language models. *arXiv preprint arXiv:2302.13971*, 2023.
422
+ - Trieu H Trinh, Yuhuai Wu, Quoc V Le, He He, and Thang Luong. Solving olympiad geometry without human demonstrations. *Nature*, 625(7995):476–482, 2024.
423
+ - Harsh Trivedi, Niranjan Balasubramanian, Tushar Khot, and Ashish Sabharwal. musique: Multihop questions via single-hop question composition. *Transactions of the Association for Computational Linguistics*, 10:539–554, 2022.
424
+ - Junde Wu, Jiayuan Zhu, Yuyuan Liu, Min Xu, and Yueming Jin. Agentic reasoning: A streamlined framework for enhancing llm reasoning with agentic tools. *arXiv preprint arXiv:2502.04644*, 2025.
425
+ - Qingyun Wu, Gagan Bansal, Jieyu Zhang, Yiran Wu, Beibin Li, Erkang Zhu, Li Jiang, Xiaoyun Zhang, Shaokun Zhang, Jiale Liu, et al. Autogen: Enabling next-gen llm applications via multiagent conversations. In *First Conference on Language Modeling*, 2024.
426
+
427
+ {12}------------------------------------------------
428
+
429
+ <span id="page-12-6"></span>
430
+
431
+ - <span id="page-12-3"></span>John Yang, Carlos E Jimenez, Alexander Wettig, Kilian Lieret, Shunyu Yao, Karthik Narasimhan, and Ofir Press. Swe-agent: Agent-computer interfaces enable automated software engineering. *Advances in Neural Information Processing Systems*, 37:50528–50652, 2024.
432
+ - <span id="page-12-7"></span>Zhilin Yang, Peng Qi, Saizheng Zhang, Yoshua Bengio, William W Cohen, Ruslan Salakhutdinov, and Christopher D Manning. Hotpotqa: A dataset for diverse, explainable multi-hop question answering. *arXiv preprint arXiv:1809.09600*, 2018.
433
+ - Shunyu Yao, Jeffrey Zhao, Dian Yu, Nan Du, Izhak Shafran, Karthik Narasimhan, and Yuan Cao. React: Synergizing reasoning and acting in language models. In *International Conference on Learning Representations (ICLR)*, 2023.
434
+ - <span id="page-12-1"></span>Qiying Yu, Zheng Zhang, Ruofei Zhu, Yufeng Yuan, Xiaochen Zuo, Yu Yue, Weinan Dai, Tiantian Fan, Gaohong Liu, Lingjun Liu, et al. Dapo: An open-source llm reinforcement learning system at scale. *arXiv preprint arXiv:2503.14476*, 2025.
435
+ - <span id="page-12-0"></span>Wayne Xin Zhao, Kun Zhou, Junyi Li, Tianyi Tang, Xiaolei Wang, Yupeng Hou, Yingqian Min, Beichen Zhang, Junjie Zhang, Zican Dong, et al. A survey of large language models. *arXiv preprint arXiv:2303.18223*, 1(2), 2023.
436
+ - <span id="page-12-5"></span>Yuzhong Zhao, Yue Liu, Junpeng Liu, Jingye Chen, Xun Wu, Yaru Hao, Tengchao Lv, Shaohan Huang, Lei Cui, Qixiang Ye, et al. Geometric-mean policy optimization. *arXiv preprint arXiv:2507.20673*, 2025.
437
+ - <span id="page-12-4"></span>Chujie Zheng, Shixuan Liu, Mingze Li, Xiong-Hui Chen, Bowen Yu, Chang Gao, Kai Dang, Yuqiong Liu, Rui Men, An Yang, et al. Group sequence policy optimization. *arXiv preprint arXiv:2507.18071*, 2025.
438
+ - <span id="page-12-2"></span>Qinkai Zheng, Xiao Xia, Xu Zou, Yuxiao Dong, Shan Wang, Yufei Xue, Lei Shen, Zihan Wang, Andi Wang, Yang Li, et al. Codegeex: A pre-trained model for code generation with multilingual benchmarking on humaneval-x. In *Proceedings of the 29th ACM SIGKDD Conference on Knowledge Discovery and Data Mining*, pp. 5673–5684, 2023.
439
+
440
+ {13}------------------------------------------------
441
+
442
+ # A APPENDIX
443
+
444
+ **709**
445
+
446
+ **724**
447
+
448
+ ### A.1 THE USE OF LARGE LANGUAGE MODELS (LLMS)
449
+
450
+ In adherence to the ICLR 2026 policy, this section details the use of LLMs in the preparation of this manuscript. Their role was significant in enhancing the presentation and accelerating parts of the research process, but not in generating the core scientific ideas. The precise roles are outlined below:
451
+
452
+ - Writing and Language Polishing: A primary use of LLMs was for improving the quality and clarity of the manuscript's text. This included rephrasing sentences for better flow, correcting grammatical errors, suggesting alternative phrasings for technical concepts, and ensuring a consistent academic tone throughout the paper. This iterative process of refinement with the LLM significantly improved the final readability.
453
+ - Literature Retrieval Support: LLMs assisted in the literature retrieval process by providing summaries of known papers and helping to identify related concepts and terminologies for the background sections. The LLM served as a tool to efficiently explore and summarize the surrounding literature.
454
+ - Code and Visualization Refinement: For the presentation of our results, LLMs were used to refine the LaTeX code for figures and tables. For instance, the model assisted in iterating on the design and implementation of Table [A.1,](#page-14-0) which presents qualitative trajectory examples, to enhance its visual clarity and professional appearance.
455
+
456
+ Crucially, the core scientific contributions—including the conceptualization and formulation of the DSPO algorithm, the experimental design, and the analysis of the results—are entirely the original work of the human authors. All content, including text and code generated by the LLM, was meticulously reviewed, critically evaluated, and edited by the authors. We take full responsibility for the entirety of the paper's content, its scientific accuracy, and the originality of its contributions. LLMs were not used in a capacity that would warrant authorship.
457
+
458
+ ### <span id="page-13-0"></span>A.2 QUALITATIVE ANALYSIS.
459
+
460
+ To provide insight into the learned search strategies, Table [A.1](#page-14-0) presents representative trajectories from our DSPO-trained agent. These examples demonstrate the model's ability to: (1) reformulate queries when initial searches yield irrelevant results, (2) verify information through follow-up searches, and (3) extract comprehensive answers from search results. Notably, the agent exhibits sophisticated reasoning about search quality, as seen in Example 1 where it recognizes off-topic results and autonomously decides to refine its query. This behavior emerges purely from RL training without any supervised demonstrations of search strategies.
461
+
462
+ {14}------------------------------------------------
463
+
464
+ **761**
465
+
466
+ **764**
467
+
468
+ **779 780 781**
469
+
470
+ **808 809** <span id="page-14-0"></span>Table A.1: Representative trajectories demonstrating DSPO agent's learned search and reasoning capabilities. The agent exhibits sophisticated behaviors including (a) recognition of irrelevant results, (b) query reformulation, and (c) verification strategies, all emerging from pure RL training without supervised demonstrations.
471
+
472
+ | Question<br>Gold | Who is next in line if something happens to the president?<br>vice president | | | | |
473
+ |------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--|--|--|--|
474
+ | | | | | | |
475
+ | Turn 1 | search("who is next in line if something happens to the<br>president") | | | | |
476
+ | | → Retrieved: Documents about novels "Something Happened" and "Mosquitoes Buzz"<br>Agent: "The queries were not directly about the line of succession<br>The relevant infor | | | | |
477
+ | | | | | | |
478
+ | | mation I need is not present in the search results. Let's try searching again with a more | | | | |
479
+ | | specific query." | | | | |
480
+ | Turn 2 | search("line of succession for the president") | | | | |
481
+ | | → Retrieved: Philippine and US presidential succession information | | | | |
482
+ | | Agent: "Based on the search results the next person in line would be the Vice President." | | | | |
483
+ | Answer | ✓<br>The Vice President | | | | |
484
+ | | Example 2: University Identification (Information Verification) | | | | |
485
+ | Question | Which American University is situated in Ithaca, New York? | | | | |
486
+ | Gold | Cornell University | | | | |
487
+ | Turn 1 | search(["American University in Ithaca", "University in | | | | |
488
+ | | Ithaca NY"]) | | | | |
489
+ | | → Retrieved: "Ithaca is home to Cornell University, an Ivy League school" | | | | |
490
+ | | Agent: "Ithaca, New York is home to Cornell University, which is an Ivy League school.<br>However it is highly likely that the university in question is Cornell. Let me confirm | | | | |
491
+ | | this." | | | | |
492
+ | Turn 2 | search(["Cornell University location", "Cornell University | | | | |
493
+ | | New York"]) | | | | |
494
+ | | → Retrieved: Cornell history confirming establishment in Ithaca | | | | |
495
+ | | Agent: "Cornell University is indeed located in Ithaca, New York."<br>✓ | | | | |
496
+ | Answer | Cornell University | | | | |
497
+ | | Example 3: Biographical Information (Direct Extraction) | | | | |
498
+ | Question | What is John Andrew Martin's occupation? | | | | |
499
+ | Gold | lawyer, attorney, politician | | | | |
500
+ | Turn 1 | search(["John Andrew Martin occupation", "John Andrew Martin<br>job"]) | | | | |
501
+ | | → Retrieved: "American journalist, attorney, soldier, and politician" | | | | |
502
+ | | Agent: "John Andrew Martin was an American journalist, attorney, soldier, and politician. | | | | |
503
+ | | He represented Colorado in the U.S. House of Representatives." | | | | |
iclr26/1G34S0m9Sd/parse_report.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "paper_id": "1G34S0m9Sd",
3
+ "pipeline": "marker_non_llm_v3",
4
+ "parser": "marker_single",
5
+ "formats": [
6
+ "markdown",
7
+ "chunks"
8
+ ],
9
+ "llm_enabled": false,
10
+ "pdf_path": "/network/scratch/j/jianan.zhao/ReviewAgent/data/processed_papers/iclr26_20260429_1952_all/raw/1G34S0m9Sd.pdf",
11
+ "pdf_sha256": "a1c2cdd0a9ac35b02507864263c4dc70f2deb717dcacee26e9359086b0970565",
12
+ "bytes": 493710,
13
+ "source": "https://openreview.net/pdf?id=1G34S0m9Sd",
14
+ "page_count": 15,
15
+ "ok": true,
16
+ "elapsed_seconds": 165.93,
17
+ "paper2markdown_v3": {
18
+ "paper_id": "1G34S0m9Sd",
19
+ "pipeline": "Paper2Markdown-V3",
20
+ "ok": true,
21
+ "page_count": 15,
22
+ "chunk_count": 86,
23
+ "main_body_chunk_count": 78,
24
+ "appendix_chunk_count": 5,
25
+ "reference_chunk_count": 3,
26
+ "model_text_chars": 39716,
27
+ "raw_markdown_chars": 60724,
28
+ "sanitized_chars": 54019,
29
+ "page_provenance": {
30
+ "min_page": 1,
31
+ "max_page": 15,
32
+ "invalid_count": 0
33
+ },
34
+ "marker_block_type_counts": {
35
+ "Caption": 1,
36
+ "Code": 1,
37
+ "Equation": 11,
38
+ "FigureGroup": 3,
39
+ "ListGroup": 6,
40
+ "PageFooter": 15,
41
+ "PageHeader": 15,
42
+ "SectionHeader": 23,
43
+ "Table": 1,
44
+ "TableGroup": 3,
45
+ "Text": 296
46
+ },
47
+ "asset_count_raw": 3,
48
+ "asset_count_model_kept": 3,
49
+ "asset_count_rejected": 0,
50
+ "asset_reject_reasons": {
51
+ "kept": 3
52
+ },
53
+ "artifact_leak_audit": {
54
+ "ok": true,
55
+ "hits": {
56
+ "Anonymous Authors": [],
57
+ "ACKNOWLEDGMENT": [],
58
+ "OpenReview": [],
59
+ "\"accept_label\"": [],
60
+ "\"decision\"": [],
61
+ "\"decision_tier\"": [],
62
+ "\"source_status\"": [],
63
+ "Meta-review": [],
64
+ "Official Review": [],
65
+ "official_reviews": [],
66
+ "meta_reviews": [],
67
+ "suggested_verdict_score": []
68
+ },
69
+ "artifact_count": 2
70
+ },
71
+ "default_model_input": "model_text_v3.txt",
72
+ "appendix_input": "appendix_text_v3.txt",
73
+ "reference_input": "reference_text_v3.txt"
74
+ }
75
+ }
iclr26/1G34S0m9Sd/reference_chunks.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0078", "section": "REFERENCES", "page_start": 11, "page_end": 11, "type": "ListGroup", "text": "Tom Brown, Benjamin Mann, Nick Ryder, Melanie Subbiah, Jared D Kaplan, Prafulla Dhariwal, Arvind Neelakantan, Pranav Shyam, Girish Sastry, Amanda Askell, et al. Language models are few-shot learners. Advances in neural information processing systems , 33:1877–1901, 2020. Tuhin Chakrabarty, Vishakh Padmakumar, Faeze Brahman, and Smaranda Muresan. Creativity support in the age of large language models: An empirical study involving professional writers. In Proceedings of the 16th Conference on Creativity & Cognition , pp. 132–155, 2024. Mingyang Chen, Tianpeng Li, Haoze Sun, Yijie Zhou, Chenzheng Zhu, Haofen Wang, Jeff Z Pan, Wen Zhang, Huajun Chen, Fan Yang, et al. Learning to reason with search for llms via reinforcement learning. arXiv preprint arXiv:2503.19470 , 2025. Paul F Christiano, Jan Leike, Tom Brown, Miljan Martic, Shane Legg, and Dario Amodei. Deep reinforcement learning from human preferences. Advances in neural information processing sys tems , 30, 2017. Tianzhe Chu, Yuexiang Zhai, Jihan Yang, Shengbang Tong, Saining Xie, Dale Schuurmans, Quoc V Le, Sergey Levine, and Yi Ma. Sft memorizes, rl generalizes: A comparative study of foundation model post-training. arXiv preprint arXiv:2501.17161 , 2025. Ganqu Cui, Yuchen Zhang, Jiacheng Chen, Lifan Yuan, Zhi Wang, Yuxin Zuo, Haozhan Li, Yuchen Fan, Huayu Chen, Weize Chen, et al. The entropy mechanism of reinforcement learning for reasoning language models. arXiv preprint arXiv:2505.22617 , 2025. Yunfan Gao, Yun Xiong, Xinyu Gao, Kangxiang Jia, Jinliu Pan, Yuxi Bi, Yixin Dai, Jiawei Sun, Haofen Wang, and Haofen Wang. Retrieval-augmented generation for large language models: A survey. arXiv preprint arXiv:2312.10997 , 2(1), 2023. Xanh Ho, Anh-Khoa Duong Nguyen, Saku Sugawara, and Akiko Aizawa. Constructing a multi-hop qa dataset for comprehensive evaluation of reasoning steps. arXiv preprint arXiv:2011.01060 , 2020. Bowen Jin, Jinsung Yoon, Priyanka Kargupta, Sercan O Arik, and Jiawei Han. An empirical study on reinforcement learning for reasoning-search interleaved llm agents. arXiv preprint arXiv:2505.15117 , 2025a. Bowen Jin, Hansi Zeng, Zhenrui Yue, Jinsung Yoon, Sercan Arik, Dong Wang, Hamed Zamani, and Jiawei Han. Search-r1: Training llms to reason and leverage search engines with reinforcement learning. arXiv preprint arXiv:2503.09516 , 2025b. Mandar Joshi, Eunsol Choi, Daniel S Weld, and Luke Zettlemoyer. Triviaqa: A large scale distantly supervised challenge dataset for reading comprehension. arXiv preprint arXiv:1705.03551 , 2017. Vladimir Karpukhin, Barlas Oguz, Sewon Min, Patrick SH Lewis, Ledell Wu, Sergey Edunov, Danqi Chen, and Wen-tau Yih. Dense passage retrieval for open-domain question answering. In EMNLP (1) , pp. 6769–6781, 2020. Tom Kwiatkowski, Jennimaria Palomaki, Olivia Redfield, Michael Collins, Ankur Parikh, Chris Alberti, Danielle Epstein, Illia Polosukhin, Jacob Devlin, Kenton Lee, et al. Natural questions: a benchmark for question answering research. Transactions of the Association for Computational Linguistics , 7:453–466, 2019. Patrick Lewis, Ethan Perez, Aleksandra Piktus, Fabio Petroni, Vladimir Karpukhin, Naman Goyal, Heinrich Kuttler, Mike Lewis, Wen-tau Yih, Tim Rockt ¨ aschel, et al. Retrieval-augmented gener- ¨ ation for knowledge-intensive nlp tasks. Advances in neural information processing systems , 33: 9459–9474, 2020. Zichen Liu, Changyu Chen, Wenjun Li, Penghui Qi, Tianyu Pang, Chao Du, Wee Sun Lee, and Min Lin. Understanding r1-zero-like training: A critical perspective. arXiv preprint arXiv:2503.20783 , 2025.", "source": "marker_v2", "marker_block_id": "/page/10/ListGroup/339"}
2
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0079", "section": "REFERENCES", "page_start": 12, "page_end": 12, "type": "ListGroup", "text": "Alex Mallen, Akari Asai, Victor Zhong, Rajarshi Das, Hannaneh Hajishirzi, and Daniel Khashabi. When not to trust language models: Investigating effectiveness and limitations of parametric and non-parametric memories. arXiv preprint arXiv:2212.10511 , 7, 2022. Guillermo Marco, Julio Gonzalo, Ramon del Castillo, and Mar ´ ´ıa Teresa Mateo Girona. Pron vs prompt: Can large language models already challenge a world-class fiction author at creative text writing? arXiv preprint arXiv:2407.01119 , 2024. Long Ouyang, Jeffrey Wu, Xu Jiang, Diogo Almeida, Carroll Wainwright, Pamela Mishkin, Chong Zhang, Sandhini Agarwal, Katarina Slama, Alex Ray, et al. Training language models to follow instructions with human feedback. Advances in neural information processing systems , 35: 27730–27744, 2022. Ofir Press, Muru Zhang, Sewon Min, Ludwig Schmidt, Noah A Smith, and Mike Lewis. Measuring and narrowing the compositionality gap in language models. arXiv preprint arXiv:2210.03350 , 2022. Rafael Rafailov, Archit Sharma, Eric Mitchell, Christopher D Manning, Stefano Ermon, and Chelsea Finn. Direct preference optimization: Your language model is secretly a reward model. Advances in neural information processing systems , 36:53728–53741, 2023. Timo Schick, Jane Dwivedi-Yu, Roberto Dess`ı, Roberta Raileanu, Maria Lomeli, Eric Hambro, Luke Zettlemoyer, Nicola Cancedda, and Thomas Scialom. Toolformer: Language models can teach themselves to use tools. Advances in Neural Information Processing Systems , 36:68539– 68551, 2023. John Schulman, Philipp Moritz, Sergey Levine, Michael Jordan, and Pieter Abbeel. Highdimensional continuous control using generalized advantage estimation. arXiv preprint arXiv:1506.02438 , 2015. John Schulman, Filip Wolski, Prafulla Dhariwal, Alec Radford, and Oleg Klimov. Proximal policy optimization algorithms. arXiv preprint arXiv:1707.06347 , 2017. Zhihong Shao, Peiyi Wang, Qihao Zhu, Runxin Xu, Junxiao Song, Xiao Bi, Haowei Zhang, Mingchuan Zhang, YK Li, Yang Wu, et al. Deepseekmath: Pushing the limits of mathematical reasoning in open language models. arXiv preprint arXiv:2402.03300 , 2024. Guangming Sheng, Chi Zhang, Zilingfeng Ye, Xibin Wu, Wang Zhang, Ru Zhang, Yanghua Peng, Haibin Lin, and Chuan Wu. Hybridflow: A flexible and efficient rlhf framework. In Proceedings of the Twentieth European Conference on Computer Systems , pp. 1279–1297, 2025. Huatong Song, Jinhao Jiang, Yingqian Min, Jie Chen, Zhipeng Chen, Wayne Xin Zhao, Lei Fang, and Ji-Rong Wen. R1-searcher: Incentivizing the search capability in llms via reinforcement learning. arXiv preprint arXiv:2503.05592 , 2025. Hugo Touvron, Thibaut Lavril, Gautier Izacard, Xavier Martinet, Marie-Anne Lachaux, Timothee´ Lacroix, Baptiste Roziere, Naman Goyal, Eric Hambro, Faisal Azhar, et al. Llama: Open and ` efficient foundation language models. arXiv preprint arXiv:2302.13971 , 2023. Trieu H Trinh, Yuhuai Wu, Quoc V Le, He He, and Thang Luong. Solving olympiad geometry without human demonstrations. Nature , 625(7995):476–482, 2024. Harsh Trivedi, Niranjan Balasubramanian, Tushar Khot, and Ashish Sabharwal. musique: Multihop questions via single-hop question composition. Transactions of the Association for Computational Linguistics , 10:539–554, 2022. Junde Wu, Jiayuan Zhu, Yuyuan Liu, Min Xu, and Yueming Jin. Agentic reasoning: A streamlined framework for enhancing llm reasoning with agentic tools. arXiv preprint arXiv:2502.04644 , 2025. Qingyun Wu, Gagan Bansal, Jieyu Zhang, Yiran Wu, Beibin Li, Erkang Zhu, Li Jiang, Xiaoyun Zhang, Shaokun Zhang, Jiale Liu, et al. Autogen: Enabling next-gen llm applications via multiagent conversations. In First Conference on Language Modeling , 2024.", "source": "marker_v2", "marker_block_id": "/page/11/ListGroup/352"}
3
+ {"paper_id": "1G34S0m9Sd", "chunk_id": "1G34S0m9Sd:0080", "section": "REFERENCES", "page_start": 13, "page_end": 13, "type": "ListGroup", "text": "John Yang, Carlos E Jimenez, Alexander Wettig, Kilian Lieret, Shunyu Yao, Karthik Narasimhan, and Ofir Press. Swe-agent: Agent-computer interfaces enable automated software engineering. Advances in Neural Information Processing Systems , 37:50528–50652, 2024. Zhilin Yang, Peng Qi, Saizheng Zhang, Yoshua Bengio, William W Cohen, Ruslan Salakhutdinov, and Christopher D Manning. Hotpotqa: A dataset for diverse, explainable multi-hop question answering. arXiv preprint arXiv:1809.09600 , 2018. Shunyu Yao, Jeffrey Zhao, Dian Yu, Nan Du, Izhak Shafran, Karthik Narasimhan, and Yuan Cao. React: Synergizing reasoning and acting in language models. In International Conference on Learning Representations (ICLR) , 2023. Qiying Yu, Zheng Zhang, Ruofei Zhu, Yufeng Yuan, Xiaochen Zuo, Yu Yue, Weinan Dai, Tiantian Fan, Gaohong Liu, Lingjun Liu, et al. Dapo: An open-source llm reinforcement learning system at scale. arXiv preprint arXiv:2503.14476 , 2025. Wayne Xin Zhao, Kun Zhou, Junyi Li, Tianyi Tang, Xiaolei Wang, Yupeng Hou, Yingqian Min, Beichen Zhang, Junjie Zhang, Zican Dong, et al. A survey of large language models. arXiv preprint arXiv:2303.18223 , 1(2), 2023. Yuzhong Zhao, Yue Liu, Junpeng Liu, Jingye Chen, Xun Wu, Yaru Hao, Tengchao Lv, Shaohan Huang, Lei Cui, Qixiang Ye, et al. Geometric-mean policy optimization. arXiv preprint arXiv:2507.20673 , 2025. Chujie Zheng, Shixuan Liu, Mingze Li, Xiong-Hui Chen, Bowen Yu, Chang Gao, Kai Dang, Yuqiong Liu, Rui Men, An Yang, et al. Group sequence policy optimization. arXiv preprint arXiv:2507.18071 , 2025. Qinkai Zheng, Xiao Xia, Xu Zou, Yuxiao Dong, Shan Wang, Yufei Xue, Lei Shen, Zihan Wang, Andi Wang, Yang Li, et al. Codegeex: A pre-trained model for code generation with multilingual benchmarking on humaneval-x. In Proceedings of the 29th ACM SIGKDD Conference on Knowledge Discovery and Data Mining , pp. 5673–5684, 2023.", "source": "marker_v2", "marker_block_id": "/page/12/ListGroup/243"}
iclr26/1G34S0m9Sd/reference_text_v3.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ [p. 11 | section: REFERENCES | type: ListGroup]
2
+ Tom Brown, Benjamin Mann, Nick Ryder, Melanie Subbiah, Jared D Kaplan, Prafulla Dhariwal, Arvind Neelakantan, Pranav Shyam, Girish Sastry, Amanda Askell, et al. Language models are few-shot learners. Advances in neural information processing systems , 33:1877–1901, 2020. Tuhin Chakrabarty, Vishakh Padmakumar, Faeze Brahman, and Smaranda Muresan. Creativity support in the age of large language models: An empirical study involving professional writers. In Proceedings of the 16th Conference on Creativity & Cognition , pp. 132–155, 2024. Mingyang Chen, Tianpeng Li, Haoze Sun, Yijie Zhou, Chenzheng Zhu, Haofen Wang, Jeff Z Pan, Wen Zhang, Huajun Chen, Fan Yang, et al. Learning to reason with search for llms via reinforcement learning. arXiv preprint arXiv:2503.19470 , 2025. Paul F Christiano, Jan Leike, Tom Brown, Miljan Martic, Shane Legg, and Dario Amodei. Deep reinforcement learning from human preferences. Advances in neural information processing sys tems , 30, 2017. Tianzhe Chu, Yuexiang Zhai, Jihan Yang, Shengbang Tong, Saining Xie, Dale Schuurmans, Quoc V Le, Sergey Levine, and Yi Ma. Sft memorizes, rl generalizes: A comparative study of foundation model post-training. arXiv preprint arXiv:2501.17161 , 2025. Ganqu Cui, Yuchen Zhang, Jiacheng Chen, Lifan Yuan, Zhi Wang, Yuxin Zuo, Haozhan Li, Yuchen Fan, Huayu Chen, Weize Chen, et al. The entropy mechanism of reinforcement learning for reasoning language models. arXiv preprint arXiv:2505.22617 , 2025. Yunfan Gao, Yun Xiong, Xinyu Gao, Kangxiang Jia, Jinliu Pan, Yuxi Bi, Yixin Dai, Jiawei Sun, Haofen Wang, and Haofen Wang. Retrieval-augmented generation for large language models: A survey. arXiv preprint arXiv:2312.10997 , 2(1), 2023. Xanh Ho, Anh-Khoa Duong Nguyen, Saku Sugawara, and Akiko Aizawa. Constructing a multi-hop qa dataset for comprehensive evaluation of reasoning steps. arXiv preprint arXiv:2011.01060 , 2020. Bowen Jin, Jinsung Yoon, Priyanka Kargupta, Sercan O Arik, and Jiawei Han. An empirical study on reinforcement learning for reasoning-search interleaved llm agents. arXiv preprint arXiv:2505.15117 , 2025a. Bowen Jin, Hansi Zeng, Zhenrui Yue, Jinsung Yoon, Sercan Arik, Dong Wang, Hamed Zamani, and Jiawei Han. Search-r1: Training llms to reason and leverage search engines with reinforcement learning. arXiv preprint arXiv:2503.09516 , 2025b. Mandar Joshi, Eunsol Choi, Daniel S Weld, and Luke Zettlemoyer. Triviaqa: A large scale distantly supervised challenge dataset for reading comprehension. arXiv preprint arXiv:1705.03551 , 2017. Vladimir Karpukhin, Barlas Oguz, Sewon Min, Patrick SH Lewis, Ledell Wu, Sergey Edunov, Danqi Chen, and Wen-tau Yih. Dense passage retrieval for open-domain question answering. In EMNLP (1) , pp. 6769–6781, 2020. Tom Kwiatkowski, Jennimaria Palomaki, Olivia Redfield, Michael Collins, Ankur Parikh, Chris Alberti, Danielle Epstein, Illia Polosukhin, Jacob Devlin, Kenton Lee, et al. Natural questions: a benchmark for question answering research. Transactions of the Association for Computational Linguistics , 7:453–466, 2019. Patrick Lewis, Ethan Perez, Aleksandra Piktus, Fabio Petroni, Vladimir Karpukhin, Naman Goyal, Heinrich Kuttler, Mike Lewis, Wen-tau Yih, Tim Rockt ¨ aschel, et al. Retrieval-augmented gener- ¨ ation for knowledge-intensive nlp tasks. Advances in neural information processing systems , 33: 9459–9474, 2020. Zichen Liu, Changyu Chen, Wenjun Li, Penghui Qi, Tianyu Pang, Chao Du, Wee Sun Lee, and Min Lin. Understanding r1-zero-like training: A critical perspective. arXiv preprint arXiv:2503.20783 , 2025.
3
+
4
+ [p. 12 | section: REFERENCES | type: ListGroup]
5
+ Alex Mallen, Akari Asai, Victor Zhong, Rajarshi Das, Hannaneh Hajishirzi, and Daniel Khashabi. When not to trust language models: Investigating effectiveness and limitations of parametric and non-parametric memories. arXiv preprint arXiv:2212.10511 , 7, 2022. Guillermo Marco, Julio Gonzalo, Ramon del Castillo, and Mar ´ ´ıa Teresa Mateo Girona. Pron vs prompt: Can large language models already challenge a world-class fiction author at creative text writing? arXiv preprint arXiv:2407.01119 , 2024. Long Ouyang, Jeffrey Wu, Xu Jiang, Diogo Almeida, Carroll Wainwright, Pamela Mishkin, Chong Zhang, Sandhini Agarwal, Katarina Slama, Alex Ray, et al. Training language models to follow instructions with human feedback. Advances in neural information processing systems , 35: 27730–27744, 2022. Ofir Press, Muru Zhang, Sewon Min, Ludwig Schmidt, Noah A Smith, and Mike Lewis. Measuring and narrowing the compositionality gap in language models. arXiv preprint arXiv:2210.03350 , 2022. Rafael Rafailov, Archit Sharma, Eric Mitchell, Christopher D Manning, Stefano Ermon, and Chelsea Finn. Direct preference optimization: Your language model is secretly a reward model. Advances in neural information processing systems , 36:53728–53741, 2023. Timo Schick, Jane Dwivedi-Yu, Roberto Dess`ı, Roberta Raileanu, Maria Lomeli, Eric Hambro, Luke Zettlemoyer, Nicola Cancedda, and Thomas Scialom. Toolformer: Language models can teach themselves to use tools. Advances in Neural Information Processing Systems , 36:68539– 68551, 2023. John Schulman, Philipp Moritz, Sergey Levine, Michael Jordan, and Pieter Abbeel. Highdimensional continuous control using generalized advantage estimation. arXiv preprint arXiv:1506.02438 , 2015. John Schulman, Filip Wolski, Prafulla Dhariwal, Alec Radford, and Oleg Klimov. Proximal policy optimization algorithms. arXiv preprint arXiv:1707.06347 , 2017. Zhihong Shao, Peiyi Wang, Qihao Zhu, Runxin Xu, Junxiao Song, Xiao Bi, Haowei Zhang, Mingchuan Zhang, YK Li, Yang Wu, et al. Deepseekmath: Pushing the limits of mathematical reasoning in open language models. arXiv preprint arXiv:2402.03300 , 2024. Guangming Sheng, Chi Zhang, Zilingfeng Ye, Xibin Wu, Wang Zhang, Ru Zhang, Yanghua Peng, Haibin Lin, and Chuan Wu. Hybridflow: A flexible and efficient rlhf framework. In Proceedings of the Twentieth European Conference on Computer Systems , pp. 1279–1297, 2025. Huatong Song, Jinhao Jiang, Yingqian Min, Jie Chen, Zhipeng Chen, Wayne Xin Zhao, Lei Fang, and Ji-Rong Wen. R1-searcher: Incentivizing the search capability in llms via reinforcement learning. arXiv preprint arXiv:2503.05592 , 2025. Hugo Touvron, Thibaut Lavril, Gautier Izacard, Xavier Martinet, Marie-Anne Lachaux, Timothee´ Lacroix, Baptiste Roziere, Naman Goyal, Eric Hambro, Faisal Azhar, et al. Llama: Open and ` efficient foundation language models. arXiv preprint arXiv:2302.13971 , 2023. Trieu H Trinh, Yuhuai Wu, Quoc V Le, He He, and Thang Luong. Solving olympiad geometry without human demonstrations. Nature , 625(7995):476–482, 2024. Harsh Trivedi, Niranjan Balasubramanian, Tushar Khot, and Ashish Sabharwal. musique: Multihop questions via single-hop question composition. Transactions of the Association for Computational Linguistics , 10:539–554, 2022. Junde Wu, Jiayuan Zhu, Yuyuan Liu, Min Xu, and Yueming Jin. Agentic reasoning: A streamlined framework for enhancing llm reasoning with agentic tools. arXiv preprint arXiv:2502.04644 , 2025. Qingyun Wu, Gagan Bansal, Jieyu Zhang, Yiran Wu, Beibin Li, Erkang Zhu, Li Jiang, Xiaoyun Zhang, Shaokun Zhang, Jiale Liu, et al. Autogen: Enabling next-gen llm applications via multiagent conversations. In First Conference on Language Modeling , 2024.
6
+
7
+ [p. 13 | section: REFERENCES | type: ListGroup]
8
+ John Yang, Carlos E Jimenez, Alexander Wettig, Kilian Lieret, Shunyu Yao, Karthik Narasimhan, and Ofir Press. Swe-agent: Agent-computer interfaces enable automated software engineering. Advances in Neural Information Processing Systems , 37:50528–50652, 2024. Zhilin Yang, Peng Qi, Saizheng Zhang, Yoshua Bengio, William W Cohen, Ruslan Salakhutdinov, and Christopher D Manning. Hotpotqa: A dataset for diverse, explainable multi-hop question answering. arXiv preprint arXiv:1809.09600 , 2018. Shunyu Yao, Jeffrey Zhao, Dian Yu, Nan Du, Izhak Shafran, Karthik Narasimhan, and Yuan Cao. React: Synergizing reasoning and acting in language models. In International Conference on Learning Representations (ICLR) , 2023. Qiying Yu, Zheng Zhang, Ruofei Zhu, Yufeng Yuan, Xiaochen Zuo, Yu Yue, Weinan Dai, Tiantian Fan, Gaohong Liu, Lingjun Liu, et al. Dapo: An open-source llm reinforcement learning system at scale. arXiv preprint arXiv:2503.14476 , 2025. Wayne Xin Zhao, Kun Zhou, Junyi Li, Tianyi Tang, Xiaolei Wang, Yupeng Hou, Yingqian Min, Beichen Zhang, Junjie Zhang, Zican Dong, et al. A survey of large language models. arXiv preprint arXiv:2303.18223 , 1(2), 2023. Yuzhong Zhao, Yue Liu, Junpeng Liu, Jingye Chen, Xun Wu, Yaru Hao, Tengchao Lv, Shaohan Huang, Lei Cui, Qixiang Ye, et al. Geometric-mean policy optimization. arXiv preprint arXiv:2507.20673 , 2025. Chujie Zheng, Shixuan Liu, Mingze Li, Xiong-Hui Chen, Bowen Yu, Chang Gao, Kai Dang, Yuqiong Liu, Rui Men, An Yang, et al. Group sequence policy optimization. arXiv preprint arXiv:2507.18071 , 2025. Qinkai Zheng, Xiao Xia, Xu Zou, Yuxiao Dong, Shan Wang, Yufei Xue, Lei Shen, Zihan Wang, Andi Wang, Yang Li, et al. Codegeex: A pre-trained model for code generation with multilingual benchmarking on humaneval-x. In Proceedings of the 29th ACM SIGKDD Conference on Knowledge Discovery and Data Mining , pp. 5673–5684, 2023.
iclr26/1G34S0m9Sd/sanitization_report.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "paper_id": "1G34S0m9Sd",
3
+ "pipeline": "Paper2Markdown-V3",
4
+ "ok": true,
5
+ "page_count": 15,
6
+ "chunk_count": 86,
7
+ "main_body_chunk_count": 78,
8
+ "appendix_chunk_count": 5,
9
+ "reference_chunk_count": 3,
10
+ "model_text_chars": 39716,
11
+ "raw_markdown_chars": 60724,
12
+ "sanitized_chars": 54019,
13
+ "page_provenance": {
14
+ "min_page": 1,
15
+ "max_page": 15,
16
+ "invalid_count": 0
17
+ },
18
+ "marker_block_type_counts": {
19
+ "Caption": 1,
20
+ "Code": 1,
21
+ "Equation": 11,
22
+ "FigureGroup": 3,
23
+ "ListGroup": 6,
24
+ "PageFooter": 15,
25
+ "PageHeader": 15,
26
+ "SectionHeader": 23,
27
+ "Table": 1,
28
+ "TableGroup": 3,
29
+ "Text": 296
30
+ },
31
+ "asset_count_raw": 3,
32
+ "asset_count_model_kept": 3,
33
+ "asset_count_rejected": 0,
34
+ "asset_reject_reasons": {
35
+ "kept": 3
36
+ },
37
+ "artifact_leak_audit": {
38
+ "ok": true,
39
+ "hits": {
40
+ "Anonymous Authors": [],
41
+ "ACKNOWLEDGMENT": [],
42
+ "OpenReview": [],
43
+ "\"accept_label\"": [],
44
+ "\"decision\"": [],
45
+ "\"decision_tier\"": [],
46
+ "\"source_status\"": [],
47
+ "Meta-review": [],
48
+ "Official Review": [],
49
+ "official_reviews": [],
50
+ "meta_reviews": [],
51
+ "suggested_verdict_score": []
52
+ },
53
+ "artifact_count": 2
54
+ },
55
+ "default_model_input": "model_text_v3.txt",
56
+ "appendix_input": "appendix_text_v3.txt",
57
+ "reference_input": "reference_text_v3.txt"
58
+ }
iclr26/1G34S0m9Sd/sanitized_v3.txt ADDED
@@ -0,0 +1,286 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {0}
2
+ # ABSTRACT
3
+ Enhancing LLMs with the ability to actively search external knowledge is crucial for complex and real-world tasks. Current approaches either rely on prompting to elicit the model's innate agent capabilities, or suffer from performance ceilings and collapse when applying RL to complex interactive tasks, leaving their true agentic potential untapped. To address this, we introduce Dynamic-filter Sequence-level Policy Optimization (DSPO), an improved RL algorithm designed for robust agent training through sequence-level optimization and dynamic sample filtering. We train our model purely through RL to interleave multi-turn search and reasoning, obviating the need for supervised demonstration data. Across multiple QA benchmarks, our DSPO-trained 7B model improves over a comparable previous work by 34.1%, and even outperforms the 14B model from previous work in complex multihop QA such as HotpotQA by nearly 9% relative, maintaining exceptional training stability.
4
+ ## 1 INTRODUCTION
5
+ Large Language Models (LLMs) [\(Brown et al.,](#page-10-0) [2020;](#page-10-0) [Touvron et al.,](#page-11-0) [2023;](#page-11-0) [Zhao et al.,](#page-12-0) [2023\)](#page-12-0) have demonstrated exceptional performance across a spectrum of specialized tasks, including math [\(Shao](#page-11-1) [et al.,](#page-11-1) [2024;](#page-11-1) [Trinh et al.,](#page-11-2) [2024;](#page-11-2) [Yu et al.,](#page-12-1) [2025\)](#page-12-1), coding [\(Zheng et al.,](#page-12-2) [2023;](#page-12-2) [Yang et al.,](#page-12-3) [2024\)](#page-12-3), and creative writing [\(Chakrabarty et al.,](#page-10-1) [2024;](#page-10-1) [Marco et al.,](#page-11-3) [2024\)](#page-11-3). However, a fundamental limitation persists: their knowledge is inherently static, confined to the data on which they were trained. To overcome this knowledge cutoff, a dominant approach is to equip LLMs with search capabilities, transforming them into agents that can actively query external knowledge sources [\(Jin et al.,](#page-10-2) [2025b\)](#page-10-2). This ability is a prime example of tool-calling [\(Schick et al.,](#page-11-4) [2023\)](#page-11-4), where the model learns to interact with an external search tool to solve problems it cannot answer alone. Mastering this skill requires learning a complex, multi-step policy, framing the task as a sequential decision-making problem ideal for Reinforcement Learning (RL).
6
+ Unlike Supervised Fine-Tuning (SFT), which relies on costly static demonstrations and fails to teach exploration, RL provides a framework for LLMs to learn effective policies through trial-anderror [\(Chu et al.,](#page-10-3) [2025\)](#page-10-3). Consequently, value-free methods like Group Relative Policy Optimization (GRPO) [\(Shao et al.,](#page-11-1) [2024\)](#page-11-1) have become a dominant paradigm, prized for their simplicity and reduced memory overhead. However, despite its success in more constrained tasks, applying GRPO to the open-ended domain of interactive search reveals critical instabilities [\(Jin et al.,](#page-10-2) [2025b;](#page-10-2) [Yu et al.,](#page-12-1) [2025;](#page-12-1) [Cui et al.,](#page-10-4) [2025;](#page-10-4) [Liu et al.,](#page-10-5) [2025\)](#page-10-5). This fragility stems from two fundamental flaws. First, as identified by [Zheng et al.](#page-12-4) [\(2025\)](#page-12-4), GRPO's token-level objective is ill-posed when paired with a sequence-level reward, creating high-variance gradients that destabilize training. Second, the sparse rewards inherent to search tasks often yield sample groups with homogeneous outcomes (e.g., all successes or all failures), causing the advantage signal to collapse and providing no learning signal, which severely hinders sample efficiency [\(Yu et al.,](#page-12-1) [2025;](#page-12-1) [Liu et al.,](#page-10-5) [2025\)](#page-10-5).
7
+ To address these core challenges of instability and inefficient learning, we introduce Dynamic-filter Sequence-level Policy Optimization (DSPO). Our algorithm synthesizes and refines key principles from recent policy optimization research. DSPO adopts the sequence-level optimization from GSPO [\(Zheng et al.,](#page-12-4) [2025\)](#page-12-4) to match the unit of optimization with the unit of reward. This aligns the optimization objective with the reward signal, fundamentally stabilizing the learning process for long-horizon reasoning tasks. Furthermore, DSPO incorporates a dynamic outcome-based filtering
8
+ {1}------------------------------------------------
9
+ <span id="page-1-0"></span>![](_page_1_Figure_1.jpeg)
10
+ Figure 1: An overview of the DSPO training loop. For a given query, the policy model generates a group of G trajectories by interacting with the search environment. Each trajectory is assigned a sparse terminal reward. The **dynamic filter** discards groups with homogeneous outcomes and keep sampling until a batch is filled, ensuring that every training batch provides a effective advantage signal. Advantages are computed and used to update the policy model via sequence-level objective.
11
+ mechanism inspired by DAPO (Yu et al., 2025). This component actively constructs training batches from rollout groups containing both successful and unsuccessful outcomes for each prompt. It guarantees the advantage signal $\hat{A}_i$ to be effective and stable. By integrating these two components into a single, coherent framework, DSPO provides a stable and high-performance algorithm designed for complex, multi-turn search and reasoning tasks. Our model achieves a **34.1% relative improvement** over a leading 7B baseline (Jin et al., 2025b) and even surpasses its 14B counterpart (Jin et al., 2025a) on complex multi-hop benchmarks like HotpotQA, outperforming it by **nearly 9% relative** (0.613 vs. 0.563).
12
+ In summary, our main contributions are as follows:
13
+ - We propose DSPO, an improved RL algorithm that overcomes the core instability and sample-inefficiency issues in training agentic search models. It achieves this by unifying two key principles into a single cohesive framework: sequence-level optimization for robust policy updates and dynamic outcome-based filtering for a dense and effective learning signal.
14
+ - We demonstrate DSPO's substantial performance gains through rigorous benchmarking.
15
+ Our 7B model achieves a 34.1% relative improvement over a comparable 7B baseline and, more strikingly, outperforms its 14B counterpart on complex multi-hop QA, achieving a nearly 9% relative gain on HotpotQA (0.613 vs. 0.563).
16
+ - We provide extensive empirical evidence for DSPO's superior training stability, showing it\nenables a stable learning trajectory. Crucially, the results are achieved using only a basic
17
+ BM25 retriever, isolating the performance gains to the robustness of our algorithm.
18
+ #### 2 Related Work
19
+ #### 2.1 RL FOR LLMS
20
+ The landscape of RL for LLMs has evolved rapidly, moving from foundational Reinforcement Learning from Human Feedback (RLHF) methods that use PPO and explicit reward models (Ouyang et al., 2022; Christiano et al., 2017; Schulman et al., 2017) to simpler, direct-optimization frameworks like DPO (Rafailov et al., 2023). A key shift towards value-free optimization is marked by Group Relative Policy Optimization (GRPO) (Shao et al., 2024), which simplifies training by deriving a reward signal from group statistics. However, GRPO's token-level objective is known to cause training instability (Liu et al., 2025; Cui et al., 2025), prompting several targeted improvements. GSPO addresses this by shifting to a sequence-level objective to match the unit of reward (Zheng et al., 2025), while DAPO tackles inefficient learning from sparse rewards with a dynamic outcome-based sampling mechanism (Yu et al., 2025). In a similar vein, GMPO stabilizes the token-level objective using a geometric-mean aggregation to reduce sensitivity to outliers (Zhao et al., 2025).
21
+ {2}------------------------------------------------
22
+ Despite these advances, we observed these algorithms still face challenges like training collapse or performance bottlenecks in our experiments. Building upon the aforementioned research, we propose our improved algorithm, synthesizing the principles of sequence-level optimization and dynamic filtering and filling into a unified algorithm to overcome the unique challenges of training autonomous search agents.
23
+ #### 2.2 LLMs with Agentic Retrieval
24
+ To mitigate the static knowledge limitations of LLMs, RAG integrates external retrievers to dynamically incorporate evolving information (Lewis et al., 2020; Gao et al., 2023). Classic RAG frameworks employ dense retrievers to fetch relevant documents, which are then concatenated into the LLM's input for generation (Karpukhin et al., 2020). However, these approaches often rely on fixed pipelines, limiting autonomy in complex, multi-turn scenarios. Recently, research has evolved toward agentic paradigms, where LLMs act as autonomous agents capable of planning, searching, and reasoning iteratively. Frameworks like ReAct synergize reasoning and acting, enabling LLMs to interact with tools for tasks such as web navigation (Yao et al., 2023), while multi-agent systems, including AutoGen, facilitate collaborative workflows (Wu et al., 2024). Recent innovations emphasize agentic RAG and RL integration, where agents enhance retrieval through decision-making. Wu et al. (2025) introduce Agentic Reasoning, a framework integrating external tools for streamlined LLM reasoning. Some RL-integrated approaches (Jin et al., 2025b; Chen et al., 2025; Song et al., 2025) train LLMs to interleave reasoning and search using purely RL. The end-to-end paradigm internalizes agent capabilities and can avoid the engineering overhead of multi-agent frameworks. However, these methods still grapple with the training instability and performance limitation to the open-ended search domain. Our work directly confronts these bottlenecks. DSPO provides a robust and efficient training framework that ensures stable policy optimization, enabling LLMs to learn effective multi-turn search strategies.
25
+ #### 3 METHODOLOGY
26
+ In this section, we first formulate the task of agentic search as a RL problem and review prior policy optimization algorithms, highlighting their limitations in this context. We then introduce our proposed algorithm, **D**ynamic-filter **S**equence-level **P**olicy **O**ptimization (DSPO), detailing its core components for training stability and training efficiency. Finally, we present the integrated training algorithm.
27
+ #### 3.1 Preliminaries
28
+ **Policy Gradient Methods for LLMs.** Training LLMs via RL often employs policy gradient methods like PPO (Schulman et al., 2017), a popular algorithm for LLM alignment. It optimizes a policy $\pi_{\theta}$ by maximizing a clipped surrogate objective function using samples from an old policy $\pi_{\theta_{\text{old}}}$ . The objective, averaged over tokens, is given by:
29
+ $$J_{\text{PPO}}(\theta) = \mathbb{E}_{x \sim \mathcal{D}, y \sim \pi_{\theta_{\text{old}}}(\cdot \mid x)} \left[ \frac{1}{|y|} \sum_{t=1}^{|y|} \min \left( r_t(\theta) \hat{A}_t, \text{clip}\left(r_t(\theta), 1 - \epsilon, 1 + \epsilon\right) \hat{A}_t \right) \right], \quad (1)$$
30
+ where $r_t(\theta) = \frac{\pi_{\theta}(y_t|x,y_{< t})}{\pi_{\theta_{\text{old}}}(y_t|x,y_{< t})}$ is the token-level importance ratio. However, PPO relies on a separately trained value model to estimate token-level advantages $\hat{A}_t$ via Generalized Advantage Estimation (GAE) (Schulman et al., 2015), introducing significant memory overhead and can be a source of instability.
31
+ To address this, GRPO (Shao et al., 2024) was proposed. GRPO eliminates the need for a value model by sampling a group of G responses $\{y_i\}_{i=1}^G$ for a given prompt x. It then calculates the advantage of each response by normalizing its reward against the group's statistics. Like PPO, it optimizes the objective at the token level:
32
+ {3}------------------------------------------------
33
+ $$\begin{split} J_{\text{GRPO}}(\theta) &= \mathbb{E}_{x \sim \mathcal{D}, \{y_i\}_{i=1}^G \sim \pi_{\theta_{\text{old}}}(\cdot|x)} \\ & \left[ \frac{1}{G} \sum_{i=1}^G \frac{1}{|y_i|} \sum_{t=1}^{|y_i|} \min\left(r_{i,t}(\theta) \hat{A}_i, \text{clip}(r_{i,t}(\theta), 1-\epsilon, 1+\epsilon) \hat{A}_i\right) - \beta D_{KL}(\pi_{\theta}||\pi_{\text{ref}}) \right], \end{split}$$
34
+ where $r_{i,t}(\theta) = \frac{\pi_{\theta}(y_{i,t}|x,y_{i,< t})}{\pi_{\theta_{\text{old}}}(y_{i,t}|x,y_{i,< t})}$ , and the advantage for every token $y_{i,t}$ in a response $y_i$ is set to the same sequence-level value:
35
+ $$\hat{A}_{i,t} = \hat{A}_i = \frac{R_i - \text{mean}(R)}{\text{std}(R)},\tag{3}$$
36
+ Crucially, all tokens within a given response $y_i$ share the same advantage $\hat{A}_i$ , which is derived from the sequence-level reward.
37
+ **Agentic Search as a Markov Decision Process.** We model the iterative process of agentic search and reasoning as a sequential decision-making problem, formalized as a discrete-time, finite-horizon Markov Decision Process (MDP).
38
+ - State $(s_t)$ : At turn t, the state $s_t$ encodes the entire interaction history: the initial question q, all previously generated thoughts and search queries, and the retrieved evidence returned by the environment. Because search results must be interpreted and integrated into subsequent decisions, the state necessarily grows with the trajectory, creating long-horizon dependencies that conventional token-level RL struggles to optimize.
39
+ - Action $(a_t)$ : An action is a full textual segment generated by the policy $\pi_{\theta}$ , consisting of free-form reasoning followed by a decision. The action terminates either with a </tool\_call> token, which triggers a search, putting the results within </tool\_response>, or with a </answer> token, which ends the trajectory. This structured action space forces the agent to learn not only *what* to generate but also *when* to search—an aspect that introduces significant variability in trajectory length.
40
+ - **Policy** $(\pi_{\theta})$ : The policy $\pi_{\theta}$ is the underlying LLM, generating tokens autoregressively conditioned on the state. The policy conditions on the full history, but the optimization target is calculated only on the model-generated thoughts and actions, masking out the retrieved content from the environment (Jin et al., 2025b). Optimizing this policy requires credit assignment over long sequences in which many intermediate reasoning steps do not receive direct supervision or reward, further emphasizing the need for stable sequence-level optimization.
41
+ - Trajectory $(\tau)$ : A trajectory $\tau=(s_1,a_1,\ldots,s_T,a_T)$ records all reasoning and tool interactions taken for a given question, including both model-generated actions and environment-returned search results. Because the final reward is assigned at the level of the entire trajectory, the optimization problem is fundamentally sequence-level: every early decision can influence the eventual answer correctness.
42
+ - **Reward** $(R(\tau))$ : We employ a sparse terminal reward: a trajectory receives R=1 if the final answer contains the ground-truth text, and R=0 otherwise:
43
+ $$R(\tau) = \begin{cases} 1 & \text{if } a_{\text{gold}} \subseteq a_{\text{pred}}, \\ 0 & \text{otherwise.} \end{cases}$$
44
+ (4)
45
+ **RL** with a Search Engine. Following Jin et al. (2025b), we explicitly model the search engine, denoted as S, as part of the environment. The policy LLM $\pi_{\theta}$ learns to generate trajectories by interleaving reasoning with calls to S. The overall optimization problem is to find a policy that maximizes the expected reward, regularized by a KL divergence term to prevent large deviations from a reference policy $\pi_{\text{ref}}$ :
46
+ $$\max_{\pi_{\theta}} \mathbb{E}_{x \sim \mathcal{D}, y \sim \pi_{\theta}(\cdot | x; \mathcal{S})} \left[ R(x, y) \right] - \beta D_{\text{KL}} \left[ \pi_{\theta}(y | x; \mathcal{S}) || \pi_{\text{ref}}(y | x; \mathcal{S}) \right]. \tag{5}$$
47
+ Here, $y \sim \pi_{\theta}(\cdot|x; \mathcal{S})$ signifies that the trajectory y is generated through a multi-step process involving both the policy's token generation and the information returned by the search engine $\mathcal{S}$ .
48
+ {4}------------------------------------------------
49
+ Motivation for DSPO. While frameworks like Search-R1 (Jin et al., 2025b) have successfully framed agentic search as an RL problem, applying conventional algorithms like PPO or GRPO faces significant hurdles. The open-ended nature of the search environment exacerbates the instability of token-level optimization. A core issue is the fundamental mismatch between the unit of sequence-level reward assignment and the unit of token-level optimization (Zheng et al., 2025). This discrepancy leads to high-variance gradient estimates that accumulate over long trajectories, often culminating in policy collapse. Furthermore, the sparse binary reward signal means many training batches may contain only successful or only unsuccessful trajectories, yielding abnormal advantage and thus providing no learning signal, which drastically reduces sample efficiency (Yu et al., 2025; Liu et al., 2025). DSPO is designed to directly counteract these two critical failure modes.
50
+ #### 3.2 Dynamic-filter Sequence-Level Policy Optimization
51
+ DSPO introduces two key innovations over prior methods: (1) it performs policy optimization at the sequence level, aligning the training objective with the trajectory-based reward structure, and (2) it incorporates a dynamic filtering mechanism to ensure every training batch provides a high-quality, non-zero learning signal. The entire training process, which integrates these components, is depicted in Figure 1.
52
+ #### 3.2.1 Sequence-Level Policy Optimization for Enhanced Stability
53
+ Inspired by GSPO (Zheng et al., 2025), we replace the unstable token-level importance ratio with a theoretically grounded sequence-level counterpart. The sequence-level importance ratio $s_i(\theta)$ for a response $y_i$ is defined as the geometric mean of its token-level ratios:
54
+ <span id="page-4-0"></span>
55
+ $$s_{i}(\theta) = \left(\frac{\pi_{\theta}(y_{i}|x)}{\pi_{\theta_{\text{old}}}(y_{i}|x)}\right)^{\frac{1}{|y_{i}|}} = \exp\left(\frac{1}{|y_{i}|} \sum_{t=1}^{|y_{i}|} \log \frac{\pi_{\theta}(y_{i,t}|x, y_{i, < t})}{\pi_{\theta_{\text{old}}}(y_{i,t}|x, y_{i, < t})}\right).$$
56
+ (6)
57
+ This length normalization is crucial for reducing variance and ensuring that $s_i(\theta)$ remains within a consistent numerical range regardless of sequence length, which is vital for stable clipping.
58
+ **Gradient Analysis.** The gradient analysis below shows why DSPO enhances the stability. The gradient of the token-level GRPO objective (unclipped) scales each token's log-probability gradient by a noisy, token-specific weight $r_{i,t}(\theta)$ . In contrast, the gradient of our sequence-level objective scales the average log-probability gradient of the entire sequence by a single, more stable sequence-level weight $s_i(\theta)$ :
59
+ $$\nabla_{\theta} J_{\text{GRPO}} \propto \mathbb{E} \left[ \hat{A}_i \cdot \sum_{t=1}^{|y_i|} r_{i,t}(\theta) \nabla_{\theta} \log \pi_{\theta}(y_{i,t}| \dots) \right]$$
60
+ (7)
61
+ $$\nabla_{\theta} J_{\text{DSPO}} \propto \mathbb{E} \left[ \hat{A}_i \cdot s_i(\theta) \cdot \sum_{t=1}^{|y_i|} \nabla_{\theta} \log \pi_{\theta}(y_{i,t}|\dots) \right]$$
62
+ (8)
63
+ By applying a single, holistic correction factor to the entire trajectory, DSPO avoids the accumulation of token-level noise that plagues prior methods, leading to fundamentally more stable training. In parallel, the dynamic filtering mechanism guarantees a normal advantage signal $\hat{A}_i$ by constructing training batches from rollout groups that contain both successes and failures, thus preventing wasted samples in sparse-reward environments.
64
+ #### 3.2.2 Dynamic Outcome-based Filtering for Efficient Learning
65
+ The sparse binary nature of our reward function poses a challenge for group-based advantage estimation. If all G responses in a group are correct (R=1) or all are incorrect (R=0), the normalized advantage $\hat{A}_i$ becomes zero or undefined. Such batches do not provide a useful gradient signal, wasting computational resources.
66
+ {5}------------------------------------------------
67
+ 292293
68
+ 295296
69
+ 298299
70
+ 312313314
71
+ ### <span id="page-5-1"></span>Algorithm 1 Dynamic-filter Sequence-level Policy Optimization (DSPO)
72
+ ```
73
+ 1: Input: Initial policy \pi_{\theta_0}, fixed reference policy \pi_{\text{ref}}, prompt dataset \mathcal{D}, group size G, batch size
74
+ B, search tool \mathcal{R}.
75
+ 2: Initialize policy \pi_{\theta} \leftarrow \pi_{\theta_0}.
76
+ 3: for each training step do
77
+ 4:
78
+ \pi_{\theta_{\text{old}}} \leftarrow \pi_{\theta}.
79
+ 5:
80
+ Initialize training buffer \mathcal{B} \leftarrow \emptyset.
81
+ while |\mathcal{B}| < B do
82
+ 6:
83
+ 7:
84
+ Sample a prompt x \sim \mathcal{D}.
85
+ Generate a group of G trajectories \{y_i\}_{i=1}^G using \pi_{\theta_{\text{old}}} and the search tool \mathcal{R}.
86
+ 8:
87
+ Compute terminal rewards \{R_i\}_{i=1}^G = \{\text{ContainsAnswer}(y_i, y_{\text{gold}})\}_{i=1}^G.
88
+ 9:
89
+ if 0 < \sum_{i=1}^{G} R_i < G then Add (x, \{y_i\}_{i=1}^{G}, \{R_i\}_{i=1}^{G}) to \mathcal{B}.
90
+ ▷ Dynamic outcome-based filtering
91
+ 10:
92
+ 12:
93
+ 13:
94
+ end while
95
+ for each (x, \{y_i\}, \{R_i\}) in \mathcal{B} do
96
+ 14:
97
+ 15:
98
+ Compute advantages \{\hat{A}_i\}_{i=1}^G via group normalization of \{R_i\}.
99
+ Compute sequence-level importance ratios \{s_i(\theta)\}_{i=1}^G using Eq. 6.
100
+ 16:
101
+ Compute the DSPO loss for the group using Eq. 11, applying masks to retrieved tokens.
102
+ 17:
103
+ 18:
104
+ 19:
105
+ Update policy parameters \theta by taking a gradient step on the total loss from \mathcal{B}.
106
+ 20: end for
107
+ ```
108
+ To overcome this, DSPO incorporates a dynamic filtering mechanism inspired by DAPO (Yu et al., 2025). During sampling, we only retain groups of trajectories that contain a mix of successful and unsuccessful outcomes. A group $\{y_i\}_{i=1}^G$ is used for training only if its rewards $\{R_i\}_{i=1}^G$ satisfy:
109
+ $$0 < \sum_{i=1}^{G} R_i < G. (9)$$
110
+ This ensures that the reward variance within every training group is non-zero, guaranteeing a meaningful advantage signal. This dynamic selection curates a high-quality dataset for each policy update, transforming a sparse reward problem into a dense and efficient learning signal.
111
+ #### 3.3 THE DSPO OBJECTIVE AND TRAINING ALGORITHM
112
+ By integrating these components, we arrive at the final DSPO objective. For each valid group from the filtered sample space $\mathcal{D}_{\text{filtered}}$ , we compute the advantage $\hat{A}_i$ using group-relative normalization:
113
+ $$\hat{A}_i = \frac{R_i - \text{mean}(R)}{\text{std}(R) + \delta},\tag{10}$$
114
+ where $\delta$ is a small constant for numerical stability. The policy $\pi_{\theta}$ is updated by maximizing (we omit the KL divergence term to simplify the presentation of the core objective form):
115
+ <span id="page-5-0"></span>
116
+ $$J_{\text{DSPO}}(\theta) = \mathbb{E}_{(x,\{y_i\}) \in \mathcal{D}_{\text{filtered}}} \left[ \frac{1}{G} \sum_{i=1}^{G} \min \left( s_i(\theta) \hat{A}_i, \text{clip}(s_i(\theta), 1 - \epsilon_{\text{low}}, 1 + \epsilon_{\text{high}}) \hat{A}_i \right) \right], \quad (11)$$
117
+ where $s_i$ is the sequence-level importance ration defined as the geometric mean of the token-level ratios. We use the decoupled clip for better exploration of the policy(Yu et al., 2025). Crucially, during likelihood calculation, we apply loss masking to all tokens retrieved from the search tool following Jin et al. (2025b). This ensures the model learns to utilize external knowledge for reasoning, not simply to reproduce it. The full training process is detailed in Algorithm 1.
118
+ ### 4 EXPERIMENTS
119
+ In this section, we conduct a series of experiments to empirically validate the effectiveness of our proposed Dynamic-filter Sequence-level Policy Optimization (DSPO) algorithm. Our primary
120
+ {6}------------------------------------------------
121
+ <span id="page-6-1"></span>![](_page_6_Figure_1.jpeg)
122
+ <span id="page-6-0"></span>Figure 2: Validation performance of DSPO across seven benchmarks during training. The steady, monotonic increase in accuracy confirms that DSPO's reward improvement translates directly to enhanced generalization and that our method learns a robust search-and-reasoning policy.
123
+ ![](_page_6_Figure_3.jpeg)
124
+ Figure 3: **Training reward dynamics of DSPO and its ablations.** Comparative view of learning curves. DSPO (red) demonstrates stable and monotonic improvement. In contrast, token-level variants (green, blue) suffer catastrophic policy collapse, while the sequence-level variant without our filter (purple) plateaus at a suboptimal level.
125
+ objectives are to demonstrate that DSPO: (1) achieves exceptional performance on challenging question-answering benchmarks; (2) exhibits significantly enhanced training stability, avoiding the catastrophic collapse that plagues baseline methods; and (3) derives its performance gains from the synergistic combination of its core components.
126
+ #### 4.1 EXPERIMENTAL SETUP
127
+ **Prompt Template.** Following Search-R1 (Jin et al., 2025b), As shown in Table 1, we use the prompt template to instruct the model's actions during the search task, including <think>, <tool\_call> and <answer>.
128
+ **Benchmarks and Baselines.** To provide a rigorous evaluation, our experimental design adheres to the established protocol of Search-R1 (Jin et al., 2025b). We train our model on a composite dataset containing the training splits of Natural Questions (NQ) (Kwiatkowski et al., 2019) and HotpotQA (Yang et al., 2018). We then assess its generalization capabilities on the test sets of seven diverse QA benchmarks: NQ, TriviaQA (Joshi et al., 2017), PopQA (Mallen et al., 2022),
129
+ {7}------------------------------------------------
130
+ **384**
131
+ <span id="page-7-0"></span>Prompt Template. Answer the given question. You must conduct reasoning inside **<think>** and **</think>**. first every time you get new information. After reasoning, if you find you lack some knowledge, you can call a search engine by **<tool call>** query **</tool call>** and it will return the top searched results between **<tool response>** and **</tool response>**. You can search as many times as your want. If you find no further external knowledge needed, you can directly provide the answer inside **<answer>** and **</answer>**, without detailed illustrations. For example, **<answer>** Beijing **</answer>**. Question: ...
132
+ Table 1: The prompt template used in our experiments.
133
+ HotpotQA, 2WikiMultiHopQA [\(Ho et al.,](#page-10-14) [2020\)](#page-10-14), Musique [\(Trivedi et al.,](#page-11-13) [2022\)](#page-11-13), and Bamboogle [\(Press et al.,](#page-11-14) [2022\)](#page-11-14).
134
+ Our comparison suite includes strong external baselines and critical internal ablations. External baselines are the Qwen2.5-7B and 14B models trained with PPO and GRPO from the Search-R1 framework [\(Jin et al.,](#page-10-2) [2025b;](#page-10-2)[a\)](#page-10-6). To deconstruct our method, we also include two internal baselines as ablations: (1) DSPO w/o dynamic filter, which is equivalent to GSPO [\(Zheng et al.,](#page-12-4) [2025\)](#page-12-4), and (2) DSPO w/o sequence-level opt., which reverts to a strong token-level policy, DAPO [\(Yu et al.,](#page-12-1) [2025\)](#page-12-1).
135
+ For implementation, we used Qwen2.5-7B-Instruct model as the starting checkpoint for all our training. Our experiments are built upon the VeRL framework [\(Sheng et al.,](#page-11-15) [2025\)](#page-11-15), for which we adapted the provided search-r1-like example code and scripts to suit our methodology. We benchmark DSPO against a comprehensive suite of baselines. For external comparison, we use the PPO and GRPO methods from the Search-R1 framework [\(Jin et al.,](#page-10-2) [2025b](#page-10-2)[;a\)](#page-10-6). Crucially, as our work utilizes a modified reward function, we retrained these models under our exact experimental conditions to ensure a fair comparison. The results of these retrained models serve as our primary external benchmarks.
136
+ Implementation and Evaluation. To isolate the benefits of our algorithm, all RL experiments deliberately employ a standard BM25 retriever. This controlled setup ensures that observed performance improvements are directly attributable to the model's learned policy. Across all methods, models are trained using a sparse, binary reward signal based on substring Exact Match (subEM) of the final answer, and subEM serves as the primary evaluation metric.
137
+ ### 4.2 MAIN RESULTS AND ABLATION STUDY
138
+ To provide a holistic view of our algorithm's effectiveness, we present a comprehensive comparison in Table [2.](#page-8-0) Due to the synergistic nature of DSPO's components, we find it most illustrative to present our main results alongside our ablation study. This single table juxtaposes DSPO against both external state-of-the-art baselines and its own ablated variants, offering a clear and direct assessment of its overall superiority and the indispensability of its core components.
139
+ Comparison with Baselines. The results in Table [2](#page-8-0) underscore DSPO's clear superiority. Our DSPO-trained 7B agent achieves a remarkable average score of 0.531, establishing a new stateof-the-art. This represents a 34.1% relative improvement over the same-sized Search-R1 (GRPO, 7B) model. More strikingly, our 7B agent achieves a slightly better average score than the much larger Search-R1 14B models (both GRPO and PPO). This outcome provides strong evidence that the performance gains stem from a more effective and stable learning algorithm rather than an overreliance on model scale.
140
+ Analysis of Ablations. The ablation results, also presented in Table [2,](#page-8-0) unequivocally demonstrate that both of DSPO's components are indispensable. First, removing the dynamic filter ('w/o dynamic filter', i.e., GSPO) causes a catastrophic drop in performance, with the average score plummeting to 0.313. This highlights its critical role; without the filter, the sequence-level objective is starved of a useful learning signal due to homogeneous-reward batches. Second, ablating sequence-level optimization ('w/o sequence-level opt.', i.e., DAPO) also leads to a significant performance degradation, yielding an average score of 0.406. While this token-level variant outperforms the filter-less
141
+ {8}------------------------------------------------
142
+ <span id="page-8-0"></span>Table 2: Comprehensive comparison of DSPO with baselines and ablation variants on seven QA benchmarks. Baselines include Search-R1 models (7B & 14B) trained with GRPO and PPO [\(Jin](#page-10-2) [et al.,](#page-10-2) [2025b](#page-10-2)[;a\)](#page-10-6). Ablations remove key components: 'w/o dynamic filter' and 'w/o seq-level opt.'. Original EM scores from Search-R1 are in parentheses. To maintain the consistency of evaluation, we retrained and evaluated them using our adjusted rewards. Best results are in bold; second-best are underlined.
143
+ | Dataset | Search-R1 | | | | DSPO & Ablations (Ours, 7B) | | |
144
+ |-----------------|---------------|----------|---------------|-----------|-----------------------------|------------------|-------|
145
+ | | GRPO (7B) | PPO (7B) | GRPO (14B) | PPO (14B) | w/o dyn. filter | w/o seq-lvl opt. | DSPO |
146
+ | NQ | 0.423 (0.429) | (0.393) | 0.535 (0.482) | (0.424) | 0.363 | 0.470 | 0.580 |
147
+ | TriviaQA | 0.658 (0.623) | (0.610) | 0.760 (0.667) | (0.660) | 0.515 | 0.695 | 0.754 |
148
+ | PopQA | 0.395 (0.427) | (0.397) | 0.477 (0.434) | (0.442) | 0.277 | 0.430 | 0.498 |
149
+ | HotpotQA | 0.401 (0.386) | (0.370) | 0.563 (0.429) | (0.436) | 0.330 | 0.438 | 0.613 |
150
+ | 2WikiMultiHopQA | 0.357 (0.414) | (0.346) | 0.611 (0.424) | (0.379) | 0.285 | 0.398 | 0.569 |
151
+ | Musique | 0.122 (0.162) | (0.146) | 0.260 (0.191) | (0.210) | 0.105 | 0.133 | 0.270 |
152
+ | Bamboogle | 0.280 (0.400) | (0.368) | 0.504 (0.492) | (0.480) | 0.288 | 0.280 | 0.432 |
153
+ | Average | 0.377 (0.396) | (0.385) | 0.530 (0.446) | (0.433) | 0.313 | 0.406 | 0.531 |
154
+ one, it falls well short of the full DSPO model. As we show in the next section, it is also prone to catastrophic training instability. This confirms that the synergy is crucial: sequence-level updates are essential for stability, while our dynamic filter is critical for transforming sparse rewards into an efficient learning signal.
155
+ Beyond quantitative metrics, we observe that DSPO enables sophisticated search behaviors, including recognize irrelevant results, query reformulation and multi-turn verification (see Appendix [A.2](#page-13-0) for detailed trajectory examples). All of these behaviors are emerging from pure RL training through DSPO.
156
+ # 4.3 ANALYSIS OF TRAINING DYNAMICS
157
+ To empirically validate our claims regarding stability and efficiency, we analyze the training reward dynamics of DSPO, its ablations, and key baselines. Figure [3](#page-6-0) offers a compelling visualization of these dynamics, reinforcing our core architectural choices.
158
+ DSPO (red) exhibits a smooth, monotonic ascent, efficiently converging to the highest reward level. This trajectory empirically confirms the stability afforded by its sequence-level objective. In stark contrast, the token-level methods—DSPO w/o Seq-level Opt. (green) and vanilla GRPO (blue)—suffer from catastrophic policy collapse early in training. Their rewards plummet after a brief initial improvement, a clear manifestation of the instability caused by high-variance, tokenlevel gradient updates. Meanwhile, DSPO w/o Dynamic Filter (purple), which leverages sequencelevel updates but lacks an efficient learning signal, remains stable but plateaus at a significantly suboptimal performance ceiling. These dynamics reveal that DSPO's synergy of sequence-level stability and dynamic filtering is key to its robust and effective policy optimization.
159
+ To ensure these improvements in training reward translate to genuine generalization rather than reward hacking, we track validation performance on key benchmarks throughout training. As illustrated in Figure [2,](#page-6-1) DSPO's validation accuracy on NQ, HotpotQA, and other diverse benchmarks rises consistently, mirroring its stable reward curve. This correlation confirms that the agent is learning a generalizable search-and-reasoning policy.
160
+ #### 4.4 SCALABILITY AND GENERALIZATION ANALYSIS
161
+ To further validate the robustness of our approach, we extend our evaluation to explore model scalability and domain generalization.
162
+ Scalability to Larger Models. We investigate whether the stability benefits of DSPO translate to larger parameter scales by training Qwen2.5-14B-Instruct. As detailed in Table [3,](#page-9-0) DSPO demonstrates remarkable scalability. The DSPO-trained 14B model achieves an average accuracy of 60.6%,
163
+ {9}------------------------------------------------
164
+ <span id="page-9-1"></span>**509**
165
+ **529 530**
166
+ **538 539** significantly outperforming the strong GRPO-14B baseline (53.0%) by a relative margin of 14.3%. These results confirm that our method effectively leverages increased model capacity, establishing an outperforming performance that consistently exceeds standard baselines.
167
+ <span id="page-9-0"></span>Table 3: Scalability analysis on Qwen2.5-14B-Instruct. Best results are in bold.
168
+ | Dataset | Instruct<br>(14B) | GRPO<br>(14B) | DSPO<br>(7B) | DSPO<br>(14B) | Gain |
169
+ |-----------|-------------------|---------------|--------------|---------------|--------|
170
+ | NQ | 0.345 | 0.535 | 0.580 | 0.629 | +17.6% |
171
+ | HotpotQA | 0.407 | 0.563 | 0.613 | 0.665 | +18.1% |
172
+ | 2WikiMQA | 0.332 | 0.611 | 0.569 | 0.699 | +14.4% |
173
+ | Bamboogle | 0.328 | 0.504 | 0.432 | 0.544 | +7.9% |
174
+ | PopQA | 0.364 | 0.477 | 0.498 | 0.545 | +14.3% |
175
+ | TriviaQA | 0.643 | 0.760 | 0.754 | 0.802 | +5.5% |
176
+ | Musique | 0.151 | 0.260 | 0.270 | 0.361 | +38.8% |
177
+ | Average | 0.367 | 0.530 | 0.531 | 0.606 | +14.3% |
178
+ Generalization to Mathematical Reasoning. We further assess the universality of DSPO by applying it to single-turn mathematical reasoning tasks using the Qwen2.5 and Qwen3 model family. Table [4](#page-9-1) presents the comparison on Math500 and Olympiad-Bench. DSPO consistently surpasses GRPO across both 7B and 4B model sizes. This indicates that DSPO are effective for general reasoning domains.
179
+ Table 4: Generalization to mathematical reasoning. Best results are in bold.
180
+ | Model | Benchmark | Steps | GRPO | DSPO | Gain |
181
+ |-----------------|----------------|-------|-------|-------|-------|
182
+ | Qwen2.5-Math-7B | Math500 | 200 | 0.772 | 0.798 | +2.6% |
183
+ | Qwen3-4B | Olympiad-Bench | 100 | 0.728 | 0.755 | +2.7% |
184
+ ## 5 CONCLUSION
185
+ In this work, we tackled the critical instability and sample inefficiency issues that plague RL for autonomous LLM search agents. We introduced Dynamic-filter Sequence-level Policy Optimization (DSPO), an improved algorithm that ensures robust training through two key components: sequence-level optimization to prevent catastrophic policy collapse, and a dynamic outcome-based filter to transform sparse rewards into a consistently effective learning signal. Our experiments demonstrated that DSPO not only achieves substantial performance across a suite of challenging question-answering benchmarks but also exhibits superior training stability compared to prior methods.
186
+ By enabling robust training from environmental feedback alone, DSPO establishes a practical and efficient blueprint for creating capable LLM agents without costly expert data. With this stable foundation, future work can confidently explore integrating advanced retrievers or extending DSPO to complex, multi-tool tasks. Furthermore, since the challenges of sparse rewards and unstable policy gradients are not unique to search, we hypothesize that DSPO's principles will yield similar performance and stability gains in other domains such as mathematics and code generation, which remains a promising direction for future validation. We believe the core tenets of DSPO—matching the optimization unit to the reward signal and guaranteeing signal density—will be instrumental in developing the next generation of autonomous AI.
187
+ {10}------------------------------------------------
188
+ # REFERENCES
189
+ <span id="page-10-4"></span>**558 559 560**
190
+ <span id="page-10-9"></span>**564**
191
+ <span id="page-10-10"></span>**579**
192
+ - <span id="page-10-0"></span>Tom Brown, Benjamin Mann, Nick Ryder, Melanie Subbiah, Jared D Kaplan, Prafulla Dhariwal, Arvind Neelakantan, Pranav Shyam, Girish Sastry, Amanda Askell, et al. Language models are few-shot learners. *Advances in neural information processing systems*, 33:1877–1901, 2020.
193
+ - <span id="page-10-1"></span>Tuhin Chakrabarty, Vishakh Padmakumar, Faeze Brahman, and Smaranda Muresan. Creativity support in the age of large language models: An empirical study involving professional writers. In *Proceedings of the 16th Conference on Creativity & Cognition*, pp. 132–155, 2024.
194
+ - <span id="page-10-11"></span>Mingyang Chen, Tianpeng Li, Haoze Sun, Yijie Zhou, Chenzheng Zhu, Haofen Wang, Jeff Z Pan, Wen Zhang, Huajun Chen, Fan Yang, et al. Learning to reason with search for llms via reinforcement learning. *arXiv preprint arXiv:2503.19470*, 2025.
195
+ - <span id="page-10-7"></span>Paul F Christiano, Jan Leike, Tom Brown, Miljan Martic, Shane Legg, and Dario Amodei. Deep reinforcement learning from human preferences. *Advances in neural information processing systems*, 30, 2017.
196
+ - <span id="page-10-3"></span>Tianzhe Chu, Yuexiang Zhai, Jihan Yang, Shengbang Tong, Saining Xie, Dale Schuurmans, Quoc V Le, Sergey Levine, and Yi Ma. Sft memorizes, rl generalizes: A comparative study of foundation model post-training. *arXiv preprint arXiv:2501.17161*, 2025.
197
+ - Ganqu Cui, Yuchen Zhang, Jiacheng Chen, Lifan Yuan, Zhi Wang, Yuxin Zuo, Haozhan Li, Yuchen Fan, Huayu Chen, Weize Chen, et al. The entropy mechanism of reinforcement learning for reasoning language models. *arXiv preprint arXiv:2505.22617*, 2025.
198
+ - Yunfan Gao, Yun Xiong, Xinyu Gao, Kangxiang Jia, Jinliu Pan, Yuxi Bi, Yixin Dai, Jiawei Sun, Haofen Wang, and Haofen Wang. Retrieval-augmented generation for large language models: A survey. *arXiv preprint arXiv:2312.10997*, 2(1), 2023.
199
+ - <span id="page-10-14"></span>Xanh Ho, Anh-Khoa Duong Nguyen, Saku Sugawara, and Akiko Aizawa. Constructing a multi-hop qa dataset for comprehensive evaluation of reasoning steps. *arXiv preprint arXiv:2011.01060*, 2020.
200
+ - <span id="page-10-6"></span>Bowen Jin, Jinsung Yoon, Priyanka Kargupta, Sercan O Arik, and Jiawei Han. An empirical study on reinforcement learning for reasoning-search interleaved llm agents. *arXiv preprint arXiv:2505.15117*, 2025a.
201
+ - <span id="page-10-2"></span>Bowen Jin, Hansi Zeng, Zhenrui Yue, Jinsung Yoon, Sercan Arik, Dong Wang, Hamed Zamani, and Jiawei Han. Search-r1: Training llms to reason and leverage search engines with reinforcement learning. *arXiv preprint arXiv:2503.09516*, 2025b.
202
+ - <span id="page-10-13"></span>Mandar Joshi, Eunsol Choi, Daniel S Weld, and Luke Zettlemoyer. Triviaqa: A large scale distantly supervised challenge dataset for reading comprehension. *arXiv preprint arXiv:1705.03551*, 2017.
203
+ - Vladimir Karpukhin, Barlas Oguz, Sewon Min, Patrick SH Lewis, Ledell Wu, Sergey Edunov, Danqi Chen, and Wen-tau Yih. Dense passage retrieval for open-domain question answering. In *EMNLP (1)*, pp. 6769–6781, 2020.
204
+ - <span id="page-10-12"></span>Tom Kwiatkowski, Jennimaria Palomaki, Olivia Redfield, Michael Collins, Ankur Parikh, Chris Alberti, Danielle Epstein, Illia Polosukhin, Jacob Devlin, Kenton Lee, et al. Natural questions: a benchmark for question answering research. *Transactions of the Association for Computational Linguistics*, 7:453–466, 2019.
205
+ - <span id="page-10-8"></span><span id="page-10-5"></span>Patrick Lewis, Ethan Perez, Aleksandra Piktus, Fabio Petroni, Vladimir Karpukhin, Naman Goyal, Heinrich Kuttler, Mike Lewis, Wen-tau Yih, Tim Rockt ¨ aschel, et al. Retrieval-augmented gener- ¨ ation for knowledge-intensive nlp tasks. *Advances in neural information processing systems*, 33: 9459–9474, 2020.
206
+ - Zichen Liu, Changyu Chen, Wenjun Li, Penghui Qi, Tianyu Pang, Chao Du, Wee Sun Lee, and Min Lin. Understanding r1-zero-like training: A critical perspective. *arXiv preprint arXiv:2503.20783*, 2025.
207
+ {11}------------------------------------------------
208
+ <span id="page-11-14"></span><span id="page-11-7"></span><span id="page-11-5"></span>**604 605 606**
209
+ <span id="page-11-11"></span><span id="page-11-4"></span>**617**
210
+ <span id="page-11-15"></span><span id="page-11-6"></span><span id="page-11-1"></span>**619**
211
+ <span id="page-11-10"></span><span id="page-11-0"></span>**634**
212
+ <span id="page-11-13"></span><span id="page-11-9"></span><span id="page-11-8"></span><span id="page-11-2"></span>**636**
213
+ - <span id="page-11-12"></span><span id="page-11-3"></span>Alex Mallen, Akari Asai, Victor Zhong, Rajarshi Das, Hannaneh Hajishirzi, and Daniel Khashabi. When not to trust language models: Investigating effectiveness and limitations of parametric and non-parametric memories. *arXiv preprint arXiv:2212.10511*, 7, 2022.
214
+ - Guillermo Marco, Julio Gonzalo, Ramon del Castillo, and Mar ´ ´ıa Teresa Mateo Girona. Pron vs prompt: Can large language models already challenge a world-class fiction author at creative text writing? *arXiv preprint arXiv:2407.01119*, 2024.
215
+ - Long Ouyang, Jeffrey Wu, Xu Jiang, Diogo Almeida, Carroll Wainwright, Pamela Mishkin, Chong Zhang, Sandhini Agarwal, Katarina Slama, Alex Ray, et al. Training language models to follow instructions with human feedback. *Advances in neural information processing systems*, 35: 27730–27744, 2022.
216
+ - Ofir Press, Muru Zhang, Sewon Min, Ludwig Schmidt, Noah A Smith, and Mike Lewis. Measuring and narrowing the compositionality gap in language models. *arXiv preprint arXiv:2210.03350*, 2022.
217
+ - Rafael Rafailov, Archit Sharma, Eric Mitchell, Christopher D Manning, Stefano Ermon, and Chelsea Finn. Direct preference optimization: Your language model is secretly a reward model. *Advances in neural information processing systems*, 36:53728–53741, 2023.
218
+ - Timo Schick, Jane Dwivedi-Yu, Roberto Dess`ı, Roberta Raileanu, Maria Lomeli, Eric Hambro, Luke Zettlemoyer, Nicola Cancedda, and Thomas Scialom. Toolformer: Language models can teach themselves to use tools. *Advances in Neural Information Processing Systems*, 36:68539– 68551, 2023.
219
+ - John Schulman, Philipp Moritz, Sergey Levine, Michael Jordan, and Pieter Abbeel. Highdimensional continuous control using generalized advantage estimation. *arXiv preprint arXiv:1506.02438*, 2015.
220
+ - John Schulman, Filip Wolski, Prafulla Dhariwal, Alec Radford, and Oleg Klimov. Proximal policy optimization algorithms. *arXiv preprint arXiv:1707.06347*, 2017.
221
+ - Zhihong Shao, Peiyi Wang, Qihao Zhu, Runxin Xu, Junxiao Song, Xiao Bi, Haowei Zhang, Mingchuan Zhang, YK Li, Yang Wu, et al. Deepseekmath: Pushing the limits of mathematical reasoning in open language models. *arXiv preprint arXiv:2402.03300*, 2024.
222
+ - Guangming Sheng, Chi Zhang, Zilingfeng Ye, Xibin Wu, Wang Zhang, Ru Zhang, Yanghua Peng, Haibin Lin, and Chuan Wu. Hybridflow: A flexible and efficient rlhf framework. In *Proceedings of the Twentieth European Conference on Computer Systems*, pp. 1279–1297, 2025.
223
+ - Huatong Song, Jinhao Jiang, Yingqian Min, Jie Chen, Zhipeng Chen, Wayne Xin Zhao, Lei Fang, and Ji-Rong Wen. R1-searcher: Incentivizing the search capability in llms via reinforcement learning. *arXiv preprint arXiv:2503.05592*, 2025.
224
+ - Hugo Touvron, Thibaut Lavril, Gautier Izacard, Xavier Martinet, Marie-Anne Lachaux, Timothee´ Lacroix, Baptiste Roziere, Naman Goyal, Eric Hambro, Faisal Azhar, et al. Llama: Open and ` efficient foundation language models. *arXiv preprint arXiv:2302.13971*, 2023.
225
+ - Trieu H Trinh, Yuhuai Wu, Quoc V Le, He He, and Thang Luong. Solving olympiad geometry without human demonstrations. *Nature*, 625(7995):476–482, 2024.
226
+ - Harsh Trivedi, Niranjan Balasubramanian, Tushar Khot, and Ashish Sabharwal. musique: Multihop questions via single-hop question composition. *Transactions of the Association for Computational Linguistics*, 10:539–554, 2022.
227
+ - Junde Wu, Jiayuan Zhu, Yuyuan Liu, Min Xu, and Yueming Jin. Agentic reasoning: A streamlined framework for enhancing llm reasoning with agentic tools. *arXiv preprint arXiv:2502.04644*, 2025.
228
+ - Qingyun Wu, Gagan Bansal, Jieyu Zhang, Yiran Wu, Beibin Li, Erkang Zhu, Li Jiang, Xiaoyun Zhang, Shaokun Zhang, Jiale Liu, et al. Autogen: Enabling next-gen llm applications via multiagent conversations. In *First Conference on Language Modeling*, 2024.
229
+ {12}------------------------------------------------
230
+ <span id="page-12-6"></span>
231
+ - <span id="page-12-3"></span>John Yang, Carlos E Jimenez, Alexander Wettig, Kilian Lieret, Shunyu Yao, Karthik Narasimhan, and Ofir Press. Swe-agent: Agent-computer interfaces enable automated software engineering. *Advances in Neural Information Processing Systems*, 37:50528–50652, 2024.
232
+ - <span id="page-12-7"></span>Zhilin Yang, Peng Qi, Saizheng Zhang, Yoshua Bengio, William W Cohen, Ruslan Salakhutdinov, and Christopher D Manning. Hotpotqa: A dataset for diverse, explainable multi-hop question answering. *arXiv preprint arXiv:1809.09600*, 2018.
233
+ - Shunyu Yao, Jeffrey Zhao, Dian Yu, Nan Du, Izhak Shafran, Karthik Narasimhan, and Yuan Cao. React: Synergizing reasoning and acting in language models. In *International Conference on Learning Representations (ICLR)*, 2023.
234
+ - <span id="page-12-1"></span>Qiying Yu, Zheng Zhang, Ruofei Zhu, Yufeng Yuan, Xiaochen Zuo, Yu Yue, Weinan Dai, Tiantian Fan, Gaohong Liu, Lingjun Liu, et al. Dapo: An open-source llm reinforcement learning system at scale. *arXiv preprint arXiv:2503.14476*, 2025.
235
+ - <span id="page-12-0"></span>Wayne Xin Zhao, Kun Zhou, Junyi Li, Tianyi Tang, Xiaolei Wang, Yupeng Hou, Yingqian Min, Beichen Zhang, Junjie Zhang, Zican Dong, et al. A survey of large language models. *arXiv preprint arXiv:2303.18223*, 1(2), 2023.
236
+ - <span id="page-12-5"></span>Yuzhong Zhao, Yue Liu, Junpeng Liu, Jingye Chen, Xun Wu, Yaru Hao, Tengchao Lv, Shaohan Huang, Lei Cui, Qixiang Ye, et al. Geometric-mean policy optimization. *arXiv preprint arXiv:2507.20673*, 2025.
237
+ - <span id="page-12-4"></span>Chujie Zheng, Shixuan Liu, Mingze Li, Xiong-Hui Chen, Bowen Yu, Chang Gao, Kai Dang, Yuqiong Liu, Rui Men, An Yang, et al. Group sequence policy optimization. *arXiv preprint arXiv:2507.18071*, 2025.
238
+ - <span id="page-12-2"></span>Qinkai Zheng, Xiao Xia, Xu Zou, Yuxiao Dong, Shan Wang, Yufei Xue, Lei Shen, Zihan Wang, Andi Wang, Yang Li, et al. Codegeex: A pre-trained model for code generation with multilingual benchmarking on humaneval-x. In *Proceedings of the 29th ACM SIGKDD Conference on Knowledge Discovery and Data Mining*, pp. 5673–5684, 2023.
239
+ {13}------------------------------------------------
240
+ # A APPENDIX
241
+ **709**
242
+ **724**
243
+ ### A.1 THE USE OF LARGE LANGUAGE MODELS (LLMS)
244
+ - Writing and Language Polishing: A primary use of LLMs was for improving the quality and clarity of the manuscript's text. This included rephrasing sentences for better flow, correcting grammatical errors, suggesting alternative phrasings for technical concepts, and ensuring a consistent academic tone throughout the paper. This iterative process of refinement with the LLM significantly improved the final readability.
245
+ - Literature Retrieval Support: LLMs assisted in the literature retrieval process by providing summaries of known papers and helping to identify related concepts and terminologies for the background sections. The LLM served as a tool to efficiently explore and summarize the surrounding literature.
246
+ - Code and Visualization Refinement: For the presentation of our results, LLMs were used to refine the LaTeX code for figures and tables. For instance, the model assisted in iterating on the design and implementation of Table [A.1,](#page-14-0) which presents qualitative trajectory examples, to enhance its visual clarity and professional appearance.
247
+ Crucially, the core scientific contributions—including the conceptualization and formulation of the DSPO algorithm, the experimental design, and the analysis of the results—are entirely the original work of the human authors. All content, including text and code generated by the LLM, was meticulously reviewed, critically evaluated, and edited by the authors. We take full responsibility for the entirety of the paper's content, its scientific accuracy, and the originality of its contributions. LLMs were not used in a capacity that would warrant authorship.
248
+ ### <span id="page-13-0"></span>A.2 QUALITATIVE ANALYSIS.
249
+ To provide insight into the learned search strategies, Table [A.1](#page-14-0) presents representative trajectories from our DSPO-trained agent. These examples demonstrate the model's ability to: (1) reformulate queries when initial searches yield irrelevant results, (2) verify information through follow-up searches, and (3) extract comprehensive answers from search results. Notably, the agent exhibits sophisticated reasoning about search quality, as seen in Example 1 where it recognizes off-topic results and autonomously decides to refine its query. This behavior emerges purely from RL training without any supervised demonstrations of search strategies.
250
+ {14}------------------------------------------------
251
+ **761**
252
+ **764**
253
+ **779 780 781**
254
+ **808 809** <span id="page-14-0"></span>Table A.1: Representative trajectories demonstrating DSPO agent's learned search and reasoning capabilities. The agent exhibits sophisticated behaviors including (a) recognition of irrelevant results, (b) query reformulation, and (c) verification strategies, all emerging from pure RL training without supervised demonstrations.
255
+ | Question<br>Gold | Who is next in line if something happens to the president?<br>vice president | | | | |
256
+ |------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--|--|--|--|
257
+ | | | | | | |
258
+ | Turn 1 | search("who is next in line if something happens to the<br>president") | | | | |
259
+ | | → Retrieved: Documents about novels "Something Happened" and "Mosquitoes Buzz"<br>Agent: "The queries were not directly about the line of succession<br>The relevant infor | | | | |
260
+ | | | | | | |
261
+ | | mation I need is not present in the search results. Let's try searching again with a more | | | | |
262
+ | | specific query." | | | | |
263
+ | Turn 2 | search("line of succession for the president") | | | | |
264
+ | | → Retrieved: Philippine and US presidential succession information | | | | |
265
+ | | Agent: "Based on the search results the next person in line would be the Vice President." | | | | |
266
+ | Answer | ✓<br>The Vice President | | | | |
267
+ | | Example 2: University Identification (Information Verification) | | | | |
268
+ | Question | Which American University is situated in Ithaca, New York? | | | | |
269
+ | Gold | Cornell University | | | | |
270
+ | Turn 1 | search(["American University in Ithaca", "University in | | | | |
271
+ | | Ithaca NY"]) | | | | |
272
+ | | → Retrieved: "Ithaca is home to Cornell University, an Ivy League school" | | | | |
273
+ | | Agent: "Ithaca, New York is home to Cornell University, which is an Ivy League school.<br>However it is highly likely that the university in question is Cornell. Let me confirm | | | | |
274
+ | | this." | | | | |
275
+ | Turn 2 | search(["Cornell University location", "Cornell University | | | | |
276
+ | | New York"]) | | | | |
277
+ | | → Retrieved: Cornell history confirming establishment in Ithaca | | | | |
278
+ | | Agent: "Cornell University is indeed located in Ithaca, New York."<br>✓ | | | | |
279
+ | Answer | Cornell University | | | | |
280
+ | | Example 3: Biographical Information (Direct Extraction) | | | | |
281
+ | Question | What is John Andrew Martin's occupation? | | | | |
282
+ | Gold | lawyer, attorney, politician | | | | |
283
+ | Turn 1 | search(["John Andrew Martin occupation", "John Andrew Martin<br>job"]) | | | | |
284
+ | | → Retrieved: "American journalist, attorney, soldier, and politician" | | | | |
285
+ | | Agent: "John Andrew Martin was an American journalist, attorney, soldier, and politician. | | | | |
286
+ | | He represented Colorado in the U.S. House of Representatives." | | | | |