paper-with-me

홈 › Papers

Saving Dense Retriever from Shortcut Dependency in Conversational Search

2022-02-15 · Sungdong Kim, Gangwoo Kim

Conversational search (CS) needs a holistic understanding of conversational inputs to retrieve relevant passages. In this paper, we demonstrate the existence of a retrieval shortcut in CS, which causes models to retrieve passages solely relying on partial history while disregarding the latest question. With in-depth analysis, we first show that naively trained dense retrievers heavily exploit the shortcut and hence perform poorly when asked to answer history-independent questions. To build more robust models against shortcut dependency, we explore various hard negative mining strategies. Experimental results show that training with the model-based hard negatives effectively mitigates the dependency on the shortcut, significantly improving dense retrievers on recent CS benchmarks. In particular, our retriever outperforms the previous state-of-the-art model by 11.0 in Recall@10 on QReCC.

📄 PDF Abstract BibTeX arXiv:2202.07280

Code (1)

naver-ai/cs-shortcut 공식 구현 pytorch

Tasks

Conversational SearchRetrieval

Similar Papers 제목 키워드 기반

ChatRetriever: Adapting Large Language Models for Generalized and Robust Conversational Dense Retrieval

2024-04-21 · Kelong Mao, Chenlong Deng, Haonan Chen, Fengran Mo 외

Conversational search requires accurate interpretation of user intent from complex multi-turn contexts. This paper presents ChatRetriever, which inherits the strong generalization capability of large language models to r…

Contrastive LearningConversational SearchRetrieval

CONVERSER: Few-Shot Conversational Dense Retrieval with Synthetic Data Generation

2023-09-13 · Chao-Wei Huang, Chen-Yu Hsu, Tsu-Yuan Hsu, Chen-An Li 외

Conversational search provides a natural interface for information retrieval (IR). Recent approaches have demonstrated promising results in applying dense retrieval to conversational IR. However, training dense retriever…

Conversational SearchIn-Context LearningInformation RetrievalRetrieval+1

Zero-shot Query Contextualization for Conversational Search

2022-04-22 · Antonios Minas Krasakis, Andrew Yates, Evangelos Kanoulas

Current conversational passage retrieval systems cast conversational search into ad-hoc search by using an intermediate query resolution step that places the user's question in context of the conversation. While the prop…

Conversational SearchPassage RetrievalRetrieval

ConvMix: A Mixed-Criteria Data Augmentation Framework for Conversational Dense Retrieval

2025-08-06 · Fengran Mo, Jinghan Zhang, Yuchen Hui, Jia Ao Sun 외 arxiv

Conversational search aims to satisfy users' complex information needs via multiple-turn interactions. The key challenge lies in revealing real users' search intent from the context-dependent queries. Previous studies ac…

Data Augmentation

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