paper-with-me

Papers

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 pipeline comprising conversational query reformulation and information retrieval modules. Despite its effectiveness, such a pipeline often includes multiple neural models that require long inference times. In addition, independently optimizing each module ignores dependencies among them. To address these shortcomings, we propose to integrate conversational query reformulation directly into a dense retrieval model. To aid in this goal, we create a dataset with pseudo-relevance labels for conversational search to overcome the lack of training data and to explore different training strategies. We demonstrate that our model effectively rewrites conversational queries as dense representations in conversational search and open-domain question answering datasets. Finally, after observing that our model learns to adjust the $L_2$ norm of query token embeddings, we leverage this property for hybrid retrieval and to support error analysis.

📄 PDF Abstract BibTeX arXiv:2104.08707

Code (0)

등록된 구현이 없습니다.

Tasks

Conversational SearchInformation RetrievalOpen-Domain Question AnsweringPassage RetrievalQuestion AnsweringRetrieval

Similar Papers 제목 키워드 기반

Few-Shot Conversational Dense Retrieval

2021-05-10 · Shi Yu, Zhenghao Liu, Chenyan Xiong, Tao Feng 외

Dense retrieval (DR) has the potential to resolve the query understanding challenge in conversational search by matching in the learned embedding space. However, this adaptation is challenging due to DR models' extra nee…

Conversational SearchRetrieval

Interpreting Conversational Dense Retrieval by Rewriting-Enhanced Inversion of Session Embedding

2024-02-20 · Yiruo Cheng, Kelong Mao, Zhicheng Dou

Conversational dense retrieval has shown to be effective in conversational search. However, a major limitation of conversational dense retrieval is their lack of interpretability, hindering intuitive understanding of mod…

Conversational SearchRetrieval

Conversational Query Reformulation with the Guidance of Retrieved Documents

2024-07-17 · Jeonghyun Park, Hwanhee Lee

Conversational search seeks to retrieve relevant passages for the given questions in conversational question answering. Conversational Query Reformulation (CQR) improves conversational search by refining the original que…

Conversational Question AnsweringConversational SearchLanguage ModellingLarge Language Model+1

SSP: Self-Supervised Post-training for Conversational Search

2023-07-02 · Quan Tu, Shen Gao, Xiaolong Wu, Zhao Cao 외

Conversational search has been regarded as the next-generation search paradigm. Constrained by data scarcity, most existing methods distill the well-trained ad-hoc retriever to the conversational retriever. However, thes…

Conversational Search

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

Passage RetrievalRetrieval