KILT: a Benchmark for Knowledge Intensive Language Tasks
About
Challenging problems such as open-domain question answering, fact checking, slot filling and entity linking require access to large, external knowledge sources. While some models do well on individual tasks, developing general models is difficult as each task might require computationally expensive indexing of custom knowledge sources, in addition to dedicated infrastructure. To catalyze research on models that condition on specific information in large textual resources, we present a benchmark for knowledge-intensive language tasks (KILT). All tasks in KILT are grounded in the same snapshot of Wikipedia, reducing engineering turnaround through the re-use of components, as well as accelerating research into task-agnostic memory architectures. We test both task-specific and general baselines, evaluating downstream performance in addition to the ability of the models to provide provenance. We find that a shared dense vector index coupled with a seq2seq model is a strong baseline, outperforming more tailor-made approaches for fact checking, open-domain question answering and dialogue, and yielding competitive results on entity linking and slot filling, by generating disambiguated text. KILT data and code are available at https://github.com/facebookresearch/KILT.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Long-form Question Answering | ELI5 (test) | ROUGE-L17.41 | 54 | |
| Knowledge-Intensive Language Tasks | KILT (test) | WoW F1 Score0.152 | 29 | |
| Page-level retrieval | KILT (test) | WoW Score8.8 | 28 | |
| Slot Filling | zsRE KILT (test) | KILT Accuracy36.83 | 12 | |
| Long-form Question Answering | ELI5 (val) | F118.8 | 11 | |
| Retrieval | ELI5 KILT (test) | Retrieval Precision10.7 | 8 | |
| Open-domain dialogue | Wizard-of-Wikipedia KILT (test) | F1 Score15.19 | 8 | |
| Long-form Question Answering | ELI5 KILT (test) | F117.9 | 8 | |
| Relation Extraction | RE Zero-Shot | Accuracy44.74 | 8 | |
| Question Answering | NQ | EM48.8 | 5 |