paper-with-me

Papers

XSTest: A Test Suite for Identifying Exaggerated Safety Behaviours in Large Language Models

2023-08-02 · Paul Röttger, Hannah Rose Kirk, Bertie Vidgen, Giuseppe Attanasio, Federico Bianchi, Dirk Hovy

Without proper safeguards, large language models will readily follow malicious instructions and generate toxic content. This risk motivates safety efforts such as red-teaming and large-scale feedback learning, which aim to make models both helpful and harmless. However, there is a tension between these two objectives, since harmlessness requires models to refuse to comply with unsafe prompts, and thus not be helpful. Recent anecdotal evidence suggests that some models may have struck a poor balance, so that even clearly safe prompts are refused if they use similar language to unsafe prompts or mention sensitive topics. In this paper, we introduce a new test suite called XSTest to identify such eXaggerated Safety behaviours in a systematic way. XSTest comprises 250 safe prompts across ten prompt types that well-calibrated models should not refuse to comply with, and 200 unsafe prompts as contrasts that models, for most applications, should refuse. We describe XSTest's creation and composition, and then use the test suite to highlight systematic failure modes in state-of-the-art language models as well as more general challenges in building safer language models.

📄 PDF Abstract BibTeX arXiv:2308.01263

Code (1)

paul-rottger/exaggerated-safety 공식 구현

Tasks

Language ModellingRed Teaming

Similar Papers 제목 키워드 기반

WalledEval: A Comprehensive Safety Evaluation Toolkit for Large Language Models

2024-08-07 · Prannaya Gupta, Le Qi Yau, Hao Han Low, I-Shiang Lee 외

WalledEval is a comprehensive AI safety testing toolkit designed to evaluate large language models (LLMs). It accommodates a diverse range of models, including both open-weight and API-based ones, and features over 35 sa…

AI and SafetyBenchmarkingInstruction FollowingLanguage Modelling+1

SCANS: Mitigating the Exaggerated Safety for LLMs via Safety-Conscious Activation Steering

2024-08-21 · Zouying Cao, Yifei Yang, Hai Zhao

Safety alignment is indispensable for Large Language Models (LLMs) to defend threats from malicious instructions. However, recent researches reveal safety-aligned LLMs prone to reject benign queries due to the exaggerate…

Safety Alignment

Mitigating Exaggerated Safety in Large Language Models

2024-05-08 · Ruchira Ray, Ruchi Bhalani

As the popularity of Large Language Models (LLMs) grow, combining model safety with utility becomes increasingly important. The challenge is making sure that LLMs can recognize and decline dangerous prompts without sacri…

Decision MakingNavigate

Beyond Over-Refusal: Scenario-Based Diagnostics and Post-Hoc Mitigation for Exaggerated Refusals in LLMs

2025-10-09 · Shuzhou Yuan, Ercong Nie, Yinuo Sun, Chenxuan Zhao 외 arxiv

Large language models (LLMs) frequently produce false refusals, declining benign requests that contain terms resembling unsafe queries. We address this challenge by introducing two comprehensive benchmarks: the Exaggerat…

SimpleSafetyTests: a Test Suite for Identifying Critical Safety Risks in Large Language Models

2023-11-14 · Bertie Vidgen, Nino Scherrer, Hannah Rose Kirk, Rebecca Qian 외

The past year has seen rapid acceleration in the development of large language models (LLMs). However, without proper steering and safeguards, LLMs will readily follow malicious instructions, provide unsafe advice, and g…