paper-with-me

Papers

Opir: Efficient Multi-Task Safety Classification for Toxicity, Jailbreaks, Hate Speech, and Harmful Content

2026-05-28 · Ihor Stepanov, Aleksandr Smechov arxiv

Real-time safety filtering for large language model (LLM) applications requires classifiers that can detect unsafe prompts, toxic language, jailbreak attempts, and unsafe responses without the cost profile of large guardrail models, and that can distinguish benign sensitive text from genuinely covert harmful content. In this paper, we introduce Opir, a family of encoder-based guardrail models built on the GLiClass architecture. Opir includes multi-task models for binary safe/unsafe classification, multi-label toxicity classification, jailbreak classification, and zero-shot unsafe prompt and response categorization. We also release edge variants with fewer than 100M parameters dedicated to binary safe/unsafe categorization. The models are trained on a three-level taxonomy containing 996 categories across 16 top-level labels, 126 mid-level labels, and 854 leaf labels. Opir's training data combines taxonomy-grounded unsafe prompts, adversarially mined hard negatives, benign safety-preserving examples, generated response examples, multilingual translations, and portions of the Aegis2 and WildGuard training subsets. We also open-sourced an evaluation harness that supports GLiClass and GLiNER2 backends as well as decoder-based models, and covers binary safety classification, multi-label categorization, toxicity, jailbreak detection, prompt safety, response safety, response refusal, and prompt subcategory views across public benchmark families. Across an expanded comparison spanning 12 safety-classification tasks and 17 category tasks against eight contemporary guardrail systems -- including both GLiNER2-based and generative guardrail models -- Opir variants are competitive on or ahead of the strongest open-weight baselines on the majority of benchmark datasets while operating with a substantially smaller deployment footprint.

📄 PDF Abstract BibTeX arXiv:2605.29659

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Versatile and Fast Location-Based Private Information Retrieval with Fully Homomorphic Encryption over the Torus

2025-06-15 · Joon Soo Yoo, TaeHo Kim, Ji Won Yoon

Location-based services often require users to share sensitive locational data, raising privacy concerns due to potential misuse or exploitation by untrusted servers. In response, we present VeLoPIR, a versatile location…

CPUGPUInformation Retrieval

Beyond Toxic: Toxicity Detection Datasets are Not Enough for Brand Safety

2023-03-27 · Elizaveta Korotkova, Isaac Kwan Yin Chung

The rapid growth in user generated content on social media has resulted in a significant rise in demand for automated content moderation. Various methods and frameworks have been proposed for the tasks of hate speech det…

Binary ClassificationClassificationHate Speech Detectiontext-classification+2

A Survey of Toxicity Detection and Mitigation Strategies for Multilingual Language Models

2026-06-24 · Soham Dan, Himanshu Beniwal, Thomas Hartvigsen arxiv

Large language models (LLMs) are increasingly deployed across languages, but their safety behavior remains uneven across linguistic and cultural contexts. This survey synthesizes work on toxicity detection and detoxifica…

LifeTox: Unveiling Implicit Toxicity in Life Advice

2023-11-16 · Minbeom Kim, Jahyun Koo, Hwanhee Lee, Joonsuk Park 외

As large language models become increasingly integrated into daily life, detecting implicit toxicity across diverse contexts is crucial. To this end, we introduce LifeTox, a dataset designed for identifying implicit toxi…

Benchmarking Llama2, Mistral, Gemma and GPT for Factuality, Toxicity, Bias and Propensity for Hallucinations

2024-04-15 · David Nadeau, Mike Kroutikov, Karen McNeil, Simon Baribeau

This paper introduces fourteen novel datasets for the evaluation of Large Language Models' safety in the context of enterprise tasks. A method was devised to evaluate a model's safety, as determined by its ability to fol…

BenchmarkingBias DetectionDialogue Safety PredictionHallucination