UMUTeam at SemEval-2026 Task 10: Transformer Ensembles for Conspiratorial Span Extraction and Detection
Summary
UMUTeam's system for SemEval 2026 Task 10 focuses on automated conspiracy detection and the extraction of psycholinguistic markers. The approach utilizes multiple pretrained transformer architectures and ensemble strategies to model conspiratorial discourse at both document and token levels. For the classification task of identifying conspiratorial statements, their ensemble achieved a weighted F1-score of 0.7688, indicating robust performance. The team addressed marker extraction by formulating it as a BIOES sequence labeling problem, further enhancing predictions through the integration of ensemble and specialist models. This research underscores the effectiveness of transformer-based methods for these complex tasks, while also acknowledging the significant challenges associated with fine-grained conspiracy marker extraction.
Key takeaway
For NLP Engineers developing automated content moderation systems, this research suggests that transformer ensembles offer a robust approach for identifying conspiratorial discourse. You should consider implementing multi-model ensemble strategies, combining document and token-level analysis, to improve detection accuracy. Be aware that fine-grained marker extraction remains challenging, requiring specialized models and careful evaluation.
Key insights
Transformer ensembles effectively detect conspiracy theories and extract psycholinguistic markers, despite fine-grained extraction challenges.
Principles
- Ensemble methods enhance transformer performance.
- Document and token level modeling is key.
Method
The system uses multiple pretrained transformers and ensemble strategies for classification, and BIOES sequence labeling with ensembles for marker extraction.
In practice
- Apply transformer ensembles for text classification.
- Use BIOES for span extraction tasks.
Topics
- Conspiracy Detection
- Transformer Ensembles
- SemEval 2026
- Sequence Labeling
- Psycholinguistic Markers
- Natural Language Processing
Best for: Research Scientist, AI Scientist, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.