KoPL: Knowledge-oriented Programming Language—a Lisp-like, function-chain structured query language that explicitly models reasoning steps (e.g., Find -> Relate -> Filter)
Lambda DCS: Lambda Dependency-Based Compositional Semantics—a compact logical formalism focusing on variable-free composition, often represented as s-expressions
SPARQL: Standard query language for RDF databases, using triple patterns to match graph structures
Tree Edit Distance (TED): A metric calculating the minimum number of node insertions, deletions, and re-labelings required to transform one tree structure into another
Skeleton: The structural abstraction of a logical form obtained by removing specific entity/relation arguments, leaving only operators/functions (used for similarity search)
In-Context Learning (ICL): A prompting technique where the model is given a few input-output examples (demonstrations) in the prompt before the actual test input
Chain-of-Thought (CoT): A prompting strategy where the model generates intermediate reasoning steps (here, generating the skeleton first) before the final answer