paper-with-me

Papers

Efficient, Uncertainty-based Moderation of Neural Networks Text Classifiers

2022-04-04 · Findings (ACL) 2022 5 · Jakob Smedegaard Andersen, Walid Maalej

To maximize the accuracy and increase the overall acceptance of text classifiers, we propose a framework for the efficient, in-operation moderation of classifiers' output. Our framework focuses on use cases in which F1-scores of modern Neural Networks classifiers (ca.~90%) are still inapplicable in practice. We suggest a semi-automated approach that uses prediction uncertainties to pass unconfident, probably incorrect classifications to human moderators. To minimize the workload, we limit the human moderated data to the point where the accuracy gains saturate and further human effort does not lead to substantial improvements. A series of benchmarking experiments based on three different datasets and three state-of-the-art classifiers show that our framework can improve the classification F1-scores by 5.1 to 11.2% (up to approx.~98 to 99%), while reducing the moderation load up to 73.3% compared to a random moderation.

📄 PDF Abstract BibTeX arXiv:2204.01334

Code (1)

jsandersen/cmt 공식 구현 tf

Tasks

Benchmarking

Similar Papers 제목 키워드 기반

Are you sure? Measuring models bias in content moderation through uncertainty

2025-09-21 · Alessandra Urbinati, Mirko Lai, Simona Frenda, Marco Antonio Stranisci arxiv

Automatic content moderation is crucial to ensuring safety in social media. Language Model-based classifiers are being increasingly adopted for this task, but it has been shown that they perpetuate racial and social bias…

LionGuard: Building a Contextualized Moderation Classifier to Tackle Localized Unsafe Content

2024-06-24 · Jessica Foo, Shaun Khoo

As large language models (LLMs) become increasingly prevalent in a wide variety of applications, concerns about the safety of their outputs have become more significant. Most efforts at safety-tuning or moderation today …

Exploring Inspiration Sets in a Data Programming Pipeline for Product Moderation

2021-08-01 · ACL (ECNLP) 2021 8 · Justine Winkler, Simon Brugman, Bas van Berkel, Martha Larson

We carry out a case study on the use of data programming to create data to train classifiers used for product moderation on a large e-commerce platform. Data programming is a recently-introduced technique that uses human…

Old Tricks, New Models: How Simple Image Transformations Break Modern AI-based Content Moderation

2026-07-30 · Marco Alecci, Francesco Marchiori, Iyiola Emmanuel Olatunji, Tegawendé F. Bissyandé 외 arxiv

While automated content-moderation systems have become essential for screening harmful content at scale, conventional task-specific classifiers often provide limited policy cov- erage and contextual understanding. Recent…

Watch Your Language: Investigating Content Moderation with Large Language Models

2023-09-25 · Deepak Kumar, Yousef AbuHashem, Zakir Durumeric

Large language models (LLMs) have exploded in popularity due to their ability to perform a wide array of natural language tasks. Text-based content moderation is one LLM use case that has received recent enthusiasm, howe…