CLAINov 15, 2022

Empowering Language Models with Knowledge Graph Reasoning for Question Answering

arXiv:2211.08380v128 citationsh-index: 64
Originality Incremental advance
AI Analysis

This addresses the limitation of language models in storing world knowledge for question answering, though it is an incremental improvement by combining existing methods.

The authors tackled the problem of open-domain question answering by integrating knowledge graph reasoning with language models, achieving state-of-the-art results in the Closed-Book setting with significant performance gains.

Answering open-domain questions requires world knowledge about in-context entities. As pre-trained Language Models (LMs) lack the power to store all required knowledge, external knowledge sources, such as knowledge graphs, are often used to augment LMs. In this work, we propose knOwledge REasOning empowered Language Model (OREO-LM), which consists of a novel Knowledge Interaction Layer that can be flexibly plugged into existing Transformer-based LMs to interact with a differentiable Knowledge Graph Reasoning module collaboratively. In this way, LM guides KG to walk towards the desired answer, while the retrieved knowledge improves LM. By adopting OREO-LM to RoBERTa and T5, we show significant performance gain, achieving state-of-art results in the Closed-Book setting. The performance enhancement is mainly from the KG reasoning's capacity to infer missing relational facts. In addition, OREO-LM provides reasoning paths as rationales to interpret the model's decision.

Foundations

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

Your Notes