paper-with-me

홈 › Papers

A Hybrid Retrieval-Generation Neural Conversation Model

2019-04-19 · Liu Yang, Junjie Hu, Minghui Qiu, Chen Qu, Jianfeng Gao, W. Bruce Croft, Xiaodong Liu, Yelong Shen, Jingjing Liu

Intelligent personal assistant systems that are able to have multi-turn conversations with human users are becoming increasingly popular. Most previous research has been focused on using either retrieval-based or generation-based methods to develop such systems. Retrieval-based methods have the advantage of returning fluent and informative responses with great diversity. However, the performance of the methods is limited by the size of the response repository. On the other hand, generation-based methods can produce highly coherent responses on any topics. But the generated responses are often generic and not informative due to the lack of grounding knowledge. In this paper, we propose a hybrid neural conversation model that combines the merits of both response retrieval and generation methods. Experimental results on Twitter and Foursquare data show that the proposed model outperforms both retrieval-based methods and generation-based methods (including a recently proposed knowledge-grounded neural conversation model) under both automatic evaluation metrics and human evaluation. We hope that the findings in this study provide new insights on how to integrate text retrieval and text generation models for building conversation systems.

📄 PDF Abstract BibTeX arXiv:1904.09068

Code (1)

yangliuy/HybridNCM 공식 구현 pytorch

Tasks

DiversitymodelRetrievalText GenerationText Retrieval

Similar Papers 제목 키워드 기반

MemoryDocDataSet: A Benchmark for Joint Conversational Memory and Long Document Reasoning

2026-06-03 · Qiyang Xie, Jialun Wu, Xinjie He, Su Liu 외 arxiv

AI systems increasingly need to combine two demanding capabilities: navigating multi-session conversation history and performing deep reading comprehension within long documents. Yet no existing benchmark evaluates both …

Reading Comprehension

HeroNet: A Hybrid Retrieval-Generation Network for Conversational Bots

2023-01-29 · Bolin Zhang, Yunzhe Xu, Zhiying Tu, Dianhui Chu

Using natural language, Conversational Bot offers unprecedented ways to many challenges in areas such as information searching, item recommendation, and question answering. Existing bots are usually developed through ret…

Multi-Task LearningQuestion AnsweringRetrievalSentence

Sifei at SemEval-2026 Task 8: Hybrid Retrieval and Query Rewriting for Multi-Turn RAG

2026-06-05 · Sifei Meng, Dmitry Ilvovsky arxiv

Multi-turn retrieval-augmented generation (RAG) is challenging due to evolving user intent, conversational noise, and strict context limits. We propose a training-free hybrid retrieval pipeline for SemEval-2026 Task 8 th…

Answer Generation

Comprehensive Comparison of RAG Methods Across Multi-Domain Conversational QA

2026-02-10 · Klejda Alushi, Jan Strich, Chris Biemann, Martin Semmann arxiv

Conversational question answering increasingly relies on retrieval-augmented generation (RAG) to ground large language models (LLMs) in external knowledge. Yet, most existing studies evaluate RAG methods in isolation and…

Conversational Question AnsweringAnswer Generation

H-RAG at SemEval-2026 Task 8: Hierarchical Parent-Child Retrieval for Multi-Turn RAG Conversations

2026-05-01 · Passant Elchafei, Hossam Emam, Mohamed Alansary, Monorama Swain 외 arxiv

We present H-RAG, our submission to SemEval-2026 Task 8 (MTRAGEval), addressing both Task A (Retrieval) and Task C (Generation with Retrieved Passages). Task A evaluates standalone retrieval quality, while Task C assesse…

Response GenerationAnswer Generation