Papers › Autoregressive Entity Retrieval

Autoregressive Entity Retrieval

2 Oct 2020ICLR 2021 1arXiv:2010.00904archive 2025-07-28

Nicola De Cao, Gautier Izacard, Sebastian Riedel, Fabio Petroni

Entities are at the center of how we represent and aggregate knowledge. For instance, Encyclopedias such as Wikipedia are structured by entities (e.g., one per Wikipedia article). The ability to retrieve such entities given a query is fundamental for knowledge-intensive tasks such as entity linking and open-domain question answering. Current approaches can be understood as classifiers among atomic labels, one for each entity. Their weight vectors are dense entity representations produced by encoding entity meta information such as their descriptions. This approach has several shortcomings: (i) context and entity affinity is mainly captured through a vector dot product, potentially missing fine-grained interactions; (ii) a large memory footprint is needed to store dense representations when considering large entity sets; (iii) an appropriately hard set of negative data has to be subsampled at training time. In this work, we propose GENRE, the first system that retrieves entities by generating their unique names, left to right, token-by-token in an autoregressive fashion. This mitigates the aforementioned technical issues since: (i) the autoregressive formulation directly captures relations between context and entity name, effectively cross encoding both; (ii) the memory footprint is greatly reduced because the parameters of our encoder-decoder architecture scale with vocabulary size, not entity count; (iii) the softmax loss is computed without subsampling negative data. We experiment with more than 20 datasets on entity disambiguation, end-to-end entity linking and document retrieval tasks, achieving new state-of-the-art or very competitive results while using a tiny fraction of the memory footprint of competing systems. Finally, we demonstrate that new entities can be added by simply specifying their names. Code and pre-trained models at https://github.com/facebookresearch/GENRE.

PaperPDFConference PDFCode

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

Code

facebookresearch/GENRE officialmentioned in papermentioned on GitHubpytorch report
amzn/seqzero mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

Not run by Syntology. Nothing on this page verifies that the listed code works.

Tasks

Entity DisambiguationEntity LinkingEntity RetrievalOpen-Domain Question AnsweringQuestion AnsweringRetrieval

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Entity Disambiguation ACE2004 GENRE Micro-F1 90.1 #5 of 6 Archive leaderboard report
Entity Disambiguation AIDA-CoNLL GENRE In-KB Accuracy 93.3 #10 of 20 Archive leaderboard report
Entity Disambiguation AQUAINT GENRE Micro-F1 89.9 #4 of 6 Archive leaderboard report
Entity Disambiguation MSNBC GENRE Micro-F1 94.3 #4 of 6 Archive leaderboard report
Entity Disambiguation WNED-CWEB GENRE Micro-F1 77.3 #5 of 7 Archive leaderboard report
Entity Disambiguation WNED-WIKI GENRE Micro-F1 87.4 #4 of 7 Archive leaderboard report
Entity Linking AIDA-CoNLL De Cao et al. (2021a) Micro-F1 strong 83.7 #9 of 17 Archive leaderboard report
Entity Linking Derczynski De Cao et al. (2021a) Micro-F1 54.1 #3 of 7 Archive leaderboard report
Entity Linking KILT: AIDA-YAGO2 GENRE Accuracy 89.85 #1 of 11 Archive leaderboard report
Entity Linking KILT: AIDA-YAGO2 GENRE KILT-AC 89.85 #1 of 11 Archive leaderboard report
Entity Linking KILT: AIDA-YAGO2 GENRE R-Prec 89.85 #1 of 11 Archive leaderboard report
Entity Linking KILT: AIDA-YAGO2 GENRE Recall@5 94.76 #1 of 11 Archive leaderboard report
Entity Linking KILT: WNED-CWEB GENRE Accuracy 71.22 #1 of 10 Archive leaderboard report
Entity Linking KILT: WNED-CWEB GENRE KILT-AC 71.22 #1 of 10 Archive leaderboard report
Entity Linking KILT: WNED-CWEB GENRE R-Prec 71.22 #1 of 10 Archive leaderboard report
Entity Linking KILT: WNED-CWEB GENRE Recall@5 79.22 #1 of 10 Archive leaderboard report
Entity Linking KILT: WNED-WIKI GENRE Accuracy 87.44 #1 of 10 Archive leaderboard report
Entity Linking KILT: WNED-WIKI GENRE KILT-AC 87.44 #1 of 10 Archive leaderboard report
Entity Linking KILT: WNED-WIKI GENRE R-Prec 87.44 #1 of 10 Archive leaderboard report
Entity Linking KILT: WNED-WIKI GENRE Recall@5 94.91 #1 of 10 Archive leaderboard report
Entity Linking MSNBC De Cao et al. (2021a) Micro-F1 73.7 #3 of 8 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Softmax

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections