paper-with-me

홈 › Papers

Response Ranking with Deep Matching Networks and External Knowledge in Information-seeking Conversation Systems

2018-05-01 · Liu Yang, Minghui Qiu, Chen Qu, Jiafeng Guo, Yongfeng Zhang, W. Bruce Croft, Jun Huang, Haiqing Chen

Intelligent personal assistant systems with either text-based or voice-based conversational interfaces are becoming increasingly popular around the world. Retrieval-based conversation models have the advantages of returning fluent and informative responses. Most existing studies in this area are on open domain "chit-chat" conversations or task / transaction oriented conversations. More research is needed for information-seeking conversations. There is also a lack of modeling external knowledge beyond the dialog utterances among current conversational models. In this paper, we propose a learning framework on the top of deep neural matching networks that leverages external knowledge for response ranking in information-seeking conversation systems. We incorporate external knowledge into deep neural models with pseudo-relevance feedback and QA correspondence knowledge distillation. Extensive experiments with three information-seeking conversation data sets including both open benchmarks and commercial data show that, our methods outperform various baseline methods including several deep text matching models and the state-of-the-art method on response selection in multi-turn conversations. We also perform analysis over different response types, model variations and ranking examples. Our models and research findings provide new insights on how to utilize external knowledge with deep neural models for response selection and have implications for the design of the next generation of information-seeking conversation systems.

📄 PDF Abstract BibTeX arXiv:1805.00188

Code (1)

yangliuy/NeuralResponseRanking 공식 구현 tf

Tasks

Knowledge DistillationRetrievalText Matching

Similar Papers 제목 키워드 기반

Unstructured Text Enhanced Open-domain Dialogue System: A Systematic Survey

2024-11-14 · Longxuan Ma, Mingda Li, Weinan Zhang, Jiapeng Li 외

Incorporating external knowledge into dialogue generation has been proven to benefit the performance of an open-domain Dialogue System (DS), such as generating informative or stylized responses, controlling conversation …

Dialogue GenerationResponse GenerationRetrievalSurvey

Multi-turn Dialogue Reading Comprehension with Pivot Turns and Knowledge

2021-02-10 · Zhuosheng Zhang, Junlong Li, Hai Zhao

Multi-turn dialogue reading comprehension aims to teach machines to read dialogue contexts and solve tasks such as response selection and answering questions. The major challenges involve noisy history contexts and espec…

Reading Comprehension

Context-Aware Dialog Re-Ranking for Task-Oriented Dialog Systems

2018-11-28 · Junki Ohmura, Maxine Eskenazi

Dialog response ranking is used to rank response candidates by considering their relation to the dialog history. Although researchers have addressed this concept for open-domain dialogs, little attention has been focused…

Re-Rankingspeech-recognitionSpeech Recognition

Breaking the Trade-Off Between Faithfulness and Expressiveness for Large Language Models

2025-08-26 · Chenxu Yang, Qingyi Si, Zheng Lin arxiv

Grounding responses in external knowledge represents an effective strategy for mitigating hallucinations in Large Language Models (LLMs). However, current LLMs struggle to seamlessly integrate knowledge while simultaneou…

External Knowledge Injection for CLIP-Based Class-Incremental Learning

2025-03-11 · Da-Wei Zhou, Kai-Wen Li, Jingyi Ning, Han-Jia Ye 외

Class-Incremental Learning (CIL) enables learning systems to continuously adapt to evolving data streams. With the advancement of pre-training, leveraging pre-trained vision-language models (e.g., CLIP) offers a promisin…

class-incremental learningClass Incremental LearningData AugmentationIncremental Learning+2