Generative Subgraph Retrieval for Knowledge Graph-Grounded Dialog Generation
Jinyoung Park, Minseok Joo, Joo-Kyung Kim, Hyunwoo J. Kim

TL;DR
This paper introduces DialogGSR, a novel method for knowledge graph-grounded dialog generation that directly generates relevant subgraphs using language models, outperforming previous retrieval approaches.
Contribution
It proposes a generative subgraph retrieval approach leveraging language models with structure-aware linearization and graph-constrained decoding, advancing dialog generation quality.
Findings
Achieves state-of-the-art results on OpenDialKG and KOMODIS datasets.
Outperforms previous retrieval-based methods in relevance and coherence.
Effectively leverages pretrained language models for subgraph retrieval.
Abstract
Knowledge graph-grounded dialog generation requires retrieving a dialog-relevant subgraph from the given knowledge base graph and integrating it with the dialog history. Previous works typically represent the graph using an external encoder, such as graph neural networks, and retrieve relevant triplets based on the similarity between single-vector representations of triplets and the dialog history. However, these external encoders fail to leverage the rich knowledge of pretrained language models, and the retrieval process is also suboptimal due to the information bottleneck caused by the single-vector abstraction of the dialog history. In this work, we propose Dialog generation with Generative Subgraph Retrieval (DialogGSR), which retrieves relevant knowledge subgraphs by directly generating their token sequences on top of language models. For effective generative subgraph retrieval, we…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsTopic Modeling · Multimodal Machine Learning Applications · Natural Language Processing Techniques
MethodsBalanced Selection
