KGQA: Knowledge Graph Question Answering—answering natural language questions using structured data in a knowledge graph
GNN: Graph Neural Network—a neural network designed to process graph-structured data by aggregating information from neighboring nodes
RoG: Reasoning on Graphs—a baseline method where an LLM generates relational paths as plans for retrieval
ToG: Think-on-Graph—a baseline method using an LLM to iteratively traverse the knowledge graph hop-by-hop
Reasoning Path: The sequence of triplets connecting a question entity to an answer entity (e.g., Entity A -> relation 1 -> Entity B -> relation 2 -> Answer)
Dense Subgraph: A subset of the knowledge graph extracted around the question entities, retaining all local connections rather than a single path
H@1: Hits at 1—Accuracy metric measuring if the top-1 predicted answer is correct
SBERT: Sentence-BERT—a modification of the BERT network to derive semantically meaningful sentence embeddings
PageRank Nibble: A local clustering algorithm used to approximate PageRank vectors for extracting relevant subgraphs around seed nodes