← Latest papers
💬 NLP

ABCD: All Biases Come Disguised

This paper introduces a bias-reduced evaluation protocol for multiple-choice question benchmarks that replaces standard option labels with uniform, unordered labels and utilizes sentence similarity for answer matching, thereby significantly improving evaluation robustness against answer permutations while maintaining model performance.

Original authors: Mateusz Nowak, Xavier Cadet, Peter Chin

Published 2026-02-20
📖 5 min read🧠 Deep dive

Original authors: Mateusz Nowak, Xavier Cadet, Peter Chin

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 taking a multiple-choice test, but instead of reading the questions and thinking about the answers, you just start guessing based on the format of the test.

Maybe you notice that the teacher always puts the correct answer in the "C" spot. Or maybe you see that in the practice examples at the top of the page, the answer is always "A," so you decide to just pick "A" for everything. You aren't actually solving the problem; you're just exploiting a pattern in the test itself.

This is exactly what happens with Large Language Models (LLMs)—the super-smart AI brains behind chatbots. They are incredibly good at finding these "cheat codes" in how we ask them questions, often giving the right answer for the wrong reasons.

This paper, titled "ABCD: All Biases Come Disguised," is like a group of detectives (researchers from Dartmouth College) who decided to expose these cheating habits and build a better, fairer test.

Here is the breakdown of their discovery and solution, using some everyday analogies:

1. The Problem: The "Magic 8-Ball" Effect

The researchers found that AI models are like students who have memorized the layout of the test paper rather than the subject matter.

  • The Position Bias: If the correct answer is always in the 3rd slot, the AI picks the 3rd slot every time, even if the question is nonsense.
  • The Label Bias: If the options are labeled A, B, C, D, the AI might prefer "A" because it looks nice, or "D" because it's at the end.
  • The "Few-Shot" Bias: This is the sneakiest one. If you give the AI a few examples at the start of the chat (like a practice round) where the answer is always "Blue," the AI will assume the next answer must also be "Blue," even if the question has nothing to do with color.

The Analogy: Imagine a waiter who knows you always order the "Special of the Day." If you walk in and ask for a recommendation, they don't ask what you like; they just say, "The Special," because that's what you usually pick. They aren't thinking; they are just following a pattern.

2. The Detective Tool: "NonsenseQA"

To prove that the AI was cheating, the researchers created a fake test called NonsenseQA.

  • What it is: A test made entirely of random words. The questions make no sense, and the answers are random words like "Purple" or "Toaster."
  • The Goal: Since the questions are nonsense, the AI should get them wrong 75% of the time (random guessing).
  • The Shocking Result: Under standard testing methods, some AIs got 95%+ of these nonsense questions right!
  • Why? They weren't reading the words. They were just looking at the few examples at the top of the page, seeing that the answer was usually the 3rd option, and picking the 3rd option every time. They were "gaming the system."

3. The Solution: The "M&D" Protocol

The researchers proposed a new way to test AI called Matched-and-Dashed (M&D). Think of this as changing the rules of the game so the cheat codes don't work.

Here is how they fixed the test:

  1. Remove the Labels (The "Dashed" part): Instead of labeling options A, B, C, D, they just used dashes: -, -, -, -. This stops the AI from guessing "A" because it likes the letter A.
  2. Force Full Sentences (The "Matched" part): Instead of letting the AI just say "A" or "C," they forced the AI to write out the whole answer in a sentence.
    • Old way: AI says "C."
    • New way: AI says "The answer is the red apple."
  3. The Semantic Match: Since the AI wrote a sentence, the computer uses a "meaning detector" (a semantic similarity model) to check if the sentence the AI wrote matches the meaning of the correct answer.

The Analogy:

  • Old Test: You point to a picture and say "A." The teacher just checks if you pointed to the right letter.
  • New Test: You have to describe the picture out loud. The teacher listens to your description and checks if it matches the picture. You can't just point to the right spot; you have to actually know what the picture is.

4. The Results: A Fairer World

When they ran this new test on 13 different AI models:

  • The Cheaters Stopped: On the NonsenseQA test, the AIs that were previously getting 95% right dropped down to about 25% (which is just random guessing). This proved they were actually relying on the test format, not their intelligence.
  • The Real Thinkers Stayed: On real tests (like science or logic questions), the AIs didn't get much worse. They just became more stable.
  • Less Variance: Before, if you shuffled the order of the answers, the AI's score would jump up and down wildly. With the new method, the score stayed steady. It's like a basketball player who used to only score when the hoop was on the left side; now, they can score no matter where the hoop is.

Why This Matters

The authors argue that we need to stop praising AI for being "smart" when they are just good at pattern matching.

If a doctor uses an AI to help diagnose a patient, and that AI is just guessing based on the order of symptoms listed, that could be dangerous. This new method helps us separate the models that are actually reasoning from the ones that are just guessing the pattern.

In a nutshell: The paper teaches us that if an AI can answer a question perfectly just by looking at the formatting, it's not smart—it's just a trickster. By changing the rules of the test, we force the AI to show its true intelligence.

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 →