Provenance: The specific evidence (text span or document ID) in the knowledge source that justifies a model's prediction
KILT score: A strict metric (e.g., KILT-EM) that counts a prediction as correct ONLY if the model also retrieves the correct provenance evidence
In-KB: A setting where the evidence required to answer an instance is guaranteed to be present in the provided knowledge source
R-precision: A retrieval metric measuring the proportion of relevant documents in the top-R retrieved results, where R is the number of relevant documents
Slot Filling: The task of extracting attributes or relations for entities from text (e.g., Subject: Einstein, Relation: educated_at, Object: ETH Zurich)
Entity Linking: The task of assigning a unique Wikipedia page to entity mentions in text
Fact Checking: Verifying a claim against evidence, usually resulting in a Supported/Refuted label
DPR: Dense Passage Retrieval—a method using dual-encoder bi-encoders to retrieve relevant passages based on embedding similarity
RAG: Retrieval-Augmented Generation—a model that combines a neural retriever with a sequence-to-sequence generator
BART: A denoising autoencoder for pre-training sequence-to-sequence models