paper-with-me

Papers

A Surprisingly Simple yet Effective Multi-Query Rewriting Method for Conversational Passage Retrieval

2024-06-27 · Ivica Kostric, Krisztian Balog

Conversational passage retrieval is challenging as it often requires the resolution of references to previous utterances and needs to deal with the complexities of natural language, such as coreference and ellipsis. To address these challenges, pre-trained sequence-to-sequence neural query rewriters are commonly used to generate a single de-contextualized query based on conversation history. Previous research shows that combining multiple query rewrites for the same user utterance has a positive effect on retrieval performance. We propose the use of a neural query rewriter to generate multiple queries and show how to integrate those queries in the passage retrieval pipeline efficiently. The main strength of our approach lies in its simplicity: it leverages how the beam search algorithm works and can produce multiple query rewrites at no additional cost. Our contributions further include devising ways to utilize multi-query rewrites in both sparse and dense first-pass retrieval. We demonstrate that applying our approach on top of a standard passage retrieval pipeline delivers state-of-the-art performance without sacrificing efficiency.

📄 PDF Abstract BibTeX arXiv:2406.18960

Code (1)

iai-group/sigir2024-multi-query-rewriting 공식 구현

Tasks

Passage RetrievalRetrieval

Similar Papers 제목 키워드 기반

Context Aware Query Rewriting for Text Rankers using LLM

2023-08-31 · Abhijit Anand, Venktesh V, Vinay Setty, Avishek Anand

Query rewriting refers to an established family of approaches that are applied to underspecified and ambiguous queries to overcome the vocabulary mismatch problem in document ranking. Queries are typically rewritten duri…

Document RankingPassage Ranking

Query Rewriting for Effective Misinformation Discovery

2022-10-14 · Ashkan Kazemi, Artem Abzaliev, Naihao Deng, Rui Hou 외

We propose a novel system to help fact-checkers formulate search queries for known misinformation claims and effectively search across multiple social media platforms. We introduce an adaptable rewriting strategy, where …

Misinformationreinforcement-learningReinforcement Learning (RL)Retrieval

MLR: A Two-stage Conversational Query Rewriting Model with Multi-task Learning

2020-04-13 · Shuangyong Song, Chao Wang, Qianqian Xie, Xinxing Zu 외

Conversational context understanding aims to recognize the real intention of user from the conversation history, which is critical for building the dialogue system. However, the multi-turn conversation understanding in o…

Multi-Task Learning

Not All Queries Need Rewriting: When Prompt-Only LLM Refinement Helps and Hurts Dense Retrieval

2026-03-02 · Varun Kotte arxiv

Prompt-only, single-step LLM query rewriting, where a rewrite is generated from the query alone without retrieval feedback, is commonly used in production RAG pipelines, but its effect on dense retrieval is poorly unders…

Multi-Faceted Self-Consistent Preference Alignment for Query Rewriting in Conversational Search

2026-04-08 · Zhiyu Cao, Peifeng Li, Qiaoming Zhu arxiv

Conversational Query Rewriting (CQR) aims to rewrite ambiguous queries to achieve more efficient conversational search. Early studies have predominantly focused on the rewriting in isolation, ignoring the feedback from q…

Response GenerationPassage Retrieval