用过程奖励优化搜索中间查询,提升大模型搜索效率与准确性
SmartSearch: Process Reward-Guided Query Refinement for Search Agents
- 引入过程奖励机制,细粒度评估每步搜索查询质量
- 通过筛选并重生成低质查询,显著提升后续检索效果
- 三阶段课程学习让模型逐步掌握高质量查询生成能力
基于大语言模型的搜索代理在解决知识密集型问题上表现出色,通过集成信息检索能力。现有工作主要关注搜索代理的推理范式优化,却忽视了推理过程中间搜索查询的质量。这导致生成的查询常不准确,引发意外检索结果,限制整体性能。为此,我们提出 SmartSearch 框架,包含两项核心机制:(1) 过程奖励,通过双层信用评估为每个中间搜索查询提供细粒度监督;(2) 查询优化,通过选择性地修正低质量查询,并基于修正结果重生成后续搜索轮次。为使搜索代理在过程奖励引导下逐步内化查询质量改进能力,我们设计了三阶段课程学习框架,引导模型从模仿、对齐到泛化。实验表明,SmartSearch 持续优于现有基线,定量分析进一步证实其在搜索效率和查询质量上的显著提升。代码已公开于 https://github.com/MYVAE/SmartSearch。
原文摘要 · Abstract (English)
Large language model (LLM)-based search agents have proven promising for addressing knowledge-intensive problems by incorporating information retrieval capabilities. Existing works largely focus on optimizing the reasoning paradigms of search agents, yet the quality of intermediate search queries during reasoning remains overlooked. As a result, the generated queries often remain inaccurate, leading to unexpected retrieval results and ultimately limiting search agents' overall effectiveness. To mitigate this issue, we introduce SmartSearch, a framework built upon two key mechanisms: (1) Process rewards, which provide fine-grained supervision for the quality of each intermediate search query through Dual-Level Credit Assessment. (2) Query refinement, which promotes the optimization of query generation by selectively refining low-quality search queries and regenerating subsequent search rounds based on these refinements. To enable the search agent to progressively internalize the ability to improve query quality under the guidance of process rewards, we design a three-stage curriculum learning framework. This framework guides the agent through a progression from imitation, to alignment, and ultimately to generalization. Experimental results show that SmartSearch consistently surpasses existing baselines, and additional quantitative analyses further confirm its significant gains in both search efficiency and query quality. The code is available at https://github.com/MYVAE/SmartSearch.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。