CCNU at SemEval-2026 Task 10: Conspiracy Marker Extraction and Detection via Multi-task Learning and LLM-based Data Augmentation
Summary
CCNU's system for SemEval-2026 Task 10 addresses psycholinguistic conspiracy marker extraction and conspiratorial discourse detection in Reddit comments. For Conspiracy Marker Extraction (Subtask 1), the system employs a Unified Multi-Task Sequence Labeling Framework, enabling collaborative learning across various marker types within a compact architecture. Conspiracy Detection (Subtask 2) is formulated as a sentence-level classification problem. Both subtasks benefit from data augmentation powered by large language models and ensemble inference, enhancing robustness and generalization. The system achieved strong performance, ranking 3rd on the official test set for Subtask 1 and delivering competitive results for Subtask 2.
Key takeaway
For NLP Engineers developing content moderation systems, CCNU's approach offers a robust framework. You should consider integrating multi-task sequence labeling for fine-grained text analysis, especially when identifying specific linguistic markers. LLM-based data augmentation can significantly improve model generalization and robustness, crucial for handling diverse and evolving online discourse. Implement ensemble inference to further enhance detection accuracy in real-world applications.
Key insights
Multi-task learning and LLM augmentation effectively enhance conspiracy marker extraction and detection.
Principles
- Joint modeling improves marker identification.
- LLM data augmentation boosts robustness.
- Ensemble inference enhances generalization.
Method
A Unified Multi-Task Sequence Labeling Framework jointly models multiple conspiracy markers. Sentence-level classification handles conspiracy detection. Both use LLM-based data augmentation and ensemble inference.
In practice
- Apply multi-task learning for related NLP tasks.
- Use LLMs to augment training data.
- Implement ensemble methods for robust models.
Topics
- Conspiracy Detection
- Multi-task Learning
- LLM Data Augmentation
- Sequence Labeling
- SemEval-2026 Task 10
- Reddit Discourse Analysis
Best for: Research Scientist, AI Scientist, NLP Engineer, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.