PDDL: Planning Domain Definition Language—a standard encoding language for classical planning problems used by symbolic solvers
CoT: Chain-of-Thought—a prompting technique encouraging the model to generate intermediate reasoning steps
ReAct: Reasoning and Acting—a paradigm where the model alternates between generating reasoning traces and executing actions in an environment
ToT: Tree of Thoughts—a method where the LLM explores multiple reasoning paths in a tree structure, evaluating states to guide search
RAG: Retrieval-Augmented Generation—enhancing model output by retrieving relevant information from an external knowledge base
Zero-shot CoT: Triggering reasoning with the prompt 'Let's think step-by-step' without providing example demonstrations
MCTS: Monte Carlo Tree Search—a heuristic search algorithm for decision processes, often used in game playing
Hallucination: The generation of factually incorrect or nonsensical information by an LLM, often leading to infeasible plans
Symbolic Planner: A classical AI system that uses logic and formal symbols (like PDDL) to find a guaranteed path to a goal
Embodied Memory: Fine-tuning the LLM weights with historical interaction data to internalize experiences