DLRG@LT-EDI 2026: Automating Counter-Narratives for Homophobic and Transphobic Comments

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

Summary

A computational framework for generating Counter Narratives (CNs) against online homophobic and transphobic hate speech, particularly in low-resource languages like Tamil, has been proposed. It uses classical NLP techniques, specifically TF-IDF features with n-grams, for identifying homophobic or transphobic labels and performing span detection. Counter narratives are retrieved by computing cosine similarity, ensuring semantic alignment and contextual relevance. The system was evaluated on an expanded human-curated dataset, achieving an overall average score of 80.40 % for Tamil and 77.29 % for English in Task 2 of LT-EDI 2026, securing first and fourth rank respectively. This framework addresses the challenge of effective content moderation where automated systems are lacking.

Key takeaway

For NLP Engineers developing content moderation systems, you should consider integrating classical NLP techniques like TF-IDF and cosine similarity for automated counter-narrative generation. This approach effectively addresses hate speech in low-resource languages, as demonstrated by its 80.40 % score for Tamil. You can explore expanding human-curated datasets to improve system performance and contextual relevance, particularly for specific hate speech categories like homophobia and transphobia.

Key insights

A computational framework automates counter-narrative generation for homophobic and transphobic online hate speech using classical NLP.

Principles

Method

The framework uses TF-IDF features with n-grams for label identification and span detection. Counter narratives are retrieved via cosine similarity for semantic and contextual relevance.

In practice

Topics

Code references

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

Related on AIssential

Open in AIssential →

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