GreaseLM: Graph REASoning Enhanced Language Models for Question Answering
Xikun Zhang, Antoine Bosselut, Michihiro Yasunaga, Hongyu Ren, Percy, Liang, Christopher D. Manning, Jure Leskovec

TL;DR
GreaseLM is a novel model that effectively combines pretrained language models and graph neural networks to improve reasoning in question answering tasks across various domains.
Contribution
It introduces a multi-layer fusion approach that allows bidirectional information flow between language context and structured knowledge representations.
Findings
Outperforms existing models on CommonsenseQA, OpenbookQA, and MedQA-USMLE benchmarks.
More reliably answers questions requiring reasoning over context and knowledge.
Achieves superior performance even with smaller model sizes.
Abstract
Answering complex questions about textual narratives requires reasoning over both stated context and the world knowledge that underlies it. However, pretrained language models (LM), the foundation of most modern QA systems, do not robustly represent latent relationships between concepts, which is necessary for reasoning. While knowledge graphs (KG) are often used to augment LMs with structured representations of world knowledge, it remains an open question how to effectively fuse and reason over the KG representations and the language context, which provides situational constraints and nuances. In this work, we propose GreaseLM, a new model that fuses encoded representations from pretrained LMs and graph neural networks over multiple layers of modality interaction operations. Information from both modalities propagates to the other, allowing language context representations to be…
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 · Biomedical Text Mining and Ontologies
