HABIBTAZ at SemEval-2026 Task 11: Disentangling Formal Logic from Content via Synthetic Training and Multi-Objective Optimization

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

Summary

The HABIBTAZ system for SemEval-2026 Task 11 addresses the challenge of disentangling formal logic from content, a task where Large Language Models (LLMs) often show bias towards real-world plausibility. This system utilizes mDeBERTa-v3 networks, fine-tuned on a synthetic, rule-based dataset of syllogistic schemes to bypass the semantic noise typically found in LLM-augmented data. Its training pipeline employs a multi-objective loss function, combining Adaptive Group Distributionally Robust Optimization (DRO), a scheduled differentiable bias penalty, and KL-Divergence consistency regularization to explicitly separate plausibility from logical structure. The system achieved #1 ranks and perfect Ranking Scores (100.0) with 0.00% bias and 100.0% accuracy on Subtask 1 (English), Subtask 2 (Noisy English), and Subtask 3 (Multilingual). For the complex Subtask 4 (Noisy Multilingual), it secured the 6th rank with 89.06% Accuracy and F1-score, a limited 2.89% Bias, and a 37.78 Ranking Score. The dataset generation engine and codebase are publicly available.

Key takeaway

For NLP engineers developing robust reasoning systems, you should consider synthetic, rule-based datasets to mitigate content effects and real-world plausibility bias in LLMs. Implement multi-objective loss functions, including Adaptive Group DRO and bias penalties, to explicitly decouple logical structure from content. This approach, demonstrated by HABIBTAZ's top SemEval-2026 Task 11 performance, offers a path to significantly improve formal reasoning accuracy and reduce bias across multiple languages.

Key insights

Synthetic training and multi-objective optimization can effectively disentangle formal logic from content in LLMs, reducing real-world plausibility bias.

Principles

Method

The system fine-tunes mDeBERTa-v3 networks on a synthetic, rule-based syllogistic dataset. It uses a multi-objective loss function combining Adaptive Group DRO, a scheduled differentiable bias penalty, and KL-Divergence consistency regularization.

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.