← Latest papers
💬 NLP

Cross-lingual Offensive Language Detection: A Systematic Review of Datasets, Transfer Approaches and Challenges

This paper presents the first systematic review of cross-lingual transfer learning techniques for offensive language detection in social media, analyzing 67 studies to categorize datasets, summarize transfer strategies, and identify current challenges and future research directions.

Original authors: Aiqi Jiang, Arkaitz Zubiaga

Published 2026-04-02
📖 5 min read🧠 Deep dive

Original authors: Aiqi Jiang, Arkaitz Zubiaga

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine the internet as a giant, bustling global town square. In this square, people from every corner of the world are chatting, sharing jokes, and arguing. But like any crowded place, there are also bullies, trolls, and people shouting hate speech.

The problem is that the "town guards" (the AI systems designed to catch these bullies) are mostly trained to speak only one language: English. They are great at spotting a rude comment in English, but if a bully switches to Spanish, Hindi, or Arabic, the guards are often confused and let the bad behavior slide.

This paper is a comprehensive guidebook written by two researchers, Aiqi Jiang and Arkaitz Zubiaga, to help us build better guards who can speak many languages. They looked at 67 different studies to figure out the best ways to teach an AI to understand offensive language across different cultures.

Here is the breakdown of their findings, using some simple analogies:

1. The Core Problem: The "Language Barrier"

Imagine you have a master chef who knows how to cook a perfect spicy curry (English). You want to teach a new apprentice how to cook a spicy stew in a different country (a low-resource language like Swahili or Bengali), but you have no recipes or ingredients for that specific stew.

The researchers asked: How do we take the chef's knowledge of "spiciness" and apply it to a completely different cuisine without starting from scratch?

2. The Three Ways to Teach the AI (The Transfer Methods)

The paper categorizes the solutions into three main "teaching styles," which they call Transfer Learning. Think of these as three different ways to help the apprentice learn:

  • Instance Transfer (The "Translator" Method):

    • The Analogy: You take the English recipe, translate it word-for-word into the new language, and give it to the apprentice.
    • How it works: The AI takes a hateful English sentence, translates it into the target language, and says, "Okay, this translated sentence is also hate speech." It's like using a dictionary to copy-paste labels.
    • Pros/Cons: It's fast, but if the translation is bad (or if a joke doesn't translate well), the AI gets confused.
  • Feature Transfer (The "Shared Vocabulary" Method):

    • The Analogy: Instead of translating the whole recipe, you teach the apprentice that "spicy" and "hot" mean the same thing in both English and the new language. You build a shared mental map where similar concepts sit next to each other, regardless of the language.
    • How it works: The AI learns that the feeling of an insult is similar across languages, even if the words are different. It uses "multilingual embeddings" (a fancy word for a shared dictionary of meanings) to connect the dots.
    • Pros/Cons: Great when you don't have exact translations, but it can miss subtle cultural nuances.
  • Parameter Transfer (The "Brain Upgrade" Method):

    • The Analogy: You take the master chef's brain (the pre-trained AI model) and give it to the apprentice. The apprentice already knows how to think about food; they just need a little bit of practice with the local ingredients.
    • How it works: This is the most popular method today. Researchers use massive AI models (like mBERT or XLM-R) that have already "read" the internet in dozens of languages. They then "fine-tune" this brain with a tiny bit of data from the new language.
    • Pros/Cons: This is usually the most powerful method, but it requires a lot of computing power.

3. The Hurdles (Why It's Still Hard)

Even with these smart methods, the researchers found several "potholes" on the road:

  • The "Cultural Blind Spot": What is considered an insult in one culture might be a compliment in another. For example, calling someone a "fox" might be an insult in English (sly) but a term of endearment in another culture. The AI often misses these cultural subtleties.
  • The "Code-Mixing" Chaos: People on social media often mix languages in one sentence (e.g., "Hinglish" is a mix of Hindi and English). It's like someone speaking English but suddenly throwing in a French phrase. The AI gets dizzy trying to figure out which language rules to apply.
  • The "Data Desert": For many languages, there is almost no data to train on. It's like trying to teach someone to drive in a country where no one has ever built a road.
  • The "Translation Trap": Sometimes, machine translation kills the meaning. A sarcastic joke might translate literally and lose its sting, making the AI think it's harmless when it's actually toxic.

4. The Future: What's Next?

The researchers suggest a few exciting directions for the future:

  • Don't rely on "Zero-Shot" alone: You can't just throw a model at a new language and expect it to work perfectly. You need at least a little bit of local data (a few hundred examples) to "fine-tune" the system.
  • Use "LLMs" (Large Language Models): New super-smart AI models (like GPT-4) are getting really good at understanding context without needing massive training. They might be the key to solving the "cultural blind spot."
  • Human Help: We need more diverse human annotators (people from the specific cultures) to help label the data. An AI can't understand a cultural nuance unless a human from that culture explains it.

The Bottom Line

This paper is a map for the future of internet safety. It tells us that while we have made huge progress in teaching AI to speak many languages, we still need to be careful about culture, context, and data quality. We can't just translate the rules; we have to understand the people behind the words.

The authors have also made a "toolkit" available online, listing all the datasets and methods they found, so other researchers can pick up where they left off and build a safer, more inclusive internet for everyone.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →