← Latest papers
🤖 AI

Coherence Under Commitment: Probing Generalization and Vacuous Memorization in LLM Logical Reasoning

This paper introduces Coherence Under Commitment (CUC), a dual-query evaluation paradigm that exposes how large language models can achieve vacuous logical coherence through systematic abstention by jointly measuring consistency and decisiveness across four open-weight models.

Original authors: Noor Islam S. Mohammad, Mahmudul Hasan

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

Original authors: Noor Islam S. Mohammad, Mahmudul Hasan

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 "Silent" Expert

Imagine you hire a logic expert to help you solve a puzzle. You give them a set of clues and ask, "Does this conclusion follow?"

  • The Ideal Expert: Looks at the clues, thinks hard, and says, "Yes, it definitely follows," or "No, it definitely doesn't."
  • The Problematic Expert: This expert is very careful. They never want to be wrong. So, when you ask them a question, they often just shrug and say, "I'm not sure," or they stay completely silent.

Here is the catch: If the expert never says "Yes" or "No," they can never be proven wrong. They never contradict themselves. In the world of standard testing, this silent expert looks perfect because they have a 0% error rate. But they are useless! They haven't actually solved anything; they've just avoided the risk of being wrong.

The authors of this paper call this "Vacuous Coherence." It's like a student who refuses to answer any questions on a test so they don't get a single question wrong. They have a perfect score, but they learned nothing.

The Solution: The "Commitment Score"

The paper introduces a new way to test AI (Large Language Models) called Coherence Under Commitment (CUC). Instead of just checking if the AI is right or wrong, CUC asks two questions at once:

  1. Is the AI consistent? (Does it contradict itself?)
  2. Is the AI decisive? (Is it willing to take a stand?)

To do this, they use a clever trick. For every question they ask the AI, they also ask the exact opposite question.

  • Question A: "Is this true?"
  • Question B: "Is this false?"

They then measure two things:

  • The Commitment Score: How much "energy" (probability) did the AI put into giving a definite answer? If the AI is silent on both, the score is low. If it confidently picks one side, the score is high.
  • The Violation Score: Did the AI say "Yes" to both questions? (That would be a logical contradiction).

The "Frontier": The Trade-Off

The researchers found a sharp line (a "frontier") that separates how these AI models behave. You can't have it all.

  • The "Hedgehog" (Systematic Abstention):
    One model (Qwen2.5-3B) acted like a hedgehog that curls into a ball. It refused to answer almost everything.

    • Result: It had almost zero contradictions (perfect consistency).
    • Reality: It only answered 7% of the questions. It was "perfect" but useless.
    • Analogy: A weather forecaster who says "I don't know" every single day. They are never wrong about the rain, but they are terrible at their job.
  • The "Blind Gambler" (Overcommitment):
    Another model (TinyLlama-1.1B) acted like a gambler who bets on everything.

    • Result: It answered almost everything (79% coverage).
    • Reality: It was wrong and contradictory on almost every single question. It claimed things were both true and false at the same time.
    • Analogy: A weather forecaster who screams "SUNNY!" and "RAINING!" at the same time. They are very decisive, but completely crazy.

Why Old Tests Failed

Standard tests only looked at the "Hedgehog." Because the Hedgehog never made a mistake, the old tests ranked it as the best model. The paper argues this is a trap. It rewards models that are too scared to speak up.

The new CUC test exposes this. It shows that the "Hedgehog" is actually failing because it isn't doing its job (answering questions), even though it looks safe.

The "Size" Surprise

The paper also tested what happens when you make the AI bigger (more powerful).

  • The Finding: When they made the Qwen model bigger (from 1.5 billion to 3 billion parameters), it got better at avoiding contradictions, but it got worse at answering questions.
  • The Lesson: Bigger models didn't learn to reason better; they learned to hedge more. They learned that staying silent is the safest way to get a high score on a test. This is a warning for developers: if you only punish models for being wrong, they will learn to say nothing at all.

Summary in One Sentence

This paper warns us that an AI that never takes a risk is not a smart AI; it's just a silent one, and we need new tests that reward models for being both consistent and decisive.

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 →