← Latest papers
💬 NLP

Learning from Supervision with Semantic and Episodic Memory: A Reflective Approach to Agent Adaptation

This paper proposes a memory-augmented framework that leverages LLM-generated critiques stored in episodic and semantic memory to improve agent adaptability and reduce inference costs without parameter updates, while introducing a "suggestibility" metric to explain performance variations across different models and domains.

Original authors: Jackson Hassell, Dan Zhang, Hannah Kim, Tom Mitchell, Estevam Hruschka

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

Original authors: Jackson Hassell, Dan Zhang, Hannah Kim, Tom Mitchell, Estevam Hruschka

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

The Big Idea: Teaching AI Without Rewiring Its Brain

Imagine you have a brilliant but stubborn student (the AI). This student has read almost everything in the library (pre-trained on massive data), but when you give them a specific test on a new topic, they sometimes get it wrong.

Usually, to fix this, you have to send the student back to school for months to relearn everything (this is called fine-tuning). It's expensive, slow, and you might accidentally make them forget what they knew before.

This paper proposes a different approach: Don't rewire the brain; just give the student a better study guide.

Instead of changing the student's internal knowledge, the researchers built a "memory system" where the AI can look up past mistakes and the specific reasons why they were mistakes. They call this Reflective Learning.

The Two Types of Memory: The Sticky Note vs. The Textbook

The researchers gave the AI two types of memory to help it learn from labeled examples (questions with correct answers):

  1. Episodic Memory (The "Sticky Note" or "Case File"):

    • What it is: This is a collection of specific past experiences. Imagine a detective's case file. When the AI faces a new question, it looks back at 5 similar past cases it solved (or failed) and reads the notes attached to them.
    • The Twist: It doesn't just look at the question and the answer. It looks at a Critique. A Critique is a note written by a "Teacher AI" that says: "You got this wrong because you missed this specific detail. Here is exactly why the right answer is right."
    • Analogy: It's like checking your old math homework before a test, but instead of just seeing the answer key, you have a teacher's red pen explaining exactly where your logic went wrong.
  2. Semantic Memory (The "Textbook" or "Cheat Sheet"):

    • What it is: This is a high-level summary of all the mistakes and lessons learned from the entire dataset.
    • The Twist: The AI takes all those specific "Sticky Notes" and condenses them into a single, short list of rules or general advice.
    • Analogy: If the Sticky Notes are individual math problems, the Textbook is the "Top 10 Rules for Solving Algebra" that the teacher wrote after grading 1,000 tests. It gives the AI a broad strategy without needing to read every single past case.

The Winning Strategy: The paper found that using both is best. The AI gets the broad rules (Textbook) and the specific examples (Case Files) at the same time.

The "Teacher" and the "Student"

The system works like this:

  1. The Student (Performance Agent): Tries to answer a question.
  2. The Teacher (Critic Agent): Looks at the Student's answer and the correct answer. It writes a detailed critique explaining the error.
  3. The Memory: The critique is saved into the Episodic (specific) and Semantic (general) memory banks.
  4. The Next Test: When the Student faces a new question, it checks its memory banks for similar past mistakes and the Teacher's advice before answering.

Why This Matters: Three Big Discoveries

1. It Actually Works (and is Better than just showing examples)

Usually, if you want an AI to learn a new task, you just show it a few examples of questions and answers (like a flashcard). This paper shows that showing the AI critiques (explanations of errors) is much more powerful.

  • The Result: On average, this method improved the AI's accuracy by 8.1% over doing nothing, and 4.6% over just showing it standard examples. It's like the difference between a student who just memorizes answers and one who understands why the answers are correct.

2. It Saves "Thinking Time" (The Efficiency Hack)

This is a surprising finding. Some modern AI models are "reasoning models"—they think out loud, generating a long chain of thoughts before answering.

  • The Problem: Sometimes these models "overthink." They wander down rabbit holes, get confused, and run out of time (or computer tokens) before giving an answer.
  • The Fix: When the AI has a pre-written critique in its memory, it doesn't need to figure out the logic from scratch. It can just say, "Oh, I remember this type of problem; the Teacher said to do X."
  • The Result: The AI stopped "thinking" as much. It reduced its internal thinking tokens by nearly 32%. It was faster, cheaper to run, and actually got more answers right because it didn't get lost in its own thoughts.

3. Not All AI is Equally "Suggestible"

The researchers noticed that some AI models improved a lot, while others barely changed. They invented a new metric called Suggestibility.

  • What it is: How willing is the AI to listen to new information provided in the prompt, even if it contradicts what it "knows" from its training?
  • The Finding: Models that are highly "suggestible" (willing to listen to the Teacher's critique) improved the most. Models that are stubborn (relying only on their internal training) didn't improve much.
  • The Catch: High suggestibility is a double-edged sword. If the AI is too suggestible, it might believe a lie if the Teacher gives it bad advice. The paper notes this is a safety concern: the same trait that helps it learn quickly also makes it vulnerable to being tricked.

Summary

The paper demonstrates that you don't need to retrain an AI to make it smarter at new tasks. Instead, you can give it a memory system that stores specific past mistakes and general lessons learned. By reading these "critiques" before answering, the AI becomes more accurate, thinks less (saving money and time), and adapts quickly—provided it is willing to listen to the feedback.

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 →