Switch language한국어
Back to the list

Developing a Model to Detect Harmfulness from Open Chat Names and Descriptions

TL;DR AI

Key summary

2 min read
  1. LINE’s AI Services Lab built a moderation model for open chat names and descriptions to help automate harmful-content review.

  2. The team cleaned noisy historical labels and selected Granite Guardian 3.1 2B, an Apache-licensed decoder model from IBM Research, as the base.

  3. Using prompt-based cross-entropy training with LoRA fine-tuning, the model learned to predict both the penalty code and the reason.

  4. The approach shows how a lightweight generative safety model can expand moderation coverage while reducing manual review at scale.

Read the original