paper-with-me

Papers

ConvSDG: Session Data Generation for Conversational Search

2024-03-17 · Fengran Mo, Bole Yi, Kelong Mao, Chen Qu, Kaiyu Huang, Jian-Yun Nie

Conversational search provides a more convenient interface for users to search by allowing multi-turn interaction with the search engine. However, the effectiveness of the conversational dense retrieval methods is limited by the scarcity of training data required for their fine-tuning. Thus, generating more training conversational sessions with relevant labels could potentially improve search performance. Based on the promising capabilities of large language models (LLMs) on text generation, we propose ConvSDG, a simple yet effective framework to explore the feasibility of boosting conversational search by using LLM for session data generation. Within this framework, we design dialogue/session-level and query-level data generation with unsupervised and semi-supervised learning, according to the availability of relevance judgments. The generated data are used to fine-tune the conversational dense retriever. Extensive experiments on four widely used datasets demonstrate the effectiveness and broad applicability of our ConvSDG framework compared with several strong baselines.

📄 PDF Abstract BibTeX arXiv:2403.11335

Code (1)

fengranmark/convsdg 공식 구현 pytorch

Tasks

Conversational SearchRetrievalText Generation

Similar Papers 제목 키워드 기반

Conversational Search -- A Report from Dagstuhl Seminar 19461

2020-05-18 · Avishek Anand, Lawrence Cavedon, Matthias Hagen, Hideo Joho 외

Dagstuhl Seminar 19461 "Conversational Search" was held on 10-15 November 2019. 44~researchers in Information Retrieval and Web Search, Natural Language Processing, Human Computer Interaction, and Dialogue Systems were i…

Conversational SearchInformation RetrievalRetrieval

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

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

Back to Basics: Let Conversational Agents Remember with Just Retrieval and Generation

2026-04-13 · Yuqian Wu, Wei Chen, Zhengjun Huang, Junle Chen 외 arxiv

Existing conversational memory systems rely on complex hierarchical summarization or reinforcement learning to manage long-term dialogue history, yet remain vulnerable to context dilution as conversations grow. In this w…

Reinforcement Learning

User-Centric Conversational Recommendation with Multi-Aspect User Modeling

2022-04-20 · Shuokai Li, Ruobing Xie, Yongchun Zhu, Xiang Ao 외

Conversational recommender systems (CRS) aim to provide highquality recommendations in conversations. However, most conventional CRS models mainly focus on the dialogue understanding of the current session, ignoring othe…

Conversational RecommendationDialogue GenerationDialogue UnderstandingRecommendation Systems