paper-with-me

Papers

IterCQR: Iterative Conversational Query Reformulation with Retrieval Guidance

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

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-alone forms is imperative to effectively utilize off-the-shelf retrievers. Previous methodologies for conversational query reformulation frequently depend on human-annotated rewrites. However, these manually crafted queries often result in sub-optimal retrieval performance and require high collection costs. To address these challenges, we propose Iterative Conversational Query Reformulation (IterCQR), a methodology that conducts query reformulation without relying on human rewrites. IterCQR iteratively trains the conversational query reformulation (CQR) model by directly leveraging information retrieval (IR) signals as a reward. Our IterCQR training guides the CQR model such that generated queries contain necessary information from the previous dialogue context. Our proposed method shows state-of-the-art performance on two widely-used datasets, demonstrating its effectiveness on both sparse and dense retrievers. Moreover, IterCQR exhibits superior performance in challenging settings such as generalization on unseen datasets and low-resource scenarios.

📄 PDF Abstract BibTeX arXiv:2311.09820

Code (1)

yunahjang/itercqr 공식 구현 pytorch

Tasks

Conversational SearchInformation RetrievalRetrieval

Similar Papers 제목 키워드 기반

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

Contextualized Query Embeddings for Conversational Search

2021-04-18 · EMNLP 2021 11 · Sheng-Chieh Lin, Jheng-Hong Yang, Jimmy Lin

This paper describes a compact and effective model for low-latency passage retrieval in conversational search based on learned dense representations. Prior to our work, the state-of-the-art approach uses a multi-stage pi…

Conversational SearchInformation RetrievalOpen-Domain Question AnsweringPassage Retrieval+2

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

Multi-Stage Conversational Passage Retrieval: An Approach to Fusing Term Importance Estimation and Neural Query Rewriting

2020-05-05 · Sheng-Chieh Lin, Jheng-Hong Yang, Rodrigo Nogueira, Ming-Feng Tsai 외

Conversational search plays a vital role in conversational information seeking. As queries in information seeking dialogues are ambiguous for traditional ad-hoc information retrieval (IR) systems due to the coreference a…

Ad-Hoc Information RetrievalConversational SearchInformation RetrievalPassage Retrieval+1

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

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

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 transfor…

Conversational Searchreinforcement-learningReinforcement LearningRetrieval