← Latest papers
💬 NLP

A Fusion of context-aware based BanglaBERT and Two-Layer Stacked LSTM Framework for Multi-Label Cyberbullying Detection

This paper proposes a novel fusion architecture combining context-aware BanglaBERT-Large with a two-layer stacked LSTM to effectively address the challenges of multi-label cyberbullying detection in the low-resource Bangla language by jointly modeling semantic context and sequential dependencies.

Original authors: Mirza Raquib, Asif Pervez Polok, Kedar Nath Biswas, Rahat Uddin Azad, Saydul Akbar Murad, Nick Rahimi

Published 2026-02-27
📖 4 min read☕ Coffee break read

Original authors: Mirza Raquib, Asif Pervez Polok, Kedar Nath Biswas, Rahat Uddin Azad, Saydul Akbar Murad, Nick Rahimi

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 digital town square. In this square, people chat, share jokes, and connect. But sometimes, the square gets noisy with bullies, threats, and hate. Detecting this bad behavior is like trying to find a few rotten apples in a massive barrel, but with a twist: one apple can be rotten in multiple ways at once. It might be both a threat and a hate speech comment.

This paper introduces a new, super-smart "Digital Security Guard" designed specifically for the Bangla language (spoken by millions in Bangladesh and India). Here is how it works, broken down into simple concepts:

1. The Problem: The "One-Size-Fits-All" Mistake

Older security guards (AI models) were like bouncers who could only shout, "Hey, that's a threat!" or "Hey, that's hate!" But they couldn't handle a comment that was both.

  • The Reality: A single mean comment might insult someone's religion and threaten their safety and be spam.
  • The Flaw: Old models tried to pick just one label. If they picked "threat," they might miss the "hate speech" part, letting dangerous content slip through.
  • The Gap: Most of these guards were trained on English. The Bangla language is complex, and there weren't many smart guards trained to speak it fluently.

2. The Solution: A "Super-Brain" Team

The authors built a new system that acts like a two-person detective team working together.

Detective A: The "Context Master" (BanglaBERT)

Think of BanglaBERT as a librarian who has read every book in the Bangla library.

  • What it does: It understands the meaning and nuance of words. It knows that a word like "fire" can mean a literal fire, a cool car, or an insult, depending on the sentence.
  • The Metaphor: It's like a person who understands the vibe of a conversation. It reads the whole sentence at once to get the big picture.

Detective B: The "Story Tracker" (Stacked LSTM)

Think of LSTM (Long Short-Term Memory) as a person with a great memory for the order of events.

  • What it does: It remembers what was said before and after a specific word. In a sentence, the order matters. "You are a good person" is nice. "You are a person, good" is nonsense.
  • The Metaphor: It's like watching a movie scene-by-scene. It catches the flow of the story, which helps it spot when a sentence is slowly turning into a threat.

The Magic Fusion

The paper combines these two detectives.

  • BanglaBERT gives the system deep understanding of what the words mean.
  • The LSTM gives the system a sense of how the words flow together over time.
  • Result: They feed their findings into a final "Judge" (a classification layer) that can say, "This comment is 90% a threat, 80% hate speech, and 10% spam" all at the same time.

3. Handling the "Unfair Game" (Class Imbalance)

In the real world, there are way more "nice" comments than "mean" ones. It's like having 1,000 good apples and only 5 rotten ones. If you train a guard only on the good apples, they won't know what a rotten one looks like.

  • The Fix: The researchers used a technique called Oversampling. Imagine taking photos of the 5 rotten apples and making 100 copies of them so the guard sees them enough to learn what they look like. This balances the training so the AI doesn't ignore the rare but dangerous comments.

4. The Results: A New Champion

The team tested their new "Super-Brain" on a dataset of real social media comments.

  • The Score: It achieved 94.31% accuracy.
  • The Comparison: It beat the previous best models (the "old guards") by a small but significant margin.
  • The Proof: They didn't just test it once; they ran it through a "stress test" (5-fold cross-validation) to make sure it works consistently, not just by luck.

5. Making it Trustworthy (Explainable AI)

One of the coolest parts is that this system doesn't just give an answer; it explains why.

  • The Metaphor: Imagine the AI highlights the specific words in a comment that made it scream "Bully!" or "Threat!"
  • Why it matters: This is like a teacher showing their work on a math test. It helps humans trust the AI because they can see exactly which words triggered the alarm.

Summary

This paper is about building a smarter, bilingual security guard for the Bangla internet. By combining a "context expert" (who understands meaning) with a "story tracker" (who understands flow), and teaching it to spot multiple types of bullying at once, they created a system that is more accurate, fair, and trustworthy than anything that came before. It's a major step toward making online spaces safer for millions of Bangla speakers.

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 →