JIA at SemEval-2026 Task 10: A Dual-Track System with BERT-based Encoders and LLMs for Conspiracy Analysis
Summary
JIA's dual-track system, developed for SemEval-2026 Task 10, addresses conspiracy theory detection and psycholinguistic marker extraction. The system evaluates several architectures, including DistilBERT, BERT-Base, DeBERTa-V3, RoBERTa, and instruction-tuned Qwen2.5 models. For the detection task, the Qwen2.5-14B (full-shot) model achieved the highest performance, securing a Weighted F1-score of 0.80. However, the psycholinguistic marker extraction component proved more challenging. While the fine-tuned LLM performed best on "Actors" markers, its generalization was limited in categories like "Evidence" and "Effect," indicating persistent semantic ambiguity in these areas.
Key takeaway
For NLP Engineers developing misinformation detection systems, JIA's dual-track approach suggests prioritizing instruction-tuned LLMs like Qwen2.5-14B for robust conspiracy detection. However, prepare for significant challenges in accurately extracting fine-grained psycholinguistic markers such as "Evidence" or "Effect" due to inherent semantic ambiguities. You may need to explore specialized techniques or domain-specific fine-tuning for these difficult categories.
Key insights
A dual-track system combining BERT-based encoders and LLMs excels at conspiracy detection but struggles with nuanced marker extraction.
Principles
- Instruction-tuned LLMs like Qwen2.5-14B achieve strong conspiracy detection.
- Semantic ambiguity significantly impedes fine-grained psycholinguistic marker extraction.
Method
The system evaluates multiple architectures (DistilBERT, BERT-Base, DeBERTa-V3, RoBERTa, Qwen2.5) for conspiracy detection and psycholinguistic marker extraction.
In practice
- Consider Qwen2.5-14B for robust conspiracy detection tasks.
- Anticipate challenges extracting nuanced markers like "Evidence" or "Effect."
Topics
- Conspiracy Theory Detection
- Psycholinguistic Marker Extraction
- SemEval-2026 Task 10
- BERT-based Encoders
- Large Language Models
- Qwen2.5
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.