← Latest papers
💬 NLP

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

The paper introduces How2How^{2}, a memory agent framework that enables LLM-based agents to improve lifelong planning in interactive environments by asking and storing procedural how-to questions, demonstrating that abstract, state-independent answers are most effective for learning.

Original authors: Gautier Dagan, Frank Keller, Alex Lascarides

Published 2026-05-06
📖 5 min read🧠 Deep dive

Original authors: Gautier Dagan, Frank Keller, Alex Lascarides

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to build a complex piece of furniture, like a bookshelf, but you've never done it before. You have a pile of wood and tools, but no instructions.

In the world of Artificial Intelligence, this is what an "agent" (a smart computer program) faces when it tries to solve a planning problem. It knows what it wants to build, but it doesn't know how to put the pieces together.

This paper, titled How2, introduces a new way for these AI agents to learn. Instead of just guessing and making mistakes (trial and error), the AI is taught to ask a "Teacher" (another AI or a human expert) for help, write down the answer, and use that note to solve similar problems later.

Here is the breakdown of their discovery, using simple analogies:

1. The Problem: The "Too Specific" vs. "Too Vague" Dilemma

When you ask a teacher "How do I build this bookshelf?", they can answer in different ways. The researchers tested four types of answers to see which one helps the student learn best over time:

  • The "GPS" Answer (Executable): The teacher says, "Move your hand exactly 3 inches to the left, then pick up the screw in slot #12."
    • Pros: It works perfectly right now.
    • Cons: If you move the screw to slot #15, the instructions are useless. It's like a GPS that only works if you are in the exact same traffic jam as before.
  • The "Sub-Goal" Answer (Partially Executable): The teacher says, "First, find a screw. Then, put it in the hole."
    • Pros: It's more flexible. You can find the screw wherever it is.
  • The "Abstract" Answer (Non-Executable): The teacher says, "You need to arrange the wood in a 'T' shape and screw it together."
    • Pros: This is the most flexible. It doesn't care about specific slots or numbers; it describes the pattern.
    • Cons: The AI has to figure out exactly which pieces fit the "T" shape.

2. The Big Discovery: Short-term vs. Long-term

The researchers found a fascinating trade-off, like choosing between a takeout meal and learning to cook:

  • For immediate success: The "GPS" answer (specific, step-by-step instructions) is the best. If you just need to build the bookshelf right now, follow the exact steps.
  • For lifelong learning: The "Abstract" or "Sub-Goal" answers are much better. If you want to build many bookshelves over your life, you need to understand the concept of the pattern, not just the specific coordinates of one screw.

The Analogy:
If a teacher gives you a specific list of ingredients for a cake (e.g., "Use the flour in the blue bag on the top shelf"), you can make that one cake. But if the blue bag is empty tomorrow, you're stuck.
If the teacher says, "Use two cups of flour," you can make the cake no matter where the flour is or what color the bag is. The paper shows that AI agents learn much better when they are taught the "two cups of flour" rule rather than the "blue bag" rule.

3. The Solution: The "How2" Framework

The authors built a system called How2 to manage this learning process. Think of it as a smart notebook for the AI.

Here is how it works in four steps:

  1. Check the Notebook: Before trying to build something, the AI checks its memory. "Have I built a bookshelf like this before?"
  2. Ask the Teacher: If the notebook is empty or the old notes don't fit the current situation (e.g., the wood is in a different spot), the AI asks the Teacher, "How do I do this?"
  3. Translate the Answer: This is the magic step. When the Teacher gives an answer, the AI doesn't just copy-paste it. It translates the answer.
    • Example: If the teacher says "Move the wood from Slot 12," the AI's notebook rewrites it as "Move the wood from wherever it is." This makes the note useful for any future situation, not just the current one.
  4. Store and Reuse: The AI saves this "translated" note. Next time it needs to build a bookshelf, it reads the note, figures out where the wood is now, and follows the general rule.

4. The Results: The "Minecraft" Test

The researchers tested this in a digital world called Plancraft (based on the game Minecraft), where the AI has to craft items like glass bottles or red dye using a crafting grid.

  • The Finding: Agents that just followed specific, rigid instructions (the "GPS" style) failed miserably when the game setup changed slightly. They couldn't adapt.
  • The Winner: Agents that used the How2 system with "translated" notes (abstracting away the specific slot numbers) became much smarter over time. They asked for help less often and solved more tasks on their own because they had learned the patterns of crafting, not just the specific moves.

Summary

The paper argues that for AI to truly learn and get better at planning over a lifetime, it shouldn't just memorize specific instructions. Instead, it should ask questions, get answers, and then summarize those answers into general rules.

It's the difference between memorizing a single phone number (useless if the person moves) and understanding how a phone book works (useful forever). The How2 framework teaches AI to do exactly that: turn specific "how-to" answers into general, reusable knowledge.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →