English

$How^{2}$: How to learn from procedural How-to questions

Artificial Intelligence 2026-05-05 v2 Computation and Language

Abstract

An agent facing a planning problem can use answers to how-to questions to reduce uncertainty and fill knowledge gaps, helping it solve both current and future tasks. However, their open ended nature, where valid answers to "How do I X?" range from executable actions to high-level descriptions of X's sub-goals, makes them challenging for AI agents to ask, and for AI experts to answer, in ways that support efficient planning. We introduce How2How^{2}, a memory agent framework that enables agents to ask how-to questions, store the answers, and reuse them for lifelong learning in interactive environments. We evaluate our approach in Plancraft, a Minecraft crafting environment, where agents must complete an assembly task by manipulating inventory items. Using teacher models that answer at varying levels of abstraction, from executable action sequences to high-level subgoal descriptions, we show that lifelong learning agents benefit most from answers that are abstracted and decoupled from the current state. How2How^{2} offers a way for LLM-based agents to improve their planning capabilities over time by asking questions in interactive environments.

Keywords

Cite

@article{arxiv.2510.11144,
  title  = {$How^{2}$: How to learn from procedural How-to questions},
  author = {Gautier Dagan and Frank Keller and Alex Lascarides},
  journal= {arXiv preprint arXiv:2510.11144},
  year   = {2026}
}
R2 v1 2026-07-01T06:33:25.935Z