paper-with-me

Papers

Tiny-Toxic-Detector: A compact transformer-based model for toxic content detection

2024-08-29 · Michiel Kamphuis

This paper presents Tiny-toxic-detector, a compact transformer-based model designed for toxic content detection. Despite having only 2.1 million parameters, Tiny-toxic-detector achieves competitive performance on benchmark datasets, with 90.97% accuracy on ToxiGen and 86.98% accuracy on the Jigsaw dataset, rivaling models over 50 times its size. This efficiency enables deployment in resource-constrained environments, addressing the need for effective content moderation tools that balance performance with computational efficiency. The model architecture features 4 transformer encoder layers, each with 2 attention heads, an embedding dimension of 64, and a feedforward dimension of 128. Trained on both public and private datasets, Tiny-toxic-detector demonstrates the potential of efficient, task-specific models for addressing online toxicity. The paper covers the model architecture, training process, performance benchmarks, and limitations, underscoring its suitability for applications such as social media monitoring and content moderation. By achieving results comparable to much larger models while significantly reducing computational demands, Tiny-toxic-detector represents progress toward more sustainable and scalable AI-driven content moderation solutions.

📄 PDF Abstract BibTeX arXiv:2409.02114

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Jigsaw Jigsaw is a self-supervision approach that relies on jigsaw-like puzzles as the pretext task in order to learn image representations.

Similar Papers 제목 키워드 기반

Fortifying Toxic Speech Detectors Against Veiled Toxicity

2020-10-07 · EMNLP 2020 11 · Xiaochuang Han, Yulia Tsvetkov

Modern toxic speech detectors are incompetent in recognizing disguised offensive language, such as adversarial attacks that deliberately avoid known toxic lexicons, or manifestations of implicit bias. Building a large an…

Efficient Detection of Toxic Prompts in Large Language Models

2024-08-21 · Yi Liu, Junzhe Yu, Huijia Sun, Ling Shi 외

Large language models (LLMs) like ChatGPT and Gemini have significantly advanced natural language processing, enabling various applications such as chatbots and automated content generation. However, these models can be …

Computational Efficiency

Toxicity Detection for Free

2024-05-29 · Zhanhao Hu, Julien Piet, Geng Zhao, Jiantao Jiao 외

Current LLMs are generally aligned to follow safety requirements and tend to refuse toxic prompts. However, LLMs can fail to refuse toxic prompts or be overcautious and refuse benign examples. In addition, state-of-the-a…

Towards Building a Robust Toxicity Predictor

2024-04-09 · Dmitriy Bespalov, Sourav Bhabesh, Yi Xiang, Liutong Zhou 외

Recent NLP literature pays little attention to the robustness of toxicity language predictors, while these systems are most likely to be used in adversarial contexts. This paper presents a novel adversarial attack, \text…

Adversarial Attack

"bot lane noob" Towards Deployment of NLP-based Toxicity Detectors in Video Games

2026-04-11 · Jonas Ave, Irdin Pekaric, Matthias Frohner, Giovanni Apruzzese arxiv

Toxicity and harassment are widespread in the video-gaming context. Especially in competitive online multiplayer scenarios, gamers oftentimes send harmful messages to other players (teammates or opponents) whose conseque…