pamaldi at SemEval-2026 Task 11: Neuro-Symbolic Syllogistic Reasoning via LLM-Guided Structure Extraction and Deterministic Validation

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

Summary

pamaldi's system, participating in SemEval-2026 Task 11, Subtask 1, addresses the formal validity of English syllogisms while minimizing content plausibility. This neuro-symbolic pipeline uses an LLM to extract formal structure, including proposition types (A, E, I, O) and terms. The syllogistic figure is deterministically computed, and a symbolic validator checks against 24 classically valid Aristotelian forms. The system achieved 96.34% accuracy, a Total Content Effect (TCE) of 1.02, and a combined score of 56.57. This significantly outperforms pure-LLM baselines, more than doubling their combined score from 26.52 and reducing TCE by nearly an order of magnitude. Swapping the extractor to Claude Sonnet 4.5 maintained performance, confirming the symbolic stage's role in content-invariance. A paraphrase probe identified extractor sensitivity to premise ordering as a key limitation.

Key takeaway

For AI Scientists and NLP Engineers designing robust reasoning systems, this work demonstrates that neuro-symbolic approaches significantly improve accuracy and reduce content bias in logical reasoning tasks compared to pure-LLM methods. You should consider integrating deterministic symbolic validation stages to enhance reliability and interpretability in your LLM-based reasoning pipelines, especially for tasks requiring formal correctness over plausibility.

Key insights

A neuro-symbolic pipeline effectively separates LLM-based structure extraction from deterministic symbolic validation for syllogistic reasoning.

Principles

Method

The system uses an LLM to extract proposition types (A, E, I, O) and terms, deterministically computes the syllogistic figure, then a symbolic validator checks against 24 valid Aristotelian forms.

In practice

Topics

Best for: AI Scientist, NLP Engineer, Research Scientist

Related on AIssential

Open in AIssential →

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