FregeLogic at SemEval 2026 Task 11: A Hybrid Neuro-Symbolic Architecture for Content-Robust Syllogistic Validity Prediction
The paper presents FregeLogic, a hybrid neuro-symbolic system for SemEval-2026 Task 11 that combines an ensemble of LLMs with a Z3 SMT solver to resolve content-biased errors in syllogistic validity prediction, achieving a 94.3% accuracy and significantly reducing the content effect metric through targeted formal verification on disputed cases.
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 logic court. Your job is to decide if a specific argument (a syllogism) is logically valid.
Here is the tricky part: Humans (and the AI models we build) are terrible at this when the argument sounds "believable" in real life.
- The Trap: If an argument says, "All cats have whiskers. My pet has whiskers. Therefore, my pet is a cat," it sounds plausible, but it's logically invalid.
- The Trap 2: If an argument says, "All unicorns are purple. My pet is purple. Therefore, my pet is a unicorn," it sounds silly, but the logic is actually the same structure.
Most AI models get confused by the "silly" or "believable" parts. They let their "real-world knowledge" interfere with their "logic skills." This is called the Content Effect.
This paper introduces FregeLogic, a clever system designed to beat this trap. Here is how it works, using a simple analogy.
The Team of Five Detectives (The LLM Ensemble)
First, the system hires five different AI detectives (Large Language Models).
- They are all smart, but they have different personalities and ways of thinking.
- They are asked to vote on whether an argument is "Valid" or "Invalid."
- Usually, they all agree. If 4 or 5 of them say "Valid," the system accepts it.
The "Disagreement" Alarm
Here is the genius part: The system watches for close votes.
- If the vote is 5-0 or 4-1, the detectives are confident. The system trusts them.
- But if the vote is 3-2, the system hits the alarm bell.
Why? The authors realized that when the AI detectives disagree, it usually means the argument is tricky. The "believable" content has confused some detectives, while others stuck to the logic. This 3-2 split is a signal that the AI is struggling with the "Content Effect."
The Strict Math Professor (The Z3 Solver)
When the detectives disagree (the 3-2 split), the system calls in a Strict Math Professor (a formal logic solver called Z3).
- The Detectives are great at understanding language, but they get distracted by the story.
- The Professor doesn't care about the story at all. He strips away the words about "cats," "unicorns," or "glass." He only looks at the skeleton of the argument.
- Detective: "Wait, unicorns aren't real! This is invalid!"
- Professor: "I don't care if unicorns exist. Does the math hold up? Yes. This is Valid."
The Professor acts as a tiebreaker. If the detectives are fighting, the Professor makes the final call based purely on math.
The Results: Why It Worked
The team tested this on 960 different logic puzzles.
- The Pure Detective Team: Got about 93.4% right, but they were still easily tricked by the "believable" stories.
- The Hybrid Team (FregeLogic): Got 94.3% right.
- More importantly, they were much less biased. They stopped getting tricked by the "silly" stories almost 16% more often than the detectives alone.
The Secret Sauce: The "Structured" Translator
There was one big problem: The Professor (Z3) is a robot who only speaks "Math." The Detectives speak "English." To get the Professor to understand the argument, the Detectives had to translate the English sentence into a strict JSON code.
- Old Way: The Detectives tried to write the code in free-form text. They made mistakes 22% of the time, and the Professor couldn't read it.
- New Way: The system forced the Detectives to use a structured template (like filling out a strict form). This reduced translation errors to nearly zero.
The Bottom Line
FregeLogic is like a team that knows when to trust its gut (the AI Detectives) and when to call in a strict rulebook (the Math Professor).
By only using the strict rulebook when the team is confused, they managed to solve the hardest logic puzzles without getting distracted by the story. It's a perfect example of combining human-like intuition with rigid mathematical precision to get the best of both worlds.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.