ShefFriday at SemEval-2026 Task 9: LLM-Based Annotation Methods for Detecting Multilingual, Multicultural and Multievent Online Polarisation
Summary
ShefFriday presented its findings for SemEval-2026 Task 9, employing an LLM-as-an-annotator strategy across all three subtasks. This approach simulated data annotation using large language models, creating 30 LLM annotators via persona injection, also known as sociodemographic prompting. The team experimented with various annotation aggregation methods, including Dawid-Skene and MACE, and found majority voting performed best for subtasks 2 and 3. To enhance annotator response variability, hatefulness detection was used as a proxy for identifying online polarization. This reframing proved effective for binary classification of polarization but less so for finer-grained detection. While their unsupervised method did not achieve the top ranks of supervised approaches, the work offers valuable insights into persona-based prompting and the challenge of high intra-model agreement among LLM annotators.
Key takeaway
For NLP Engineers designing data annotation pipelines, consider LLM-as-an-annotator for binary classification tasks, especially when data scarcity is a concern. Your approach should incorporate persona injection to diversify LLM responses and evaluate aggregation methods like majority voting, which proved effective for subtasks 2 and 3 in SemEval-2026 Task 9. Be mindful of high intra-model agreement, which may limit finer-grained detection capabilities.
Key insights
LLM-as-annotator with persona injection effectively detects binary polarization but struggles with finer granularity and high intra-model agreement.
Principles
- Persona injection diversifies LLM annotator responses.
- Task reframing aids binary classification.
- LLM annotators exhibit high intra-model agreement.
Method
Create 30 LLM annotators via persona injection. Reframe polarization detection as hatefulness detection for variability. Aggregate annotations using methods like Dawid-Skene or majority voting for classification.
In practice
- Apply persona injection for diverse LLM annotations.
- Use majority voting for LLM annotation aggregation.
- Reframe complex tasks for binary classification.
Topics
- LLM-Based Annotation
- SemEval-2026 Task 9
- Online Polarization
- Persona Injection
- Annotation Aggregation
- Hatefulness Detection
Best for: Research Scientist, AI Scientist, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.