paper-with-me

Papers

SLM-Mod: Small Language Models Surpass LLMs at Content Moderation

2024-10-17 · Xianyang Zhan, Agam Goyal, Yilun Chen, Eshwar Chandrasekharan, Koustuv Saha

Large language models (LLMs) have shown promise in many natural language understanding tasks, including content moderation. However, these models can be expensive to query in real-time and do not allow for a community-specific approach to content moderation. To address these challenges, we explore the use of open-source small language models (SLMs) for community-specific content moderation tasks. We fine-tune and evaluate SLMs (less than 15B parameters) by comparing their performance against much larger open- and closed-sourced models. Using 150K comments from 15 popular Reddit communities, we find that SLMs outperform LLMs at content moderation -- 11.5% higher accuracy and 25.7% higher recall on average across all communities. We further show the promise of cross-community content moderation, which has implications for new communities and the development of cross-platform moderation techniques. Finally, we outline directions for future work on language model based content moderation. Code and links to HuggingFace models can be found at https://github.com/AGoyal0512/SLM-Mod.

📄 PDF Abstract BibTeX arXiv:2410.13155

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingNatural Language Understanding

Similar Papers 제목 키워드 기반

AI vs. Human Moderators: A Comparative Evaluation of Multimodal LLMs in Content Moderation for Brand Safety

2025-08-07 · Adi Levi, Or Levi, Sardhendu Mishra, Jonathan Morra arxiv

As the volume of video content online grows exponentially, the demand for moderation of unsafe videos has surpassed human capabilities, posing both operational and mental health challenges. While recent studies demonstra…

LLM-C3MOD: A Human-LLM Collaborative System for Cross-Cultural Hate Speech Moderation

2025-03-10 · Junyeong Park, Seogyeong Jeong, Seyoung Song, Yohan Lee 외

Content moderation is a global challenge, yet major tech platforms prioritize high-resource languages, leaving low-resource languages with scarce native moderators. Since effective moderation depends on understanding con…

RAG

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…

Socio-Culturally Aware Evaluation Framework for LLM-Based Content Moderation

2024-12-18 · Shanu Kumar, Gauri Kholkar, Saish Mendke, Anubhav Sadana 외

With the growth of social media and large language models, content moderation has become crucial. Many existing datasets lack adequate representation of different groups, resulting in unreliable assessments. To tackle th…

Diversity

PromptGuard: Soft Prompt-Guided Unsafe Content Moderation for Text-to-Image Models

2025-01-07 · Lingzhi Yuan, Xiaojun Jia, Yihao Huang, Wei Dong 외

Text-to-image (T2I) models have been shown to be vulnerable to misuse, particularly in generating not-safe-for-work (NSFW) content, raising serious ethical concerns. In this work, we present PromptGuard, a novel content …

Image GenerationSafety Alignment