← Latest papers
💻 computer science

CORRECT: COndensed eRror RECognition via knowledge Transfer in multi-agent systems

This paper introduces CORRECT, a lightweight, training-free framework that leverages a cache of distilled error schemata to enable rapid, targeted error localization in multi-agent systems, supported by the new CORRECT-Error dataset and demonstrating significant improvements in accuracy with near-zero overhead.

Original authors: Yifan Yu, Moyan Li, Shaoyuan Xu, Jinmiao Fu, Xinhai Hou, Fan Lai, Bryan Wang

Published 2026-06-10
📖 4 min read☕ Coffee break read

Original authors: Yifan Yu, Moyan Li, Shaoyuan Xu, Jinmiao Fu, Xinhai Hou, Fan Lai, Bryan Wang

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 the manager of a busy restaurant kitchen with a team of specialized chefs (a Multi-Agent System). One chef chops vegetables, another sautés meat, and a third plates the dish. Sometimes, the final meal comes out wrong.

The big problem isn't just that the meal is bad; it's figuring out exactly which chef made the first mistake and at what second they messed up. Was it the vegetable chef who used the wrong knife? Or did the meat chef burn the steak five minutes later?

In complex kitchens, mistakes often spread like a domino effect. One small error by one chef can ruin the whole dish, creating a long, confusing story of what happened. Trying to find the root cause by reading the entire 30-minute video of the kitchen is exhausting and slow.

The Problem: Why Current Methods Fail

The paper explains that current ways of finding these errors are like trying to solve a mystery with two bad tools:

  1. The "Judge" Method: You ask a smart AI (like a food critic) to watch the whole video and guess who messed up. But the video is so long and full of boring details (like "I am opening the fridge") that the critic gets confused and guesses wrong most of the time.
  2. The "Retraining" Method: You try to teach a new AI by showing it thousands of examples of mistakes. But labeling these mistakes is incredibly expensive and hard. It takes experts hours to figure out just one mistake, and there are too many different types of errors to teach the AI everything.

The Solution: CORRECT (The "Cheat Sheet" System)

The authors created a system called CORRECT. Think of it as a smart, living "Cheat Sheet" for the kitchen manager.

Instead of making the AI relearn everything or watch hours of video, CORRECT does three clever things:

  1. Distilling the "Signature": When a mistake happens, CORRECT doesn't save the whole long video. Instead, it extracts the "fingerprint" of the error.

    • Analogy: If a chef always forgets to salt the soup before adding the carrots, the "fingerprint" isn't the whole recipe; it's just the rule: "No salt before carrots."
    • CORRECT turns messy logs into these tiny, reusable "Error Schemata" (patterns).
  2. The Smart Cache (The Library): It stores these fingerprints in a small, organized library.

    • When a new order comes in and something goes wrong, CORRECT doesn't scan the whole history. It quickly looks up its library to find the fingerprint that matches the current situation.
    • Analogy: If the soup is salty, the manager instantly checks the library, sees the "Salt before Carrots" rule, and knows exactly where to look.
  3. No Training Required: The best part? The system doesn't need to go back to school. It learns on the fly. If it sees a new type of mistake, it creates a new fingerprint and adds it to the library immediately.

The "Training Data" Problem Solved

To prove this works, the researchers needed a huge list of mistakes to test on. But real mistakes are hard to find. So, they built a synthetic error factory (called CORRECT-Error).

  • They took successful kitchen runs and used a smart AI to inject realistic mistakes into them, guided by the patterns they saw in real life.
  • They tested this on human experts, and the experts couldn't tell the difference between the "fake" injected mistakes and real ones. This proved their system could generate endless, high-quality practice data without needing humans to label every single one.

The Results

When they tested CORRECT on seven different types of "kitchens" (from math problems to web navigation):

  • Accuracy: It found the exact mistake up to 20% better than the best existing methods.
  • Speed: It did this in sub-seconds without needing expensive computer power to retrain models.
  • Efficiency: It works even if the library only has a few hundred fingerprints, because most mistakes share the same "fingerprint."

In a Nutshell

CORRECT is like giving a detective a magnifying glass and a list of known criminal signatures, rather than asking them to read every single page of a 1,000-page book to find one typo. It recognizes that while every kitchen disaster looks different on the surface, they often follow the same few patterns. By remembering those patterns, it can spot errors instantly, saving time and money.

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 →