LATE-iimas at SemEval-2026 Task 10: Conspiracy Detection via DeBERTa-v3 Ensemble and Weighted Loss Optimization
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
- Address class imbalance with weighted loss.
- Stratified cross-validation improves robustness.
- Ensembling models enhances performance.
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
- Apply DeBERTa-v3 for text classification tasks.
- Use weighted loss for imbalanced datasets.
- Implement model ensembling for higher scores.
Topics
- Conspiracy Detection
- DeBERTa-v3-Large
- SemEval-2026
- Class Imbalance
- Weighted Cross-Entropy Loss
- Ensemble Learning
- Text Classification
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.