Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Mention Memory: incorporating textual knowledge into Transformers through entity mention attention

About

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 open-domain knowledge-intensive tasks, including the claim verification benchmarks HoVer and FEVER and several entity-based QA benchmarks. We also show that the model learns to attend to informative mentions without any direct supervision. Finally we demonstrate that the model can generalize to new unseen entities by updating the memory without retraining.

Michiel de Jong, Yury Zemlyanskiy, Nicholas FitzGerald, Fei Sha, William Cohen• 2021

Related benchmarks

TaskDatasetResultRank
Fact VerificationFEVER (dev)
Label Accuracy71.1
57
Open-domain Question AnsweringTriviaQA (TQA) (test)
Accuracy65.8
26
Question AnsweringEntityQuestions
Accuracy66
13
Claim VerificationHoVer (test)
Accuracy73.1
12
Information RetrievalEntityQuestions (test)--
11
Claim VerificationFEVER (test)
Accuracy68.1
10
Claim VerificationFM2 (dev)
Accuracy68.4
8
Open-domain Question AnsweringTriviaQA (TQA) (dev)--
8
Open-domain Question AnsweringComplexWebQuestions (CWQ) (dev)
Accuracy47.7
6
Claim VerificationHoVer (dev)
Accuracy74.1
4
Showing 10 of 12 rows

Other info

Code

Follow for update