ResearchPod Summary
Large Language Models (LLMs) often struggle with "content effects," where their ability to judge the logical validity of an argument is compromised by whether the conclusion aligns with real-world plausibility. The authors participated in SemEval-2026 Task 11 to develop a system capable of disentangling formal logical structure from semantic content across 12 languages, including scenarios with irrelevant distractor premises.
The team utilized mDeBERTa-v3 backbones and addressed the scarcity of high-quality logical training data by building a rule-based engine to generate synthetic syllogisms covering all 256 Aristotelian moods and figures. To ensure the model learned formal structure rather than semantic shortcuts, they implemented a multi-objective loss function consisting of three key components:
The system achieved perfect Ranking Scores (100.0) on English and multilingual subtasks (ST1, ST2, and ST3) with zero measurable bias. On the most complex subtask (ST4, noisy multilingual), the system achieved a 6th-place ranking. The authors identified that while the model struggled with multilingual premise structures, applying KL-Divergence consistency regularization significantly bridged the performance gap between native multilingual data and translated English versions.
This work demonstrates that formal logical reasoning can be effectively isolated from semantic noise by combining synthetic data generation with bias-aware optimization. The results suggest that model robustness in logical tasks is less about scaling parameter counts and more about the strategic use of structural regularization and balanced, rule-based training distributions.
AI-generated third-party summary by ResearchPod. Not official content or an endorsement by the paper authors or affiliated organizations.