FregeLogic at SemEval 2026 Task 11: A Hybrid Neuro-Symbolic Architecture for Content-Robust Syllogistic Validity Prediction
Summary
FregeLogic, a hybrid neuro-symbolic system, was developed for SemEval-2026 Task 11, focusing on syllogistic validity prediction while mitigating content effects. This system integrates an ensemble of five LLM classifiers, including Llama 4 Maverick, Llama 4 Scout, and Qwen3-32B, with diverse prompting strategies. A Z3 SMT solver acts as a formal logic tiebreaker, intervening when LLM disagreement signals potential content-biased errors. FregeLogic achieved 94.3% accuracy with a content effect of 2.85 and a combined score of 41.88 in nested 5-fold cross-validation on a 960-instance dataset. This performance represents a 2.76-point improvement in combined score and a 0.9% accuracy gain over a pure LLM ensemble, driven by a 16% reduction in content effect from 3.39 to 2.85. Structured-output API calls for Z3 extraction reduced failure rates significantly, and an Aristotelian encoding with existence axioms was validated.
Key takeaway
For NLP Engineers developing robust reasoning systems, this work demonstrates that hybrid neuro-symbolic architectures can significantly enhance logical validity prediction and reduce content effects. You should consider integrating formal solvers like Z3 as a tiebreaker for cases where LLM ensembles exhibit disagreement, as this approach improves accuracy and mitigates human-like biases. Implementing structured API calls for solver interaction can also drastically reduce integration failure rates.
Key insights
Targeted neuro-symbolic integration improves logical reasoning by resolving LLM content-biased disagreements with formal verification.
Principles
- LLM disagreement signals content-biased errors.
- Formal methods resolve logical disputes effectively.
- Targeted neuro-symbolic integration enhances performance.
Method
Combine LLM ensemble predictions; if LLMs disagree, use a Z3 SMT solver for formal verification. Structured-output API calls and Aristotelian encoding improve reliability.
In practice
- Use LLM ensembles to detect content bias.
- Integrate SMT solvers for logical tie-breaking.
- Employ structured API calls for solver integration.
Topics
- Neuro-Symbolic AI
- Syllogistic Reasoning
- LLM Ensembles
- Z3 SMT Solver
- Content Effects
- SemEval 2026
Best for: Research Scientist, AI Scientist, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.