GIL-Zaragoza at SemEval 2026 Task 11: Comparing Classification, Autoformalization, and Ontologies for Formal Reasoning Capabilities

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

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

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

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.