HECG: Hierarchical Error-Corrective Graph—the proposed framework organizing actions into a graph with error-triggered transitions
MDTS: Multi-Dimensional Transferable Strategy—a scoring system combining Quality, Confidence/Cost, Reward, and LLM-semantic scores to evaluate candidate strategies
EMC: Error Matrix Classification—a structured taxonomy of 10 failure types (e.g., Strategy Error, Script Parsing Error) used to attribute blame and select correction methods
CCGR: Causal-Context Graph Retrieval—a retrieval method that constructs graphs from history (actions, states) and retrieves relevant subgraphs rather than just similar text vectors
RAG: Retrieval-Augmented Generation—enhancing model outputs by retrieving relevant external data; this paper improves it by using graph structures instead of flat vectors
Local Correction: The lowest level of repair; fine-grained adjustments to action parameters (e.g., adjusting grip position) without changing the high-level plan
Optional Action Switching: The middle level of repair; selecting an alternative action from a pre-defined set when the primary action repeatedly fails
Task Re-Planning: The highest level of repair; regenerating the entire action sequence via the LLM when lower-level corrections fail
Negative Transfer: When applying knowledge from a previous task hurts performance on a new task due to subtle differences (e.g., structural or causal mismatches)