BITS Pilani at SemEval-2026 Task 9: Structured Supervised Fine-Tuning with DPO Refinement for Polarization Detection

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Natural Language Processing · Depth: Advanced, quick

Summary

BITS Pilani's system for the SemEval-2026 Task 9, focused on detecting multilingual, multicultural, and multi-event online polarization, employs a two-stage approach. The method combines structured supervised fine-tuning with Direct Preference Optimization (DPO) refinement to address the challenges of nuanced rhetoric and implicit framing. Researchers fine-tuned Qwen 2.5-7B-Instruct using LoRA with an interpretable slot-filling template, then applied DPO with automatically generated preference pairs to reduce costly false negatives. The submitted system achieved 0.7664 Macro-F1 on the English test set. Post-submission experiments with Mistral-Nemo-Instruct-2407 and LLM-judge-filtered preference pairs further improved performance to 0.8162 Macro-F1, surpassing the organizer baseline of 0.7802.

Key takeaway

For Machine Learning Engineers building or improving online polarization detection systems, this two-stage approach offers a robust method to enhance accuracy. Integrating structured supervised fine-tuning with DPO refinement, particularly using interpretable templates and automatically generated preference pairs, can significantly reduce false negatives. You should consider adopting this methodology and exploring different base LLMs, such as Mistral-Nemo-Instruct-2407, to potentially surpass current performance baselines in complex social media analysis tasks.

Key insights

Combining structured fine-tuning with DPO refinement significantly enhances online polarization detection in LLMs.

Principles

Method

Fine-tune an LLM (e.g., Qwen 2.5-7B-Instruct with LoRA) using an interpretable slot-filling template, then apply DPO with automatically generated preference pairs to refine outputs.

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.