paper-with-me

Papers

Dynamically Retrieving Knowledge via Query Generation for Informative Dialogue Generation

2022-07-30 · Zhongtian Hu, Lifang Wang, Yangqi Chen, Yushuang Liu, Ronghan Li, Meng Zhao, Xinyu Lu, Zejun Jiang

Knowledge-driven dialog system has recently made remarkable breakthroughs. Compared with general dialog systems, superior knowledge-driven dialog systems can generate more informative and knowledgeable responses with pre-provided knowledge. However, in practical applications, the dialog system cannot be provided with corresponding knowledge in advance because it cannot know in advance the development of the conversation. Therefore, in order to make the knowledge dialogue system more practical, it is vital to find a way to retrieve relevant knowledge based on the dialogue history. To solve this problem, we design a knowledge-driven dialog system named DRKQG (Dynamically Retrieving Knowledge via Query Generation for informative dialog response). Specifically, the system can be divided into two modules: the query generation module and the dialog generation module. First, a time-aware mechanism is utilized to capture context information, and a query can be generated for retrieving knowledge through search engine. Then, we integrate the copy mechanism and transformers, which allows the response generation module to produce responses derived from the context and retrieved knowledge. Experimental results at LIC2022, Language and Intelligence Technology Competition, show that our module outperforms the baseline model by a large margin on automatic evaluation metrics, while human evaluation by the Baidu Linguistics team shows that our system achieves impressive results in Factually Correct and Knowledgeable.

📄 PDF Abstract BibTeX arXiv:2208.00128

Code (0)

등록된 구현이 없습니다.

Tasks

Dialogue GenerationResponse Generation

Similar Papers 제목 키워드 기반

Query Decomposition for RAG: Balancing Exploration-Exploitation

2025-10-21 · Roxana Petcu, Kenton Murray, Daniel Khashabi, Evangelos Kanoulas 외 arxiv

Retrieval-augmented generation (RAG) systems address complex user requests by decomposing them into subqueries, retrieving potentially relevant documents for each, and then aggregating them to generate an answer. Efficie…

Search-Engine-augmented Dialogue Response Generation with Cheaply Supervised Query Production

2023-02-16 · Ante Wang, Linfeng Song, Qi Liu, Haitao Mi 외

Knowledge-aided dialogue response generation aims at augmenting chatbots with relevant external knowledge in the hope of generating more informative responses. The majority of previous work assumes that the relevant know…

ArticlesChatbotResponse Generation

Learning to Acquire Knowledge from a Search Engine for Dialogue Response Generation

2021-10-16 · ACL ARR October 2021 10 · Anonymous

Knowledge-aided dialogue response generation aims at augmenting chatbots with relevant external knowledge in the hope of generating more informative responses. The majority of previous work assumes that the relevant know…

ArticlesChatbotResponse Generation

VideoRAG: Retrieval-Augmented Generation over Video Corpus

2025-01-10 · Soyeong Jeong, Kangsan Kim, Jinheon Baek, Sung Ju Hwang

Retrieval-Augmented Generation (RAG) is a powerful strategy for improving the factual accuracy of models by retrieving external knowledge relevant to queries and incorporating it into the generation process. However, exi…

RAGResponse GenerationRetrievalRetrieval-augmented Generation

Query-Aware Flow Diffusion for Graph-Based RAG with Retrieval Guarantees

2026-04-21 · Zhuoping Zhou, Davoud Ataee Tarzanagh, Sima Didari, Wenjun Hu 외 arxiv

Graph-based Retrieval-Augmented Generation (RAG) systems leverage interconnected knowledge structures to capture complex relationships that flat retrieval struggles with, enabling multi-hop reasoning. Yet most existing g…

Question Answering