psy detectives at SemEval-2026 Task 10: PsyCoMark – Psycholinguistic Conspiracy Marker Extraction and Detection

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Social Sciences & Behavioral Studies · Depth: Expert, medium

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

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

Topics

Best for: AI Scientist, NLP Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.