paper-with-me

홈 › Papers

A Weighted Heterogeneous Graph Based Dialogue System

2020-10-21 · Xinyan Zhao, LiangWei Chen, Huanhuan Chen

Knowledge based dialogue systems have attracted increasing research interest in diverse applications. However, for disease diagnosis, the widely used knowledge graph is hard to represent the symptom-symptom relations and symptom-disease relations since the edges of traditional knowledge graph are unweighted. Most research on disease diagnosis dialogue systems highly rely on data-driven methods and statistical features, lacking profound comprehension of symptom-disease relations and symptom-symptom relations. To tackle this issue, this work presents a weighted heterogeneous graph based dialogue system for disease diagnosis. Specifically, we build a weighted heterogeneous graph based on symptom co-occurrence and a proposed symptom frequency-inverse disease frequency. Then this work proposes a graph based deep Q-network (Graph-DQN) for dialogue management. By combining Graph Convolutional Network (GCN) with DQN to learn the embeddings of diseases and symptoms from both the structural and attribute information in the weighted heterogeneous graph, Graph-DQN could capture the symptom-disease relations and symptom-symptom relations better. Experimental results show that the proposed dialogue system rivals the state-of-the-art models. More importantly, the proposed dialogue system can complete the task with less dialogue turns and possess a better distinguishing capability on diseases with similar symptoms.

📄 PDF Abstract BibTeX arXiv:2010.10699

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeDialogue ManagementManagement

Methods 이 논문이 사용한 방법론

Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…
DQN A DQN, or Deep Q-Network, approximates a state-value function in a Q-Learning framework with a neural network. In the Atari…

Similar Papers 제목 키워드 기반

Incorporating Commonsense Knowledge into Abstractive Dialogue Summarization via Heterogeneous Graph Networks

2020-10-20 · CCL 2021 8 · Xiachong Feng, Xiaocheng Feng, Bing Qin, Ting Liu

Abstractive dialogue summarization is the task of capturing the highlights of a dialogue and rewriting them into a concise version. In this paper, we present a novel multi-speaker dialogue summarizer to demonstrate how l…

Abstractive Dialogue Summarizationdialogue summaryDialogue Understanding

Knowledge-Grounded Dialogue Generation with a Unified Knowledge Representation

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Knowledge-grounded dialogue systems are challenging to build due to the lack of training data and heterogeneous knowledge sources. Existing systems perform poorly on unseen topics due to limited topics covered in the tra…

Dialogue GenerationLanguage ModelingLanguage Modelling

Dialogue Relation Extraction with Document-level Heterogeneous Graph Attention Networks

2020-09-10 · Hui Chen, Pengfei Hong, Wei Han, Navonil Majumder 외

Dialogue relation extraction (DRE) aims to detect the relation between two entities mentioned in a multi-party dialogue. It plays an important role in constructing knowledge graphs from conversational data increasingly a…

Dialog Relation ExtractionGraph AttentionKnowledge GraphsRelation+1

DialoKG: Knowledge-Structure Aware Task-Oriented Dialogue Generation

2022-04-19 · Findings (NAACL) 2022 7 · Md Rashad Al Hasan Rony, Ricardo Usbeck, Jens Lehmann

Task-oriented dialogue generation is challenging since the underlying knowledge is often dynamic and effectively incorporating knowledge into the learning process is hard. It is particularly challenging to generate both …

Dialogue GenerationKnowledge DistillationLanguage ModelingLanguage Modelling

AtmosERC: Modeling Dialogue-Level Affective Atmosphere for Emotion Recognition in Conversation

2026-07-29 · Weijie Feng, Tongwei Zhang, Binbin Liu, Zhiyong Cheng arxiv

Emotion Recognition in Conversation (ERC) aims to predict utterance-level emotions in dialogues and has largely advanced through context-centric modeling. However, global context is a heterogeneous signal, and not all co…

Emotion Recognition in Conversation