← Latest papers
💻 computer science

The Illusion of Equivalency: Statistical Characterization of Quantization Effects in LLMs

This paper argues that conventional accuracy and perplexity metrics fail to capture the behavioral divergence caused by post-training quantization in large language models, introducing "correctness agreement" to reveal that even moderate quantization induces significant structural distortions—particularly in query and key projections—that create an illusion of equivalence between base and quantized models.

Original authors: Baha Rababah, Cuneyt Gurcan Akcora, Carson K. Leung

Published 2026-07-10
📖 5 min read🧠 Deep dive

Original authors: Baha Rababah, Cuneyt Gurcan Akcora, Carson K. Leung

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 have a brilliant, hyper-smart robot chef (a Large Language Model) that can write stories, solve riddles, and cook up ideas. Now, imagine you want to shrink this robot down so it fits in your pocket. To do that, you try to simplify its recipe book by rounding off all the tiny, precise measurements to whole numbers. This process is called quantization.

For a long time, people checking if the robot still works just asked: "Does it still get the right answer?" and "Does it sound smooth?" They used standard tests like accuracy (how often it's right) and perplexity (a fancy score for how confused the robot sounds). If the robot got the same score, everyone assumed it was the exact same robot, just smaller.

But this new paper says: Hold on! That's an illusion.

The "Look-Alike" Trap

The authors, Baha Rababah, Cuneyt Gurcan Akcora, and Carson K. Leung, discovered that a robot can get the same test score as the original but actually be making completely different decisions to get there.

Think of it like two students taking a math test.

  • Student A (The Original): Solves the problem step-by-step and gets the right answer.
  • Student B (The Quantized Version): Guesses the right answer by luck or uses a totally different, weird method.

If you only look at the final grade (the score), they look identical. But if you look at how they solved it, they are totally different. The paper introduces a new way to check called Correctness Agreement. This metric asks: "Did both students get the same specific questions right?"

The results? Even when the "grades" (accuracy) looked fine, the "agreement" dropped. The simplified robot was often getting the right answer for the wrong reasons, or missing the specific questions the original robot nailed.

The "Tipping Point" in the Recipe

The researchers tested this on four different robot chefs (Llama-3.2-3B, Vicuna-7B, Mistral-7B, and Llama-3.1-8B) and tried shrinking them from 8-bit down to 2-bit.

They found a "tipping point" where things start to break:

  • 8-bit to 5-bit: The robot's internal recipe book stays mostly the same. The flavors (statistics) are preserved.
  • 4-bit: This is where the trouble starts. The recipe begins to warp.
  • 3-bit and 2-bit: This is the "breakdown zone." The robot's internal structure gets distorted. The "flavors" of the numbers get weird, with some becoming too heavy or too light.

The "Sensitive Parts" of the Brain

Here is the most interesting part: The robot's brain isn't made of identical parts. The paper found that some parts are way more fragile than others.

Imagine the robot's brain has four main teams working together:

  1. The Question Team (Query/Q)
  2. The Key Team (Key/K)
  3. The Value Team (Value/V)
  4. The Output Team (O)

When the researchers squeezed the robot down to low bits (like Q3 K or Q2 K), the Question and Key teams got totally scrambled. Their internal numbers went wild, changing shape and size drastically. But the Value and Output teams stayed surprisingly calm and stable, even when the others were panicking.

This means that if you want to shrink a robot without breaking it, you can't just squeeze everything equally. You have to be careful with the Question and Key teams, because they are the most sensitive to being squished.

The "Smooth Voice" Lie

One of the biggest surprises was about perplexity. This is a score that measures how "smooth" or "confused" the robot sounds. The paper found that a robot could have a very smooth voice (low perplexity) even when its internal brain was completely distorted and it was making different decisions than the original.

It's like a person who speaks perfectly clearly but is saying things that don't make sense to the original speaker. The paper shows that perplexity is not a reliable sign that the robot is still thinking like the original. You can have a smooth voice and a broken brain at the same time.

What They Actually Found (and What They Didn't)

The authors didn't just guess; they measured this across multiple models and datasets like WikiText-2, HellaSwag, and ARC. They showed that:

  • Aggressive shrinking (3-bit and 2-bit) causes a "non-linear" break. It's not a slow slide; it's a sudden cliff where the robot's behavior changes drastically.
  • Correctness Agreement is a better way to check if a robot is truly the same, because it catches those "lucky guesses" that accuracy misses.
  • Q4 K seems to be the "safe zone" where the robot is still mostly okay, but Q3 K is where the degradation really starts to show up in the robot's decision-making.

So, the next time you see a tiny, super-efficient robot model, don't just trust the scorecard. The paper suggests that even if it looks perfect on paper, it might be a different robot entirely, making different choices and thinking in a completely different way than the giant version it came from. The illusion of equivalence is just that—an illusion.

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 →