← Latest papers
🤖 AI

Data-driven Machine Learning Cannot Reach Symbolic-level Logical Reasoning -- The Limit of the Scaling Law

This paper argues that data-driven supervised machine learning cannot achieve the rigor of symbolic-level logical reasoning due to inherent methodological limitations in training data distinguishability and conflicting training targets, a conclusion supported by both theoretical analysis and experimental evidence showing that even high-accuracy models like GPT-5 fail to provide correct logical explanations.

Original authors: Tiansi Dong, Mateja Jamnik, Pietro Liò

Published 2026-06-26
📖 5 min read🧠 Deep dive

Original authors: Tiansi Dong, Mateja Jamnik, Pietro Liò

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 trying to teach a robot how to solve a very specific type of logic puzzle called a syllogism. These are simple "If A, then B" puzzles, like:

  • Premise 1: All cats are mammals.
  • Premise 2: All mammals are animals.
  • Conclusion: Therefore, all cats are animals.

For centuries, humans have used strict rules (symbolic logic) to solve these perfectly. But today, we mostly use Machine Learning (ML), which is like teaching a robot by showing it millions of examples and hoping it figures out the pattern on its own.

This paper asks a big question: If we just keep showing the robot more and more examples (scaling up the data), will it eventually become as perfect and rigorous as a human using strict logic rules?

The authors say No. Here is why, explained through simple analogies.

1. The "Photo Album" vs. The "Rulebook"

Think of traditional logic as a Rulebook. It knows exactly why "All cats are animals" is true based on the definitions of the words. It never makes a mistake because it follows the rules.

Current Machine Learning is like a Photo Album. If you show a robot a million photos of cats and dogs, it learns to recognize them by looking for patterns (ears, fur, tails). It doesn't actually understand what a cat is; it just knows that "this picture looks like the other 999,999 pictures I've seen."

The paper argues that no matter how many photos (data) you add to the album, the robot will never truly learn the Rulebook. It will just get better at guessing based on past photos.

2. The Two Big Hurdles for Image-Based Learning

The authors tested a specific type of robot that learns logic by looking at images (like Venn diagrams with circles). They found two "dead ends" that prevent this robot from ever reaching perfect logic, no matter how much it trains.

Hurdle A: The "Blind Spot" in the Training Data

Imagine you are teaching a robot to sort fruit. You show it apples, oranges, and bananas. But you forget to show it a specific type of rare pear.

  • The Problem: In logic, there are 24 specific "valid" ways a syllogism can work. The authors found that the training data (the images) used to teach these robots cannot distinguish between all 24 valid types.
  • The Analogy: It's like trying to teach someone to tell the difference between 24 different shades of blue, but you only give them a paint palette with 20 colors. No matter how much they practice, they will always be confused about the missing 4 shades. The robot might get 99% right on a test, but it fails on the specific logical "shades" it wasn't explicitly shown.

Hurdle B: The "Fill-in-the-Blank" Trap

This is the most interesting part.

  • Pattern Recognition (The Artist): When you show a human a picture of a circle with a tiny slice missing, our brains automatically "fill in the gap" and see a whole circle. We are great at guessing the whole from the parts.
  • Logical Reasoning (The Judge): In strict logic, you are forbidden from adding information that isn't there. If the premise says "Some X are Y," you cannot assume "All X are Y." You must stick exactly to what is written.
  • The Conflict: The robot has two jobs:
    1. Artist: Look at the picture and guess the whole shape (filling in missing parts).
    2. Judge: Look at the logic and decide if the conclusion is true.
    • The Crash: The "Artist" part of the robot keeps "hallucinating" or filling in gaps that don't exist (e.g., seeing a full red circle when only half a red circle was drawn). The "Judge" part then uses this fake, filled-in information to make a decision.
    • The Result: The robot gets the right answer by accident (because it filled in the gap correctly), but for the wrong reason. Or, it gets the wrong answer because it filled in a gap that shouldn't have been there. You cannot train the robot to stop "filling in the blanks" because that is exactly how it learns to recognize images in the first place.

3. The "Perfect Score" Illusion

The authors tested the latest AI models (like GPT-5) and found they can get 100% accuracy on these logic puzzles. However, when they asked the AI to explain its answer, it often gave a wrong explanation or a made-up story (hallucination) to justify the right answer.

  • The Analogy: Imagine a student who guesses the right answer on a math test 100% of the time but writes down the wrong steps to get there. If the teacher only checks the final number, the student gets an A. But if the teacher checks the logic, the student is failing.
  • The Conclusion: Because the training process stops once the robot gets 100% accuracy, there is no pressure left to fix the "wrong steps" (the bad reasoning). The robot has reached the limit of "guessing well," but it hasn't reached the level of "thinking correctly."

The Bottom Line

The paper concludes that Data is not enough.
You cannot fix a robot's lack of true logical understanding just by feeding it more data or training it longer.

  • Symbolic Logic is like a GPS that follows a strict map.
  • Data-Driven AI is like a Tourist who has visited a city a million times and knows the shortcuts, but doesn't actually understand the map.

If you want a robot that can do rigorous, unshakeable logical reasoning (the kind needed for law, medicine, or complex science), simply scaling up current AI methods won't work. We need a different approach entirely—one that builds the "Rulebook" into the machine, rather than just showing it more "Photos."

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 →