LATE-iimas at SemEval-2026 Task 10: Conspiracy Detection via DeBERTa-v3 Ensemble and Weighted Loss Optimization

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

Summary

The LATE-iimas team presented a system for SemEval-2026 Task 10, Subtask 2, specifically addressing conspiracy detection. Their methodology centered on fine-tuning the DeBERTa-v3-Large pre-trained language model. To effectively manage inherent dataset challenges, such as significant class imbalance and the nuanced linguistic ambiguity associated with the "Can't tell" label, the team employed a robust 5-Fold Stratified Cross-Validation technique. This was further enhanced by integrating a Weighted Cross-Entropy Loss function during model optimization. The ultimate system leveraged an ensemble of the individually trained models, which collectively achieved a Weighted F1-Score of 0.75. This strong performance positioned the LATE-iimas team within the top 10 of the competition's overall ranking.

Key takeaway

For NLP engineers developing text classification systems, especially for sensitive tasks like conspiracy detection, consider the benefits of advanced fine-tuning. Your team should explore combining DeBERTa-v3-Large with techniques like 5-Fold Stratified Cross-Validation and Weighted Cross-Entropy Loss to mitigate class imbalance and linguistic ambiguity. Implementing an ensemble of these optimized models can significantly boost performance, as demonstrated by a 0.75 Weighted F1-Score.

Key insights

DeBERTa-v3 ensembles with weighted loss effectively detect conspiracies, addressing class imbalance and ambiguity.

Principles

Method

Fine-tune DeBERTa-v3-Large using 5-Fold Stratified Cross-Validation and Weighted Cross-Entropy Loss, then combine models into an ensemble for final prediction.

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.