← Latest papers
💬 NLP

How Language Models Conflate Logical Validity with Plausibility: A Representational Analysis of Content Effects

This paper reveals that large language models conflate logical validity with semantic plausibility because these concepts are linearly aligned in their internal representations, and demonstrates that applying steering vectors to disentangle them can effectively reduce content biases and improve reasoning accuracy.

Original authors: Leonardo Bertolazzi, Sandro Pezzelle, Raffaella Bernardi

Published 2026-04-21
📖 5 min read🧠 Deep dive

Original authors: Leonardo Bertolazzi, Sandro Pezzelle, Raffaella Bernardi

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 a judge in a courtroom. Your job is to decide if a lawyer's argument is logically sound (does the conclusion follow from the premises?) or logically flawed.

Now, imagine the lawyer says:

"All cats are mammals. All mammals have fur. Therefore, all cats have fur."

You nod. This is valid (the logic holds) and plausible (it's true in real life). Easy.

But now, imagine the lawyer says:

"All cats are mammals. All mammals are reptiles. Therefore, all cats are reptiles."

Logically, the structure is actually valid (if the premises were true, the conclusion would follow). But your brain screams, "Wait! Cats aren't reptiles!" Because the conclusion is implausible (false in the real world), you might instinctively say the whole argument is "bad" or "invalid," even though the logic itself is perfect.

This is called a Content Effect. Humans do it all the time. We let our real-world knowledge (what we believe is true) hijack our logical reasoning.

The Big Question: Do AI models (Large Language Models or LLMs) do the same thing? And if they do, why?

The Detective Work: Looking Inside the AI's Brain

The authors of this paper decided to act like brain surgeons for AI. They didn't just ask the AI questions; they looked inside the AI's "neural network" (its internal math) to see how it thinks.

Here is the story of what they found, explained with some analogies:

1. The "Confused Compass" Analogy

Imagine the AI has a giant internal compass.

  • One needle points toward Logic (Is this argument valid?).
  • Another needle points toward Reality (Is this statement true in the real world?).

In a perfect, logical robot, these two needles would point in completely different directions. If an argument is logically valid but factually false, the Logic needle would spin wildly while the Reality needle stays still.

The Discovery: The researchers found that in current AI models, these two needles are glued together. They point in almost the exact same direction.

  • When the AI thinks about "Logic," it is actually thinking about "Real-world truth."
  • When the AI thinks about "Truth," it is accidentally thinking about "Logic."

Because these two concepts are so tangled up in the AI's math, the AI can't tell the difference. If a conclusion sounds true (plausible), the AI assumes the logic must be good. If a conclusion sounds false (implausible), the AI assumes the logic must be bad.

2. The "Steering Wheel" Experiment

To prove this, the researchers used a technique called Steering Vectors. Think of this like a remote control for the AI's brain.

  • The Experiment: They found the specific mathematical "direction" in the AI's brain that represents "Truth." Then, they took that direction and forced it into the AI's brain while the AI was trying to judge Logic.
  • The Result: The AI's logic judgment flipped!
    • If the AI was about to say an argument was "Invalid," adding the "Truth" vector made it say "Valid."
    • If the AI was about to say an argument was "Valid," adding the "Falsehood" vector made it say "Invalid."

It's like if you had a car where the steering wheel was glued to the gas pedal. If you tried to turn left (judge logic), you accidentally hit the gas (judge truth), and the car went flying off the road. The AI's "logic" and "truth" controls are physically connected in its code.

3. The "Chain of Thought" Cure

You might have heard that asking AI to "think step-by-step" (Chain of Thought) makes it smarter. The researchers found that this works because it untangles the needles.

When the AI is forced to write out its reasoning step-by-step, it separates the "Logic" needle from the "Truth" needle. The "glue" breaks. Suddenly, the AI can look at a logically valid argument with a false conclusion and say, "The logic is perfect, even though the fact is wrong."

4. The "Magic Eraser" (Debiasing)

The most exciting part? They didn't just find the problem; they fixed it without retraining the AI.

They created a Debiasing Vector. Imagine a special eraser that specifically rubs out the "Truth" part of the AI's brain while leaving the "Logic" part untouched.

  • They took the "Logic" direction and subtracted the "Truth" direction.
  • They added this "Difference Vector" to the AI's brain.
  • The Result: The AI became much better at pure logic. It stopped being tricked by real-world facts. It could now say, "This argument is logically valid," even if the conclusion was "All dogs are cats."

Why This Matters

This paper is a huge step forward because it moves us from "The AI is making mistakes" to "Here is exactly how the AI is making mistakes."

  • Before: We thought AI was just "hallucinating" or being random.
  • Now: We know the AI has a specific "blind spot" where it confuses what is true with what is logical.

It's like realizing a student isn't bad at math; they just have a habit of using their calculator to solve a spelling test. Once you know that, you can give them a "spelling-only" calculator (the debiasing vector) and they ace the test.

In short: AI models are currently confusing "what makes sense" with "what is true." By understanding the geometry of their brains, we can untangle these concepts and build AI that is truly logical, not just opinionated.

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 →