0704mis at SemEval-2026 Task 11: Single-Call Joint Abstraction for Robust Neuro-Symbolic Retrieval

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

Summary

The 0704mis system, submitted to SemEval-2026 Task 11 Subtasks 2 and 4, addresses robust syllogistic premise retrieval under distractors. Its core innovation is a "single-call joint abstraction" neuro-symbolic pipeline. This method utilizes one LLM call to jointly abstract all premises and the conclusion into categorical logical forms (A/E/I/O), ensuring globally consistent symbolic mappings (X/Y/Z). This approach reliably detects the shared middle term essential for syllogistic validation. After abstraction, parsed forms undergo an O(n²) premise-pair search, followed by deterministic validation against 24 valid Aristotelian syllogistic forms using constant time lookup. Ablation studies revealed that more complex theoretical variants performed worse when logical-form extraction was the bottleneck. The system achieved competitive rankings in both English and multilingual settings, maintaining simplicity, determinism, and content-invariance.

Key takeaway

For NLP Engineers developing robust reasoning systems, consider implementing "single-call joint abstraction" to enhance logical consistency. This method, which jointly abstracts premises and conclusions, can improve performance in tasks like syllogistic retrieval, especially when logical-form extraction is a bottleneck. Prioritize simpler, deterministic designs over overly sophisticated ones, as they proved more effective in SemEval-2026 Task 11, ensuring competitive results in both English and multilingual contexts.

Key insights

Single-call joint abstraction improves neuro-symbolic syllogistic reasoning by ensuring global consistency in logical form extraction.

Principles

Method

An LLM jointly abstracts premises and conclusion into categorical logical forms (A/E/I/O) with consistent symbolic mappings (X/Y/Z), followed by O(n²) premise-pair search and deterministic validation against 24 Aristotelian forms.

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.