CLSCSep 26, 2020

KG-BART: Knowledge Graph-Augmented BART for Generative Commonsense Reasoning

arXiv:2009.12677v2222 citationsHas Code
Originality Incremental advance
AI Analysis

It addresses the problem of generating plausible sentences with commonsense reasoning for text generation tasks, representing an incremental improvement by integrating knowledge graphs into existing pre-trained models.

The paper tackles generative commonsense reasoning by proposing KG-BART, a knowledge graph-augmented model that improves sentence plausibility, outperforming BART by 5.80 and 4.60 in BLEU-3 and BLEU-4 scores on the CommonGen dataset.

Generative commonsense reasoning which aims to empower machines to generate sentences with the capacity of reasoning over a set of concepts is a critical bottleneck for text generation. Even the state-of-the-art pre-trained language generation models struggle at this task and often produce implausible and anomalous sentences. One reason is that they rarely consider incorporating the knowledge graph which can provide rich relational information among the commonsense concepts. To promote the ability of commonsense reasoning for text generation, we propose a novel knowledge graph augmented pre-trained language generation model KG-BART, which encompasses the complex relations of concepts through the knowledge graph and produces more logical and natural sentences as output. Moreover, KG-BART can leverage the graph attention to aggregate the rich concept semantics that enhances the model generalization on unseen concept sets. Experiments on benchmark CommonGen dataset verify the effectiveness of our proposed approach by comparing with several strong pre-trained language generation models, particularly KG-BART outperforms BART by 5.80, 4.60, in terms of BLEU-3, 4. Moreover, we also show that the generated context by our model can work as background scenarios to benefit downstream commonsense QA tasks.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes