KG-BART: Knowledge Graph-Augmented BART for Generative Commonsense Reasoning
Ye Liu, Yao Wan, Lifang He, Hao Peng, Philip S. Yu

TL;DR
KG-BART is a novel knowledge graph-augmented language model that improves generative commonsense reasoning by incorporating relational knowledge, leading to more logical sentences and better performance on benchmarks.
Contribution
Introduces KG-BART, a pre-trained language model that integrates knowledge graph relations to enhance commonsense reasoning in text generation.
Findings
KG-BART outperforms BART by 5.80 BLEU-3 points.
Incorporating knowledge graphs improves sentence plausibility.
Generated contexts aid downstream QA tasks.
Abstract
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…
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 · Natural Language Processing Techniques · Multimodal Machine Learning Applications
MethodsLinear Layer · Dense Connections · Dropout · Layer Normalization · Byte Pair Encoding · Multi-Head Attention · Attention Is All You Need · Residual Connection · Adam · Softmax
