← Latest papers
💬 NLP

Judge Circuits

This paper employs Position-aware Edge Attribution Patching to reveal that LLMs possess a shared, sparse "Latent Evaluator" sub-graph for judgments that is structurally decoupled from fragile, format-specific output branches, explaining why benchmark reliability often measures formatter geometry rather than true evaluation quality.

Original authors: Nils Feldhus, Tanja Baeumel, Elena Golimblevskaia, Qianli Wang, Van Bach Nguyen, Aaron Louis Eidt, Christopher Ebert, Wojciech Samek, Jing Yang, Vera Schmitt, Sebastian Möller, Simon Ostermann

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

Original authors: Nils Feldhus, Tanja Baeumel, Elena Golimblevskaia, Qianli Wang, Van Bach Nguyen, Aaron Louis Eidt, Christopher Ebert, Wojciech Samek, Jing Yang, Vera Schmitt, Sebastian Möller, Simon Ostermann

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 Problem: The "Fickle Judge"

Imagine you hire a very smart AI to act as a judge. You ask it to rate a story on a scale of 1 to 5 stars. It gives the story a 5.
Then, you ask the exact same AI the exact same question, but you change the format slightly: instead of asking for a number, you ask it to say "Yes" or "No" to whether the story is good. Suddenly, it says "No."

This is the problem the paper investigates. Large Language Models (LLMs) are supposed to be consistent judges, but they often give different answers just because the format of the question changed (e.g., numbers vs. words). This makes them unreliable for grading things automatically.

The Investigation: Looking Inside the Brain

The researchers didn't just look at the questions and answers; they looked inside the AI's "brain" (its internal computer code) to see where the confusion happens. They used a special tool called PEAP (think of it as a high-tech X-ray) to trace the path of information as the AI processes a judgment.

They discovered that the AI's brain is actually built like a two-part factory:

1. The "Core Judge" (The Latent Evaluator)

Deep inside the middle layers of the AI, there is a small, specialized team of neurons. Let's call them the Core Judges.

  • What they do: They read the story, think about it, and form a solid, internal opinion. They decide, "This is a good story."
  • Key Finding: This team is the same whether you ask for a star rating, a Yes/No answer, or a True/False verdict. They are the "truth-tellers" inside the machine. If you turn them off, the AI forgets how to judge entirely, but it still remembers facts (like who the president is).

2. The "Translators" (The Task Formatters)

Once the Core Judges decide the story is good, they pass that opinion to a different team at the very end of the factory line. Let's call them the Translators.

  • What they do: Their only job is to take the internal opinion ("Good story") and turn it into the specific format you asked for.
    • If you asked for stars, they write "5".
    • If you asked for Yes/No, they write "Yes".
  • The Problem: The researchers found that these Translators are fragile and inconsistent. Sometimes, the "Yes/No" Translator gets confused by the format and accidentally writes "No," even though the Core Judge said it was a good story.

The Experiment: Proving the Split

To prove this, the researchers did a clever experiment called Format Transfer Injection.

Imagine the Core Judge has finished its work and is holding a glowing "Good Story" signal. The researchers took that exact signal and forced it into the "Translators" of a different task (one that usually says "Bad Story").

  • Result: In most cases, the "Bad Story" Translator suddenly changed its mind and said "Good Story" (or "Yes").
  • Meaning: This proved that the Core Judge was doing the right work all along. The mistake wasn't in the thinking; it was in the translation at the very end. The "Translators" are the weak link that causes the AI to be inconsistent.

Why Some AI Models Are Better Than Others

The paper also found that this "two-part factory" design depends on the specific model architecture, not just how big the model is.

  • Modular Models (like Qwen): These models have a very clean separation. The Core Judges and Translators are in different rooms. If you break the Translators, the Core Judges still work perfectly.
  • Entangled Models (like Gemma-3-12B): In these models, the Core Judges and Translators are tangled together in a messy knot. If you try to fix the Translators, you accidentally break the Core Judges too. This makes them harder to fix.

The Takeaway

The paper concludes that when an AI judge gives inconsistent answers, it's usually not because the AI is bad at thinking or evaluating. It's because the output formatting (the way the answer is written down) is glitching.

The Analogy Summary:
Think of the AI as a brilliant chef (the Core Judge) who knows exactly how delicious a meal is.

  • If you ask the chef to write a review, they write "5 stars."
  • If you ask them to nod their head, they nod "Yes."
  • But sometimes, the waiter (the Translator) who takes the chef's order to the customer gets confused. The waiter might hear "5 stars" but accidentally tell the customer "The food is terrible" because the waiter is bad at switching between languages.

The problem isn't the chef's taste; it's the waiter's translation. To fix AI judges, we don't need to retrain the chef; we just need to fix the waiter.

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 →