paper-with-me

Papers

Knowledge Graph-Augmented Language Models for Knowledge-Grounded Dialogue Generation

2023-05-30 · Minki Kang, Jin Myung Kwak, Jinheon Baek, Sung Ju Hwang

Language models have achieved impressive performances on dialogue generation tasks. However, when generating responses for a conversation that requires factual knowledge, they are far from perfect, due to an absence of mechanisms to retrieve, encode, and reflect the knowledge in the generated responses. Some knowledge-grounded dialogue generation methods tackle this problem by leveraging facts from Knowledge Graphs (KGs); however, they do not guarantee that the model utilizes a relevant piece of knowledge from the KG. To overcome this limitation, we propose SUbgraph Retrieval-augmented GEneration (SURGE), a framework for generating context-relevant and knowledge-grounded dialogues with the KG. Specifically, our SURGE framework first retrieves the relevant subgraph from the KG, and then enforces consistency across facts by perturbing their word embeddings conditioned by the retrieved subgraph. Then, we utilize contrastive learning to ensure that the generated texts have high similarity to the retrieved subgraphs. We validate our SURGE framework on OpendialKG and KOMODIS datasets, showing that it generates high-quality dialogues that faithfully reflect the knowledge from KG.

📄 PDF Abstract BibTeX arXiv:2305.18846

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningDialogue GenerationKnowledge GraphsRetrievalRetrieval-augmented GenerationWord Embeddings

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Graph-Enhanced Retrieval-Augmented Question Answering for E-Commerce Customer Support

2025-09-15 · Piyushkumar Patel arxiv

E-Commerce customer support requires quick and accurate answers grounded in product data and past support cases. This paper develops a novel retrieval-augmented generation (RAG) framework that uses knowledge graphs (KGs)…

Question AnsweringKnowledge Graphs

TagRAG: Tag-guided Hierarchical Knowledge Graph Retrieval-Augmented Generation

2025-10-18 · Wenbiao Tao, Xinyuan Li, Yunshi Lan, Weining Qian arxiv

Retrieval-Augmented Generation enhances language models by retrieving external knowledge to support informed and grounded responses. However, traditional RAG methods rely on fragment-level retrieval, limiting their abili…

Information Extraction

Graph Neural Prompting with Large Language Models

2023-09-27 · Yijun Tian, Huan Song, Zichen Wang, Haozhu Wang 외

Large language models (LLMs) have shown remarkable generalization capability with exceptional performance in various language modeling tasks. However, they still exhibit inherent limitations in precisely capturing and re…

Graph Neural NetworkKnowledge GraphsLanguage ModelingLanguage Modelling+3

Structure-Grounded Knowledge Retrieval via Code Dependencies for Multi-Step Data Reasoning

2026-04-12 · Xinyi Huang arxiv

Selecting the right knowledge is critical when using large language models (LLMs) to solve domain-specific data analysis tasks. However, most retrieval-augmented approaches rely primarily on lexical or embedding similari…

Code Generation

KPT: Keyword-guided Pre-training for Grounded Dialog Generation

2022-12-04 · Qi Zhu, Fei Mi, Zheng Zhang, Yasheng Wang 외

Incorporating external knowledge into the response generation process is essential to building more helpful and reliable dialog agents. However, collecting knowledge-grounded conversations is often costly, calling for a …

Knowledge GraphsLanguage ModellingResponse Generation