Self-Consistency (SC): A decoding strategy that samples multiple reasoning paths and selects the most consistent answer (usually via majority vote)
Hallucination: Generated content that appears plausible but contains factual inaccuracies or logical inconsistencies
Reasoning Graph: A Directed Acyclic Graph (DAG) representation of a mathematical derivation where nodes are statements and edges are logical dependencies
Graph Isomorphism: A condition where two graphs contain the same number of vertices connected in the same way, used here to check if two reasoning chains have the same logical structure
Tree Edit Distance: A metric counting the minimum number of operations (insert, delete, rename) required to transform one tree (e.g., an algebraic syntax tree) into another
Adaptive Sampling: A strategy that dynamically adjusts the number of model outputs generated based on the current confidence or consistency level
Chain-of-Thought (CoT): A prompting technique that encourages the model to generate intermediate reasoning steps before the final answer