paper-with-me

Papers

GKS: Graph-based Knowledge Selector for Task-oriented Dialog System

2021-12-07 · Jen-Chieh Yang, Jia-Yan Wu, Sung-Ping Chang, Ya-Chieh Huang

In previous research, knowledge-selection tasks mostly rely on language model-based methods or knowledge ranking. However, while approaches that rely on the language models take all knowledge as sequential input, knowledge does not contain sequential information in most circumstances. On the other hand, the knowledge-ranking methods leverage dialog history and each given knowledge snippet separately, but they do not consider information between knowledge snippets. In the Tenth Dialog System Technology Challenges (DSTC10), we participated in the second Knowledge-grounded Task-oriented Dialogue Modeling on Spoken Conversations. To deal with the problems mentioned above, we modified training methods based on state-of-the-art (SOTA) models for the first and third sub-tasks. As for the second sub-task of knowledge selection, we proposed Graph-Knowledge Selector (GKS), utilizing a graph-attention base model incorporated with the language model. GKS makes knowledge-selection decisions in the dialog by simultaneously considering each knowledge embedding generated from the language model without sequential features. Moreover, GKS leverages considerable knowledge in decision-making and takes relations across knowledge as part of the selection process. As a result, GKS outperforms several SOTA models proposed in the data-set on knowledge selection from the Ninth Dialog System Technology Challenges (DSTC9).

📄 PDF Abstract BibTeX arXiv:2112.03719

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingGraph AttentionLanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Multi-Grained Knowledge Retrieval for End-to-End Task-Oriented Dialog

2023-05-17 · Fanqi Wan, Weizhou Shen, Ke Yang, Xiaojun Quan 외

Retrieving proper domain knowledge from an external database lies at the heart of end-to-end task-oriented dialog systems to generate informative responses. Most existing systems blend knowledge retrieval with response g…

AttributeResponse GenerationRetrieval

GraphDialog: Integrating Graph Knowledge into End-to-End Task-Oriented Dialogue Systems

2020-10-04 · EMNLP 2020 11 · Shiquan Yang, Rui Zhang, Sarah Erfani

End-to-end task-oriented dialogue systems aim to generate system responses directly from plain text inputs. There are two challenges for such systems: one is how to effectively incorporate external knowledge bases (KBs) …

Dependency ParsingRepresentation LearningTask-Oriented Dialogue Systems

Few-Shot Bot: Prompt-Based Learning for Dialogue Systems

2021-10-15 · Andrea Madotto, Zhaojiang Lin, Genta Indra Winata, Pascale Fung

Learning to converse using only a few examples is a great challenge in conversational AI. The current best conversational models, which are either good chit-chatters (e.g., BlenderBot) or goal-oriented systems (e.g., Min…

ChatbotDialogue State TrackingFew-Shot LearningResponse Generation+1

TopKG: Target-oriented Dialog via Global Planning on Knowledge Graph

2022-10-01 · COLING 2022 10 · Zhitong Yang, Bo wang, Jinfeng Zhou, Yue Tan 외

Target-oriented dialog aims to reach a global target through multi-turn conversation. The key to the task is the global planning towards the target, which flexibly guides the dialog concerning the context. However, exist…

Response Generation

Query Enhanced Knowledge-Intensive Conversation via Unsupervised Joint Modeling

2022-12-19 · Mingzhu Cai, Siqi Bao, Xin Tian, Huang He 외

In this paper, we propose an unsupervised query enhanced approach for knowledge-intensive conversations, namely QKConv. There are three modules in QKConv: a query generator, an off-the-shelf knowledge selector, and a res…

Conversational Question AnsweringQuestion AnsweringRetrieval