AGAI at SemEval-2026 Task 10: Enhancing Conspiracy Detection via Instruction-tuned LLMs

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, quick

Summary

AGAI's solution for SemEval-2026 Task 10, subtask2, addresses the complex challenge of automated conspiracy detection in text, a task more difficult than traditional toxic text detection due to the lack of explicit semantic indicators. Their approach utilizes a Large Language Model (LLM) as its core, fine-tuned with Low-Rank Adaptation (LoRA) to boost detection performance. To generate probabilistic confidence scores while retaining the LLM's generative capabilities, the team implemented a hybrid loss function, combining both generative and token classification losses. Furthermore, semi-supervised learning was integrated using unlabeled data to enhance classification accuracy. This method achieved a test accuracy of 0.87, securing 2nd place in both stages of the competition leaderboard.

Key takeaway

For NLP Engineers developing robust text classification models, especially for nuanced tasks like conspiracy detection, you should consider instruction-tuned LLMs fine-tuned with LoRA. Implementing a hybrid loss function that combines generative and token classification losses can yield probabilistic confidence scores while maintaining model flexibility. Additionally, integrating semi-supervised learning with unlabeled data can significantly refine your model's accuracy, as demonstrated by the 0.87 test accuracy achieved.

Key insights

Instruction-tuned LLMs with hybrid loss and semi-supervised learning effectively detect subtle textual conspiracies.

Principles

Method

Fine-tuning an LLM backbone with LoRA, using a hybrid loss (generative + token classification) to get probabilistic scores, and incorporating semi-supervised learning with unlabeled data.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

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