Multi-task Retrieval for Knowledge-Intensive Tasks
About
Retrieving relevant contexts from a large corpus is a crucial step for tasks such as open-domain question answering and fact checking. Although neural retrieval outperforms traditional methods like tf-idf and BM25, its performance degrades considerably when applied to out-of-domain data. Driven by the question of whether a neural retrieval model can be universal and perform robustly on a wide variety of problems, we propose a multi-task trained model. Our approach not only outperforms previous methods in the few-shot setting, but also rivals specialised neural retrievers, even when in-domain training data is abundant. With the help of our retriever, we improve existing models for downstream tasks and closely match or improve the state of the art on multiple benchmarks.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Knowledge-Intensive Language Tasks | KILT (test) | WoW F1 Score0.153 | 29 | |
| Page-level retrieval | KILT (test) | WoW Score41.1 | 28 | |
| Slot Filling | zsRE KILT (test) | KILT Accuracy57.95 | 12 | |
| Passage-level Retrieval | KILT (dev) | FEV Score52.1 | 8 | |
| Slot Filling | T-REx KILT Leaderboard (test) | Accuracy0.00e+0 | 7 | |
| Paragraph-level Retrieval | KILT benchmark | FEVER Score52.1 | 4 |