GIL-Zaragoza at SemEval 2026 Task 11: Comparing Classification, Autoformalization, and Ontologies for Formal Reasoning Capabilities
Summary
GIL-Zaragoza participated in SemEval-2026 Task 11, which assessed models' ability to determine the logical validity of syllogisms without real-world content. The team developed and compared three distinct approaches for Subtask 1. These included an encoder-based classification baseline utilizing classical ML and fine-tuned BERT with debiasing strategies, an autoformalization pipeline integrating DPO-aligned models with first-order logic translation and formal inference via Prover9, and a hybrid neuro-symbolic method employing GPT to generate OWL 2 ontologies evaluated by the HermiT reasoner. The encoder-based classifier achieved the best performance, securing a 72.25% accuracy and a combined score of 20.37, placing 40th among 45 participating teams. Analysis revealed classification methods had lower content bias, while autoformalization faced translation issues, and ontology-based reasoning struggled with prompt design and verbose formats.
Key takeaway
For NLP engineers developing formal reasoning systems, you should prioritize simpler, direct classification models like fine-tuned BERT for tasks like syllogism validity. While neuro-symbolic and autoformalization approaches show promise, their current limitations in translation consistency and prompt design make them less reliable. Focus on debiasing strategies within classification to improve performance, as demonstrated by the 72.25% accuracy achieved. Your efforts are better spent refining these robust methods than battling complex formalization pipeline inconsistencies.
Key insights
Direct classification methods currently outperform autoformalization and ontology-based reasoning for syllogism validity.
Principles
- Content bias impacts logical reasoning.
- Formalization pipelines introduce inconsistencies.
- Prompt design limits neuro-symbolic systems.
Method
The study compared encoder-based classification, DPO-aligned autoformalization with Prover9, and GPT-generated OWL 2 ontologies with HermiT for syllogism validity.
In practice
- Prioritize encoder-based classifiers for syllogism tasks.
- Address translation issues in autoformalization.
- Refine prompt engineering for ontology generation.
Topics
- SemEval-2026 Task 11
- Syllogism Validity
- Formal Reasoning
- Encoder-based Classification
- Autoformalization
- Neuro-symbolic AI
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.