Mention Memory: incorporating textual knowledge into Transformers through entity mention attention
Michiel de Jong, Yury Zemlyanskiy, Nicholas FitzGerald, Fei Sha,, William Cohen

TL;DR
This paper introduces TOME, a Transformer model with a mention memory component that integrates large-scale textual knowledge for improved open-domain question answering and fact verification.
Contribution
It presents a novel semi-parametric memory mechanism for Transformers that incorporates entity mentions from large corpora, enabling reasoning over extensive factual knowledge.
Findings
TOME achieves state-of-the-art results on FEVER and HoVer benchmarks.
The model learns to attend to relevant mentions without supervision.
It can update its knowledge base with new entities without retraining.
Abstract
Natural language understanding tasks such as open-domain question answering often require retrieving and assimilating factual information from multiple sources. We propose to address this problem by integrating a semi-parametric representation of a large text corpus into a Transformer model as a source of factual knowledge. Specifically, our method represents knowledge with `mention memory', a table of dense vector representations of every entity mention in a corpus. The proposed model - TOME - is a Transformer that accesses the information through internal memory layers in which each entity mention in the input passage attends to the mention memory. This approach enables synthesis of and reasoning over many disparate sources of information within a single Transformer model. In experiments using a memory of 150 million Wikipedia mentions, TOME achieves strong performance on several…
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
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Residual Connection · Adam · Softmax · Dropout · Dense Connections · Layer Normalization · Absolute Position Encodings
