wangkongqiang 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, Natural Language Processing · Depth: Expert, medium

Summary

Wang Kongqiang and Tan Qingli developed a system for SemEval-2026 Task 10: PsyCoMark, focusing on Psycholinguistic Conspiracy Marker Extraction (Subtask 1) and Conspiracy Detection (Subtask 2). Their approach utilized four pre-trained language models for English text: distilbert-base uncased, distilbert-base-multilingual-cased, lxyuan-distilbert-base-multilingual-cased-sentiments-student, and microsoft-deberta-v3-base. The methodology involved visual analysis of training data, data augmentation for Subtask 2 using the gemma-3-27b-it generative model, and hyperparameter tuning for multiple single models. The system achieved a Macro F1 score of 0.1587 for Subtask 1, which evaluates Actor, Action, Effect, and Victim markers, and a Weighted F1 score of 0.7411 for Subtask 2, a binary text classification task, securing a good ranking on the leaderboard.

Key takeaway

For NLP engineers developing systems for identifying psycholinguistic conspiracy markers or detecting conspiracy theories, this work demonstrates the utility of fine-tuning pre-trained models like DeBERTa and DistilBERT. You should consider data augmentation with generative models such as gemma-3-27b-it to improve performance, especially for binary classification tasks. Rigorous hyperparameter tuning is essential to optimize single model predictions and achieve competitive results in semantic evaluation challenges.

Key insights

The system uses fine-tuned DistilBERT and DeBERTa models with data augmentation for conspiracy detection and marker extraction.

Principles

Method

Visually analyze training data, augment Subtask 2 data with gemma-3-27b-it, train multiple single models, then tune hyperparameters to select the best for prediction.

In practice

Topics

Best for: Research Scientist, AI Scientist, NLP Engineer

Related on AIssential

Open in AIssential →

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