paper-with-me

홈 › Papers

ConvSearch-R1: Enhancing Query Reformulation for Conversational Search with Reasoning via Reinforcement Learning

2025-05-21 · Changtai Zhu, Siyin Wang, Ruijun Feng, Kai Song, Xipeng Qiu

Conversational search systems require effective handling of context-dependent queries that often contain ambiguity, omission, and coreference. Conversational Query Reformulation (CQR) addresses this challenge by transforming these queries into self-contained forms suitable for off-the-shelf retrievers. However, existing CQR approaches suffer from two critical constraints: high dependency on costly external supervision from human annotations or large language models, and insufficient alignment between the rewriting model and downstream retrievers. We present ConvSearch-R1, the first self-driven framework that completely eliminates dependency on external rewrite supervision by leveraging reinforcement learning to optimize reformulation directly through retrieval signals. Our novel two-stage approach combines Self-Driven Policy Warm-Up to address the cold-start problem through retrieval-guided self-distillation, followed by Retrieval-Guided Reinforcement Learning with a specially designed rank-incentive reward shaping mechanism that addresses the sparsity issue in conventional retrieval metrics. Extensive experiments on TopiOCQA and QReCC datasets demonstrate that ConvSearch-R1 significantly outperforms previous state-of-the-art methods, achieving over 10% improvement on the challenging TopiOCQA dataset while using smaller 3B parameter models without any external supervision.

📄 PDF Abstract BibTeX arXiv:2505.15776

Code (1)

BeastyZ/ConvSearch-R1 공식 구현 pytorch

Tasks

Conversational Searchreinforcement-learningReinforcement LearningRetrieval

Similar Papers 제목 키워드 기반

A Survey on Conversational Search and Applications in Biomedicine

2022-11-28 · Naga Sai Krishna Adatrao, Gowtham Reddy Gadireddy, Jiho Noh

This paper aims to provide a radical rundown on Conversation Search (ConvSearch), an approach to enhance the information retrieval method where users engage in a dialogue for the information-seeking tasks. In this survey…

Conversational SearchDialogue ManagementInformation RetrievalManagement+4

AdaCQR: Enhancing Query Reformulation for Conversational Search via Sparse and Dense Retrieval Alignment

2024-07-02 · Yilong Lai, Jialong Wu, Congzhi Zhang, Haowen Sun 외

Conversational Query Reformulation (CQR) has significantly advanced in addressing the challenges of conversational search, particularly those stemming from the latent user intent and the need for historical context. Rece…

Context Query ReformulationConversational SearchRetrieval

IterCQR: Iterative Conversational Query Reformulation with Retrieval Guidance

2023-11-16 · Yunah Jang, Kang-il Lee, Hyunkyung Bae, Hwanhee Lee 외

Conversational search aims to retrieve passages containing essential information to answer queries in a multi-turn conversation. In conversational search, reformulating context-dependent conversational queries into stand…

Conversational SearchInformation RetrievalRetrieval

ConvGQR: Generative Query Reformulation for Conversational Search

2023-05-25 · Fengran Mo, Kelong Mao, Yutao Zhu, Yihong Wu 외

In conversational search, the user's real search intent for the current turn is dependent on the previous conversation history. It is challenging to determine a good search query from the whole conversation context. To a…

Conversational SearchRetrieval

Do Images Clarify? A Study on the Effect of Images on Clarifying Questions in Conversational Search

2026-02-09 · Clemencia Siro, Zahra Abbasiantaeb, Yifei Yuan, Mohammad Aliannejadi 외 arxiv

Conversational search systems increasingly employ clarifying questions to refine user queries and improve the search experience. Previous studies have demonstrated the usefulness of text-based clarifying questions in enh…

Question Answering