VARH-AI at SemEval-2026 Task 10: Exploiting Architectural Diversity with Transformer-SSM Ensembles and Confidence-Based Iterative Refinement for Conspiracy Detection

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, quick

Summary

VARH-AI's system for SemEval 2026 Task 10 (PsyCoMark) Subtask 2 achieved a weighted F1 score of 0.78, ranking 4th on the CodaBench leaderboard for binary conspiracy classification in Reddit submission statements. The system employs a heterogeneous ensemble approach, integrating Transformer-based models like DeBERTa and RoBERTa with State-Space Models (SSMs) such as Mamba, to exploit architectural diversity for enhanced generalization. Key innovations include Bidirectional Mamba (BiMamba), which adapts SSMs for bidirectional document classification, and a safety-switched multi-task training setup that applies marker supervision exclusively to gold-annotated samples, preventing noisy pseudo-labels from impacting span extraction. Additionally, Confidence-Based Iterative Refinement utilizes committee voting to generate high-quality pseudo-labels. Ablation studies confirm the complementary contributions of these architectural components.

Key takeaway

For NLP engineers developing robust text classification systems, particularly for sensitive tasks like conspiracy detection, you should explore heterogeneous ensembles combining Transformers with State-Space Models like BiMamba. This approach, coupled with confidence-based iterative pseudo-label refinement, can significantly boost your model's generalization and F1 score, as demonstrated by the 0.78 F1 score on SemEval 2026 Task 10. Consider implementing safety-switched multi-task training to prevent noisy data from degrading performance.

Key insights

Heterogeneous ensembles of Transformers and State-Space Models, combined with iterative refinement, enhance conspiracy detection performance.

Principles

Method

The system uses a heterogeneous ensemble of Transformer and Mamba models, applies safety-switched multi-task training, and refines pseudo-labels via confidence-based iterative committee voting.

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.