paper-with-me

Papers

Generalizing Conversational Dense Retrieval via LLM-Cognition Data Augmentation

2024-02-11 · Haonan Chen, Zhicheng Dou, Kelong Mao, Jiongnan Liu, Ziliang Zhao

Conversational search utilizes muli-turn natural language contexts to retrieve relevant passages. Existing conversational dense retrieval models mostly view a conversation as a fixed sequence of questions and responses, overlooking the severe data sparsity problem -- that is, users can perform a conversation in various ways, and these alternate conversations are unrecorded. Consequently, they often struggle to generalize to diverse conversations in real-world scenarios. In this work, we propose a framework for generalizing Conversational dense retrieval via LLM-cognition data Augmentation (ConvAug). ConvAug first generates multi-level augmented conversations to capture the diverse nature of conversational contexts. Inspired by human cognition, we devise a cognition-aware process to mitigate the generation of false positives, false negatives, and hallucinations. Moreover, we develop a difficulty-adaptive sample filter that selects challenging samples for complex conversations, thereby giving the model a larger learning space. A contrastive learning objective is then employed to train a better conversational context encoder. Extensive experiments conducted on four public datasets, under both normal and zero-shot settings, demonstrate the effectiveness, generalizability, and applicability of ConvAug. The code is released at https://github.com/haon-chen/ConvAug.

📄 PDF Abstract BibTeX arXiv:2402.07092

Code (1)

haon-chen/convaug 공식 구현 pytorch

Tasks

Contrastive LearningConversational SearchData AugmentationRetrieval

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

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

Dense Passage Retrieval in Conversational Search

2025-03-21 · Ahmed H. Salamah, Pierre McWhannel, Nicole Yan

Information retrieval systems have traditionally relied on exact term match methods such as BM25 for first-stage retrieval. However, recent advancements in neural network-based techniques have introduced a new method cal…

Conversational SearchInformation RetrievalOpen-Domain Question AnsweringPassage Retrieval+2

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

Domain Adaptation for Dense Retrieval and Conversational Dense Retrieval through Self-Supervision by Meticulous Pseudo-Relevance Labeling

2024-03-13 · Minghan Li, Eric Gaussier

Recent studies have demonstrated that the ability of dense retrieval models to generalize to target domains with different distributions is limited, which contrasts with the results obtained with interaction-based models…

Conversational SearchDomain AdaptationRetrieval

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