TeamV at LT-EDI 2026: Multilingual Hate Speech Span Detection and Counter-Narrative Generation via Few-Shot In-Context Learning

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Natural Language Processing · Depth: Expert, medium

Summary

TeamV developed a system for the LT-EDI 2026 Shared Task on Counter-Narrative Generation, specifically targeting homophobic and transphobic comments. Their approach addresses two subtasks: Hate Speech Span Detection in English, Tamil, and Hindi, and Counter-Narrative Generation in English and Tamil. The system utilizes the Qwen3-Max large proprietary language model, enhanced by few-shot in-context learning (ICL) and robust post-processing. This methodology achieved significant results on the CodaBench leaderboard. For Task 1, TeamV secured 1st place across all three languages, with macro F1 scores of 0.5338 in English, 0.5272 in Tamil, and 0.5478 in Hindi. In Task 2, their generated counter-narratives ranked 1st globally in English with an 87.47% average score and 5th in Tamil. The paper details their prompting methodology and span-matching pipeline.

Key takeaway

For NLP Engineers developing multilingual content moderation systems, this work highlights the effectiveness of few-shot in-context learning with large language models. You should consider Qwen3-Max or similar proprietary LLMs, coupled with robust post-processing, to achieve high accuracy in hate speech span detection and generate effective counter-narratives across languages like English, Tamil, and Hindi. Implement a detailed prompting methodology to optimize performance.

Key insights

Few-shot in-context learning with large LMs excels at multilingual hate speech detection and counter-narrative generation.

Principles

Method

TeamV's system uses Qwen3-Max with few-shot in-context learning and robust post-processing for hate speech span detection and counter-narrative generation across multiple languages.

In practice

Topics

Best for: Research Scientist, AI Scientist, NLP Engineer, Prompt Engineer

Related on AIssential

Open in AIssential →

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