GheGheGhe at SemEval-2026 Task 11: Decoupling Logic from Belief with Bias-Targeted Fine-Tuning and Neuro-Symbolic Syllogistic Reasoning
Summary
The GheGheGhe team presented a multi-paradigm approach for SemEval-2026 Task 11, addressing its first two subtasks. Their strategy involved two complementary methods: a Llama-3 8B PEFT Majority Vote Ensemble, fine-tuned with bias-targeted augmented data, and a hybrid system. This hybrid approach explicitly separates LLM processing from logical reasoning by converting sentences into canonical logical forms for deterministic analysis. Initially, the team ranked 17th in the first subtask and 15th in the second. However, post-evaluation analysis revealed perfect accuracy on the first subtask and an F1 retrieval score exceeding 98% for the second after resolving implementation issues, which would have placed them within the top 5.
Key takeaway
For Machine Learning Engineers focused on improving LLM logical reasoning or participating in semantic evaluation benchmarks, this work highlights the power of hybrid neuro-symbolic systems. You should consider integrating explicit logical reasoning components, like converting natural language to canonical logical forms, with your LLM pipelines. This strategy can overcome inherent LLM limitations in complex logical tasks, potentially achieving near-perfect accuracy and revealing ground truth errors.
Key insights
Decoupling LLM processing from logical reasoning via neuro-symbolic methods significantly enhances accuracy in semantic evaluation tasks.
Principles
- Bias-targeted data augmentation improves LLM robustness.
- Hybrid neuro-symbolic systems enhance logical reasoning.
- Canonical logical forms enable deterministic analysis.
Method
The approach combines a Llama-3 8B PEFT ensemble, trained with bias-targeted augmented data, with a hybrid system that converts natural language into canonical logical forms for deterministic logical analysis, extending to two subtasks.
In practice
- Apply PEFT with Llama-3 8B for semantic tasks.
- Integrate symbolic logic for deterministic reasoning.
- Augment training data to address model biases.
Topics
- SemEval-2026 Task 11
- Neuro-Symbolic AI
- Large Language Models
- Bias-Targeted Fine-Tuning
- Logical Reasoning
- PEFT
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.