psy detectives at SemEval-2026 Task 10: PsyCoMark – Psycholinguistic Conspiracy Marker Extraction and Detection
Summary
The "psy detectives" system, presented at SemEval-2026 Task 10 (PsyCoMark), combines interpretable psycholinguistic signals with supervised neural modeling for conspiracy marker extraction and detection. Its approach integrates a marker-derived lexicon and LIWC-style ratio features from span annotations, alongside binary Yes/No transformer baselines from the RoBERTa and DeBERTa families. The system also includes a zero-shot TinyLlama-1.1B baseline for a three-way classification (Yes/No/Can't tell). While marker-only features proved transparent but weak, transformer models demonstrated significantly stronger performance. Specifically, DeBERTa-v3-large achieved a 0.8339 weighted F1 score on the development set and 0.75 weighted F1 on the competition test set. The evaluation also found that marker-driven heuristic relabeling of uncertain instances did not enhance downstream performance. This work establishes a controlled, interpretable, and reproducible reference for future research on integrating span-level psycholinguistic evidence into conspiracy detection.
Key takeaway
For NLP Engineers developing systems for misinformation or conspiracy detection, you should prioritize transformer-based architectures over purely psycholinguistic feature sets. While psycholinguistic markers offer interpretability, models like DeBERTa-v3-large deliver substantially higher performance, achieving 0.75 weighted F1 on test data. Focus your efforts on optimizing neural model configurations for robust detection, as marker-driven heuristic relabeling of uncertain instances proved ineffective. Consider this a strong baseline for integrating advanced neural methods with psycholinguistic insights.
Key insights
Transformer models significantly outperform psycholinguistic marker-only features for conspiracy detection.
Principles
- Psycholinguistic features offer interpretability but limited predictive power.
- Neural models provide superior performance in complex text classification.
- Combining diverse signal types can establish research baselines.
Method
The system integrates a marker-derived lexicon, LIWC-style ratio features, and transformer baselines (RoBERTa, DeBERTa) for binary classification, plus a zero-shot TinyLlama-1.1B for three-way detection.
In practice
- Use DeBERTa-v3-large for high-performance conspiracy detection.
- Avoid heuristic relabeling of uncertain instances based on markers.
Topics
- Conspiracy Detection
- Psycholinguistics
- Transformer Models
- SemEval-2026
- DeBERTa-v3-large
- Natural Language Processing
Best for: AI Scientist, NLP Engineer, Research Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.