paper-with-me

Papers

ZeQR: Zero-shot Query Reformulation for Conversational Search

2023-07-18 · Dayu Yang, Yue Zhang, Hui Fang

As the popularity of voice assistants continues to surge, conversational search has gained increased attention in Information Retrieval. However, data sparsity issues in conversational search significantly hinder the progress of supervised conversational search methods. Consequently, researchers are focusing more on zero-shot conversational search approaches. Nevertheless, existing zero-shot methods face three primary limitations: they are not universally applicable to all retrievers, their effectiveness lacks sufficient explainability, and they struggle to resolve common conversational ambiguities caused by omission. To address these limitations, we introduce a novel Zero-shot Query Reformulation (or Query Rewriting) (ZeQR) framework that reformulates queries based on previous dialogue contexts without requiring supervision from conversational search data. Specifically, our framework utilizes language models designed for machine reading comprehension tasks to explicitly resolve two common ambiguities: coreference and omission, in raw queries. In comparison to existing zero-shot methods, our approach is universally applicable to any retriever without additional adaptation or indexing. It also provides greater explainability and effectively enhances query intent understanding because ambiguities are explicitly and proactively resolved. Through extensive experiments on four TREC conversational datasets, we demonstrate the effectiveness of our method, which consistently outperforms state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2307.09384

Code (1)

dayuyang1999/zeqr 공식 구현

Tasks

Conversational SearchInformation RetrievalMachine Reading ComprehensionReading ComprehensionRetrieval

Similar Papers 제목 키워드 기반

GenQREnsemble: Zero-Shot LLM Ensemble Prompting for Generative Query Reformulation

2024-04-04 · Kaustubh Dhole, Eugene Agichtein

Query Reformulation(QR) is a set of techniques used to transform a user's original search query to a text that better aligns with the user's intent and improves their search experience. Recently, zero-shot QR has been sh…

Passage RankingRetrieval

CoSPLADE: Contextualizing SPLADE for Conversational Information Retrieval

2023-01-11 · Nam Le Hai, Thomas Gerald, Thibault Formal, Jian-Yun Nie 외

Conversational search is a difficult task as it aims at retrieving documents based not only on the current user query but also on the full conversation history. Most of the previous methods have focused on a multi-stage …

Conversational SearchInformation RetrievalLearning-To-RankRetrieval

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

Generative Query Reformulation Using Ensemble Prompting, Document Fusion, and Relevance Feedback

2024-05-27 · Kaustubh D. Dhole, Ramraj Chandradevan, Eugene Agichtein

Query Reformulation (QR) is a set of techniques used to transform a user's original search query to a text that better aligns with the user's intent and improves their search experience. Recently, zero-shot QR has been a…

Retrieval

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