Faithfulness: In interpretability, the property that an explanation accurately represents the true reasoning process behind a model's prediction
CoT: Chain-of-Thought—a prompting technique where the model generates intermediate reasoning steps before the final answer
Symbolic Language (SL): Formal languages like Python, Datalog, or PDDL used to represent logic and computation deterministically
PDDL: Planning Domain Definition Language—a standard encoding for classical planning problems involving objects, actions, and goals
Datalog: A declarative logic programming language used for querying databases and deductive reasoning
Greedy decoding: A generation strategy where the model selects the highest probability token at each step (temperature=0)
Self-consistency: An ensemble strategy where the model generates multiple reasoning paths and selects the final answer via majority vote
SOTA: State-of-the-Art—the current best performance on a specific benchmark