English

Fusing Context Into Knowledge Graph for Commonsense Question Answering

Computation and Language 2021-08-04 v3

Abstract

Commonsense question answering (QA) requires a model to grasp commonsense and factual knowledge to answer questions about world events. Many prior methods couple language modeling with knowledge graphs (KG). However, although a KG contains rich structural information, it lacks the context to provide a more precise understanding of the concepts. This creates a gap when fusing knowledge graphs into language modeling, especially when there is insufficient labeled data. Thus, we propose to employ external entity descriptions to provide contextual information for knowledge understanding. We retrieve descriptions of related concepts from Wiktionary and feed them as additional input to pre-trained language models. The resulting model achieves state-of-the-art result in the CommonsenseQA dataset and the best result among non-generative models in OpenBookQA.

Keywords

Cite

@article{arxiv.2012.04808,
  title  = {Fusing Context Into Knowledge Graph for Commonsense Question Answering},
  author = {Yichong Xu and Chenguang Zhu and Ruochen Xu and Yang Liu and Michael Zeng and Xuedong Huang},
  journal= {arXiv preprint arXiv:2012.04808},
  year   = {2021}
}

Comments

To appear at ACL 2021. Code available at https://github.com/microsoft/DEKCOR-CommonsenseQA

R2 v1 2026-06-23T20:49:59.147Z