Graph-Based Reasoning over Heterogeneous External Knowledge for Commonsense Question Answering
Shangwen Lv, Daya Guo, Jingjing Xu, Duyu Tang, Nan Duan, Ming Gong,, Linjun Shou, Daxin Jiang, Guihong Cao, Songlin Hu

TL;DR
This paper introduces a graph-based method that integrates heterogeneous external knowledge sources, like ConceptNet and Wikipedia, to improve commonsense question answering, achieving state-of-the-art accuracy.
Contribution
It proposes a novel graph-based framework that combines structured and unstructured knowledge sources for enhanced reasoning in commonsense QA.
Findings
Achieves 75.3% accuracy on CommonsenseQA dataset.
Outperforms strong baseline models.
Effectively leverages heterogeneous knowledge graphs for reasoning.
Abstract
Commonsense question answering aims to answer questions which require background knowledge that is not explicitly expressed in the question. The key challenge is how to obtain evidence from external knowledge and make predictions based on the evidence. Recent works either learn to generate evidence from human-annotated evidence which is expensive to collect, or extract evidence from either structured or unstructured knowledge bases which fails to take advantages of both sources. In this work, we propose to automatically extract evidence from heterogeneous knowledge sources, and answer questions based on the extracted evidence. Specifically, we extract evidence from both structured knowledge base (i.e. ConceptNet) and Wikipedia plain texts. We construct graphs for both sources to obtain the relational structures of evidence. Based on these graphs, we propose a graph-based approach…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Graph Neural Networks
