← Latest papers
🤖 machine learning

Beyond Experience Retrieval: Learning to Generate Utility-Optimized Structured Experience for Frozen LLMs

SEAM is a lightweight, plug-in module that stores experience within its own parameters and generates structured, utility-optimized guidance for frozen LLMs in a single forward pass, improving reasoning performance without the latency or noise of traditional retrieval-based methods.

Original authors: Xuancheng Li, Haitao Li, Yujia Zhou, Yiqun Liu, Qingyao Ai

Published 2026-04-28
📖 3 min read☕ Coffee break read

Original authors: Xuancheng Li, Haitao Li, Yujia Zhou, Yiqun Liu, Qingyao Ai

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 a world-class chef (the LLM Executor). You are incredibly skilled, but you have a bit of a problem: you have no long-term memory. Every time a customer walks in and asks for a dish, you have to start from scratch. Even if you just made a complicated soufflé five minutes ago and realized you added too much salt, the moment the next order comes in, you forget that mistake and might do it all over again.

Currently, most people try to help chefs by giving them a massive, dusty cookbook (this is RAG/Retrieval). When a chef needs help, they have to stop, flip through thousands of pages, find a recipe that looks similar, and try to follow it. This is slow, and sometimes the cookbook gives them a recipe that is "sort of" related but actually makes the dish worse.

This paper introduces SEAM, and it changes the game.

The Concept: The "Personal Sous-Chef"

Instead of a giant, slow cookbook, the researchers gave the chef a tiny, lightning-fast Sous-Chef (SEAM).

This Sous-Chef doesn't carry a library of books. Instead, the Sous-Chef has "learned" the chef's specific habits, strengths, and common mistakes through practice. When a new order comes in, the Sous-Chef doesn't go searching through a library; they just whisper a quick, structured note into the chef's ear.

This note isn't just a recipe. It’s a "Cheat Sheet" that contains three things:

  1. The "Heads Up": "Hey, this dish is tricky because the heat is very sensitive." (Problem Analysis)
  2. The "Pro-Tip": "Remember, last time we did this, we forgot to preheat the pan." (Experience Highlights)
  3. The "Game Plan": "First chop, then sauté, then simmer." (Reference Plan)

How the Sous-Chef Learns (The Training)

The researchers didn't just tell the Sous-Chef what to say. They used a method called GRPO, which is like a high-intensity training camp.

It works like this:

  1. Trial and Error: The Sous-Chef suggests three different "cheat sheets" for a dish.
  2. The Test: The Chef tries to cook the dish using each cheat sheet.
  3. The Feedback: If the dish tastes amazing, the Sous-Chef gets a "gold star." If the dish is a disaster, the Sous-Chef gets a "red card."
  4. Evolution: Over time, the Sous-Chef learns exactly which kind of advice actually helps this specific chef succeed.

Why is this better?

  • It’s Faster: There’s no searching through a library. The Sous-Chef just speaks up instantly.
  • It’s Smarter: The advice isn't based on "what looks similar," but on "what actually works." It’s optimized for utility, not just similarity.
  • It’s Personalized: The Sous-Chef learns the specific quirks of the Chef. If the Chef is great at chopping but bad at timing, the Sous-Chef focuses on the timing.
  • It’s Lightweight: You don't have to retrain the master Chef (which is expensive and difficult). You only train the tiny Sous-Chef.

The Bottom Line

In the world of AI, we usually try to make the "brain" (the LLM) bigger and bigger. This paper suggests a different path: Keep the brain as it is, but give it a smart, specialized assistant that turns past mistakes into instant, actionable wisdom.

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 →