KGQA: Knowledge Graph Question Answering—systems that answer natural language questions by querying a structured Knowledge Graph
Semantic Parsing: The process of converting a natural language question into a structured logical query (like SPARQL) to execute against a database
SPARQL: A standard query language for graph databases (RDF), used to retrieve specific triples
Entity Neighborhood: The set of all direct relations and connected entities/attributes surrounding a specific node (entity) in the graph
Chain-of-Thought (CoT): A prompting technique where the model generates intermediate reasoning steps before the final answer
Truthfulness: A metric defined in the paper as Accuracy minus Hallucination Rate (T = A - H), penalizing incorrect answers
Head/Torso/Tail entities: Categorization of entities based on their popularity/connectivity in the graph (Head = most popular, Tail = least)
SFT: Supervised Fine-Tuning—updating a pre-trained model on a specific dataset to improve performance on a task