HVR: The proposed method standing for Hierarchical planning, Verification, and RAG.
Atomic Action (AA): A low-level, executable action the robot can perform directly (e.g., 'pick-up apple').
Macro Action (MA): A high-level subtask description (e.g., 'make coffee') that expands into a sequence of atomic actions.
PDDL: Planning Domain Definition Language—a formal language used to define actions, preconditions, and effects for automated planning.
Knowledge Graph (KG): A structured representation of the environment where nodes are objects/concepts and edges are relationships (e.g., Apple is-a Sliceable).
Scene Graph: A graph representation of the visual scene captured by the robot's camera, encoding objects and spatial relations.
KG-RAG: Knowledge Graph Retrieval-Augmented Generation—using a KG to retrieve relevant context for the LLM.
AA-block: An ordered sequence of atomic actions that expands a single macro action.
OntoThor: The specific ontology used to describe the AI2Thor kitchen environment.
Plan Correctness (PC): Metric measuring the ratio of correctly planned steps aligned with ground truth up to the first error.