d’Olle Grieze at SemEval-2026 Task 11: Comparing the Impact of Supervised Fine-Tuning and Activation Steering on Mitigating Content Effect Bias in Syllogistic Reasoning
Summary
Researchers investigated content effect bias in Large Language Models (LLMs) as part of SemEval 2026 Task 11, comparing supervised fine-tuning (SFT) using low-rank adaptation against activation steering. The study involved several model families, including LLaMA, Gemma, and Qwen. Results indicate that SFT significantly improves accuracy, with LLaMA 8B achieving 98.75% accuracy. In contrast, activation steering demonstrated limited effectiveness in mitigating content effect bias. A logit lens analysis further revealed that fine-tuning successfully shifts the model's focus toward logical structure, particularly within its later layers, addressing the core bias.
Key takeaway
For AI Scientists and Machine Learning Engineers addressing content effect bias in Large Language Models, this research indicates that supervised fine-tuning (SFT) is a demonstrably superior strategy compared to activation steering. You should prioritize implementing SFT techniques, such as low-rank adaptation, to improve model accuracy and ensure a robust shift towards logical reasoning. Focus your development efforts on fine-tuning methodologies to achieve significant bias mitigation.
Key insights
Supervised fine-tuning effectively mitigates content effect bias in LLMs by shifting focus to logical structure, outperforming activation steering.
Principles
- SFT enhances LLM accuracy in syllogistic reasoning.
- Activation steering offers limited bias mitigation.
- Fine-tuning shifts model focus to logical structure.
Method
Compared supervised fine-tuning (using low-rank adaptation) against activation steering across LLaMA, Gemma, and Qwen models to mitigate content effect bias in syllogistic reasoning.
In practice
- Apply SFT (LoRA) for LLM bias reduction.
- Prioritize SFT over activation steering for content bias.
- Analyze later layers for structural reasoning shifts.
Topics
- Large Language Models
- Content Effect Bias
- Supervised Fine-Tuning
- Activation Steering
- Syllogistic Reasoning
- Low-Rank Adaptation
- SemEval 2026
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.