paper-with-me

Papers

Proactive Retrieval-based Chatbots based on Relevant Knowledge and Goals

2021-07-18 · Yutao Zhu, Jian-Yun Nie, Kun Zhou, Pan Du, Hao Jiang, Zhicheng Dou

A proactive dialogue system has the ability to proactively lead the conversation. Different from the general chatbots which only react to the user, proactive dialogue systems can be used to achieve some goals, e.g., to recommend some items to the user. Background knowledge is essential to enable smooth and natural transitions in dialogue. In this paper, we propose a new multi-task learning framework for retrieval-based knowledge-grounded proactive dialogue. To determine the relevant knowledge to be used, we frame knowledge prediction as a complementary task and use explicit signals to supervise its learning. The final response is selected according to the predicted knowledge, the goal to achieve, and the context. Experimental results show that explicit modeling of knowledge prediction and goal selection can greatly improve the final response selection. Our code is available at https://github.com/DaoD/KPN/.

📄 PDF Abstract BibTeX arXiv:2107.08329

Code (1)

DaoD/KPN 공식 구현 pytorch

Tasks

Multi-Task LearningRetrieval

Similar Papers 제목 키워드 기반

Interpersonal Memory Matters: A New Task for Proactive Dialogue Utilizing Conversational History

2025-03-07 · Bowen Wu, Wenqing Wang, Haoran Li, Ying Li 외

Proactive dialogue systems aim to empower chatbots with the capability of leading conversations towards specific targets, thereby enhancing user engagement and service autonomy. Existing systems typically target pre-defi…

RAGRetrievalRetrieval-augmented Generation

MuRAR: A Simple and Effective Multimodal Retrieval and Answer Refinement Framework for Multimodal Question Answering

2024-08-16 · Zhengyuan Zhu, Daniel Lee, Hong Zhang, Sai Sree Harsha 외

Recent advancements in retrieval-augmented generation (RAG) have demonstrated impressive performance in the question-answering (QA) task. However, most previous works predominantly focus on text-based answers. While some…

Question AnsweringRAGRetrievalRetrieval-augmented Generation

HiMeS: Hippocampus-inspired Memory System for Personalized AI Assistants

2026-01-06 · Hailong Li, Feifei Li, Wenhui Que, Xingyu Fan arxiv

Large language models (LLMs) power many interactive systems such as chatbots, customer-service agents, and personal assistants. In knowledge-intensive scenarios requiring user-specific personalization, conventional retri…

Reinforcement Learning

IntellBot: Retrieval Augmented LLM Chatbot for Cyber Threat Knowledge Delivery

2024-11-08 · Dincy R. Arikkat, Abhinav M., Navya Binu, Parvathi M. 외

In the rapidly evolving landscape of cyber security, intelligent chatbots are gaining prominence. Artificial Intelligence, Machine Learning, and Natural Language Processing empower these chatbots to handle user inquiries…

ChatbotLarge Language ModelRAGRetrieval+1

Filtering before Iteratively Referring for Knowledge-Grounded Response Selection in Retrieval-Based Chatbots

2020-04-30 · Findings of the Association for Computational Linguistics 2020 · Jia-Chen Gu, Zhen-Hua Ling, Quan Liu, Zhigang Chen 외

The challenges of building knowledge-grounded retrieval-based chatbots lie in how to ground a conversation on its background knowledge and how to match response candidates with both context and knowledge simultaneously. …

Retrieval