Neurosymbolic: Systems combining neural networks (like LLMs) with symbolic logic or structured reasoning methods
Chain-of-Thought: A prompting strategy where the model produces intermediate reasoning steps before the final answer
CoT+: A variant of Chain-of-Thought prompting introduced in this paper that includes a textual description of the specific domain's reasoning strategy
Soft Reasoning: Reasoning that combines strict logical deduction with imprecise commonsense knowledge (e.g., social norms)
PAL: Program-Aided Language Models—a technique where the LLM generates code (e.g., Python) to solve reasoning problems instead of predicting the answer directly
Theory of Mind: The ability to attribute mental states (beliefs, intents, knowledge) to oneself and others; used in the Object Placements domain
Decomposed Prompting: A neurosymbolic approach where a complex task is broken down into sub-tasks handled by separate prompts
MAX-SAT: Maximum Satisfiability Problem—finding an assignment that satisfies the maximum number of constraints; the logical basis for the Team Allocation domain