GoPs: Graph of Passages—a graph where nodes are passages and edges represent structural or keyword relationships
GNN: Graph Neural Network—a neural network that processes data represented as graphs
RGNN: Recurrent Graph Neural Network—a GNN variant that maintains state across time steps, used here for multi-hop reasoning steps
SBERT: Sentence-BERT—a modification of the BERT network to derive semantically meaningful sentence embeddings
Self-critique: A mechanism where the LLM evaluates its own intermediate answers to decide whether to continue reasoning or output a final answer
Hinge objective: A loss function used to train the GNN that encourages the score of positive examples (supporting passages) to be lower (better) than negative examples by a margin
KGP: Knowledge Graph Prompting—a baseline method that retrieves neighbors of seed nodes in a Knowledge Graph
semantic distance: A metric (typically 1 - cosine similarity) measuring how unrelated two text embeddings are