paper-with-me

Papers

SmartSearch: Process Reward-Guided Query Refinement for Search Agents

2026-01-08 · Tongyu Wen, Guanting Dong, Zhicheng Dou arxiv

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.

📄 PDF Abstract BibTeX arXiv:2601.04888

Code (0)

등록된 구현이 없습니다.

Tasks

Information Retrieval

Similar Papers 제목 키워드 기반

SmartSearch: How Ranking Beats Structure for Conversational Memory Retrieval

2026-03-16 · Jesper Derehag, Carlos Calva, Timmy Ghiurau arxiv

Recent conversational memory systems invest heavily in LLM-based structuring at ingestion time and learned retrieval policies at query time. We show that neither is necessary. SmartSearch retrieves from raw, unstructured…

PearlVLA: Progressive Embodied Action-Plan Refinement in Latent Space

2026-06-16 · Bochen Yang, Lianlei Shan arxiv

Current Vision-Language-Action (VLA) models face a trade-off between efficient action generation and explicit deliberation. Directly decoding actions from vision-language backbone representations enables low-latency cont…

Visual Grounding

Reward-Guided Iterative Refinement in Diffusion Models at Test-Time with Applications to Protein and DNA Design

2025-02-20 · Masatoshi Uehara, Xingyu Su, Yulai Zhao, Xiner Li 외

To fully leverage the capabilities of diffusion models, we are often interested in optimizing downstream reward functions during inference. While numerous algorithms for reward-guided generation have been recently propos…

DenoisingEvolutionary Algorithms

VideoSearch-R1: Iterative Video Retrieval and Reasoning via Soft Query Refinement

2026-07-01 · Seohyun Lee, Seoung Choi, Dohwan Ko, Jongha Kim 외 hf

As video corpora continue to expand in both scale and task complexity, there is increasing demand for approaches that retrieve relevant videos from large-scale corpora (inter-video reasoning) and subsequently perform fin…

Moment RetrievalVideo Retrieval

Effective Test-Time Scaling of Discrete Diffusion through Iterative Refinement

2025-11-04 · Sanghyun Lee, Sunwoo Kim, Seungryong Kim, Jongho Park 외 arxiv

Test-time scaling through reward-guided generation remains largely unexplored for discrete diffusion models despite its potential as a promising alternative. In this work, we introduce Iterative Reward-Guided Refinement …