Sylloscope at SemEval-2026 Task 11: Decoupling Logic from Belief via DeepSeek-Enhanced Distillation in Qwen Models
Summary
Sylloscope presented an approach for SemEval-2026 Task 11, focusing on disentangling content and formal reasoning in Large Language Models. Their neuro-symbolic teacher-student framework employs DeepSeek-R1 as a Logical Auditor to create a high-fidelity training corpus. This analytical behavior is then distilled into Qwen-3 models using Low Rank Adaptation (LoRA), specifically teaching logic mechanics over simple label matching. The system achieved robust results, with a ranking score of 39.81 (96.86% accuracy) on Subtask 1 and 26.02 on Subtask 3. However, validity bias persists, indicating that while structured distillation mitigates belief bias, fully separating logical validity from plausibility remains a significant future challenge.
Key takeaway
For AI scientists and ML engineers developing reasoning capabilities in LLMs, this work highlights a promising neuro-symbolic distillation method. You should consider employing a powerful "Logical Auditor" like DeepSeek-R1 to generate high-fidelity training data and then use LoRA for targeted logic instruction in models like Qwen-3. While this substantially mitigates belief bias, be aware that fully disentangling logical validity from plausibility remains an active research challenge requiring further innovation.
Key insights
Distilling DeepSeek-R1's logical auditing into Qwen-3 models via LoRA helps decouple logic from belief.
Principles
- Neuro-symbolic frameworks enhance LLM reasoning.
- Distillation can teach logic mechanics, not just labels.
- Validity bias persists despite structured training.
Method
A neuro-symbolic teacher-student framework uses DeepSeek-R1 as a Logical Auditor to generate a high-fidelity training corpus, then distills these behaviors into Qwen-3 models via LoRA.
In practice
- Use DeepSeek-R1 for logical auditing corpus generation.
- Apply LoRA for efficient logic distillation in Qwen models.
Topics
- SemEval-2026
- Neuro-symbolic AI
- DeepSeek-R1
- Qwen-3
- Low Rank Adaptation
- Logic Reasoning
- Belief Bias
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.