KGQA: Knowledge Graph Question Answering—answering natural language questions using structured data from a knowledge graph
SPARQL: SPARQL Protocol and RDF Query Language—a standard query language used to retrieve and manipulate data stored in Resource Description Framework (RDF) format
WebQSP: A popular semantic parsing dataset for KGQA based on Freebase, shown in this paper to have low factual accuracy
CWQ: ComplexWebQuestions—a dataset for complex reasoning over KGs, also shown to have low accuracy
KG-RAG: Knowledge Graph Retrieval-Augmented Generation—systems that combine LLM generation with retrieval from a structured knowledge graph
Exact Match (EM): A metric that counts a prediction as correct only if it essentially identical (string match) to the ground truth
BEM: Bounded Exact Match—a metric proposed in this paper that accepts an answer if it exactly matches any valid alias or label of the entity in the Knowledge Graph
Wikidata: A collaboratively edited, multilingual, open knowledge graph hosted by the Wikimedia Foundation
Freebase: A large collaborative knowledge base that was shut down in 2016 but is still the basis for many legacy benchmarks like WebQSP
SOTA: State-of-the-art—the current best performance achieved by existing methods