Adaptive RAG: A RAG system that dynamically decides whether to perform retrieval based on the query's difficulty or the model's uncertainty
Uncertainty Estimation (UE): Techniques to gauge how confident an LLM is in its own knowledge, often used to trigger retrieval if confidence is low
FLOPs: Floating Point Operations—a measure of computational cost
In-Accuracy (InAcc): A metric measuring whether the ground-truth answer is contained within the generated output
Entity Linking: The process of identifying entities in text and linking them to a knowledge base (like Wikidata)
Knowledge Graph (KG): A structured representation of knowledge using entities (nodes) and relationships (edges)
LLM-independent: Methods that do not require querying a Large Language Model to make a decision, saving computational resources
Entity Popularity: A feature based on how often an entity appears in Wikipedia page views or text collections, used as a proxy for how likely the LLM is to know it