paper-with-me

홈 › Papers

Enhancing Dialogue Generation via Dynamic Graph Knowledge Aggregation

2023-06-28 · Chen Tang, Hongbo Zhang, Tyler Loakman, Chenghua Lin, Frank Guerin

Incorporating external graph knowledge into neural chatbot models has been proven effective for enhancing dialogue generation. However, in conventional graph neural networks (GNNs), message passing on a graph is independent from text, resulting in the graph representation hidden space differing from that of the text. This training regime of existing models therefore leads to a semantic gap between graph knowledge and text. In this study, we propose a novel framework for knowledge graph enhanced dialogue generation. We dynamically construct a multi-hop knowledge graph with pseudo nodes to involve the language model in feature aggregation within the graph at all steps. To avoid the semantic biases caused by learning on vanilla subgraphs, the proposed framework applies hierarchical graph attention to aggregate graph features on pseudo nodes and then attains a global feature. Therefore, the framework can better utilise the heterogeneous features from both the post and external graph knowledge. Extensive experiments demonstrate that our framework outperforms state-of-the-art (SOTA) baselines on dialogue generation. Further analysis also shows that our representation learning framework can fill the semantic gap by coagulating representations of both text and graph knowledge. Moreover, the language model also learns how to better select knowledge triples for a more informative response via exploiting subgraph patterns within our feature aggregation process. Our code and resources are available at https://github.com/tangg555/SaBART.

📄 PDF Abstract BibTeX arXiv:2306.16195

Code (1)

tangg555/sabart 공식 구현 pytorch

Tasks

ChatbotDialogue GenerationGraph AttentionLanguage ModelingLanguage ModellingRepresentation Learning

Similar Papers 제목 키워드 기반

Dynamic Knowledge Graph-based Dialogue Generation with Improved Adversarial Meta-Learning

2020-04-19 · Hongcai Xu, Junpeng Bao, Gaojie Zhang

Knowledge graph-based dialogue systems are capable of generating more informative responses and can implement sophisticated reasoning mechanisms. However, these models do not take into account the sparseness and incomple…

Adversarial AttackDialogue GenerationMeta-Learning

Open-domain Dialogue Generation Grounded with Dynamic Multi-form Knowledge Fusion

2022-04-24 · Feifei Xu, Shanlin Zhou, Xinpeng Wang, Yunpu Ma 외

Open-domain multi-turn conversations normally face the challenges of how to enrich and expand the content of the conversation. Recently, many approaches based on external knowledge are proposed to generate rich semantic …

Dialogue GenerationFormInformativenessKnowledge Graphs

Advancing Multi-Party Dialogue Framework with Speaker-ware Contrastive Learning

2025-01-20 · Zhongtian Hu, Qi He, Ronghan Li, Meng Zhao 외

Multi-party dialogues, common in collaborative scenarios like brainstorming sessions and negotiations, pose significant challenges due to their complexity and diverse speaker roles. Current methods often use graph neural…

Contrastive LearningDialogue GenerationResponse Generation

Improving Medical Dialogue Generation with Abstract Meaning Representations

2023-09-19 · Bohao Yang, Chen Tang, Chenghua Lin

Medical Dialogue Generation serves a critical role in telemedicine by facilitating the dissemination of medical expertise to patients. Existing studies focus on incorporating textual representations, which have limited t…

Dialogue Generation

D-SMART: Enhancing LLM Dialogue Consistency via Dynamic Structured Memory And Reasoning Tree

2025-10-15 · Xiang Lei, Qin Li, Min Zhang, Min Zhang arxiv

Large Language Models (LLMs) often exhibit factual inconsistencies and logical decay in extended, multi-turn dialogues, a challenge stemming from their reliance on static, pre-trained knowledge and an inability to reason…