← Latest papers
🤖 AI

Counsel: A Meta-Evaluation Dataset for Agentic Tasks

This paper introduces Counsel, the first public dataset of human-verified meta-evaluations for LLM-as-a-judge critiques on agentic tasks, which enables the calibration and improvement of automated evaluators by analyzing their alignment with human judgments on error location and reasoning quality.

Original authors: Sashank Pisupati, Henry Broomfield, Eujeong Choi, Antonia Calvi, Charlie Wang, Roman Engeler, Max Bartolo, Patrick Lewis

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

Original authors: Sashank Pisupati, Henry Broomfield, Eujeong Choi, Antonia Calvi, Charlie Wang, Roman Engeler, Max Bartolo, Patrick Lewis

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 building a team of AI assistants (agents) to handle complex jobs, like managing a customer's perfume order or writing computer code. As these jobs get harder, checking if the AI is doing a good job becomes a massive headache.

The Problem: The "Human Bottleneck"
Think of an AI agent as a student taking a long, multi-step exam. To grade the exam perfectly, a human teacher used to have to read every single step the student took.

  • The Reality: For complex tasks, this takes hours. If you have 1,000 exams, you need a small army of teachers working for weeks.
  • The Shortcut: To save time, companies started using "AI Teachers" (called LLM-as-a-Judge) to grade the exams automatically. These AI Teachers write comments like, "You forgot to check the user's ID first!" or "Good job finding the file!"

The New Problem: Are the AI Teachers Reliable?
Here's the catch: We started trusting these AI Teachers without checking if they were actually good at grading.

  • Sometimes an AI Teacher spots a real mistake and explains it perfectly.
  • Sometimes it spots a mistake that isn't actually a mistake (a false alarm).
  • Sometimes it spots a real mistake but gives a confusing or wrong explanation for why it's a mistake.

Until now, we didn't have a way to measure how good these AI Teachers were at their specific job of writing critiques. We only knew if they got the final "Pass/Fail" right, but not if their reasoning was sound.

The Solution: "Counsel"
The authors created a new dataset called Counsel. Think of this as a "Teacher's Teacher" dataset.

  1. The Setup: They took two real-world scenarios:
    • Customer Service: An AI trying to help a customer exchange a perfume.
    • Coding: An AI trying to analyze financial data files.
  2. The Actors:
    • The Student: An AI agent trying to do the task.
    • The AI Teacher (Judge): An AI that watches the student and writes a critique (e.g., "Error! You skipped a step").
    • The Human Expert (Meta-Evaluator): A real human who reads the AI Teacher's critique and decides:
      • "Spot on": You found the right mistake and explained it perfectly. ✅
      • "Correct location, poor reasoning": You found the right mistake, but your explanation was weak or wrong. ⚠️
      • "Should not have flagged": You thought there was a mistake, but the student was actually fine. ❌

What They Found
By having humans grade the AI Teachers, they discovered:

  • Smarter is Better: More powerful AI models make better Teachers.
  • Thinking Harder Helps: When the AI Teacher is forced to "think" longer and more deeply before grading, it makes fewer mistakes.
  • The Best Teacher: The strongest AI Teacher they tested agreed with human experts about 88% of the time on where the error was, and 65% of the time on the reasoning.

Why This Matters
This dataset is like a "training manual" for building better AI Teachers. Instead of just hoping an AI is good at grading, we can now use this data to:

  1. Test how good a new AI Teacher is.
  2. Train AI Teachers to write better, more accurate critiques.
  3. Filter out bad critiques so developers only see the high-quality ones.

In a Nutshell
The paper introduces a way to grade the graders. Just as you wouldn't hire a teacher who can't explain why a student got a question wrong, the AI community needs a way to ensure its automated evaluators are actually giving useful feedback. Counsel provides the first public library of these "grades on grades" to help build more reliable AI systems.

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 →