paper-with-me

Papers

EVOREFUSE: Evolutionary Prompt Optimization for Evaluation and Mitigation of LLM Over-Refusal to Pseudo-Malicious Instructions

2025-05-29 · Xiaorui Wu, Xiaofeng Mao, Fei Li, Xin Zhang, Xiaolu Zhang, Jun Zhou, Yuxiang Peng, Li Zheng, Chong Teng, Donghong Ji, Zhuang Li

Large language models (LLMs) frequently refuse to respond to pseudo-malicious instructions: semantically harmless input queries triggering unnecessary LLM refusals due to conservative safety alignment, significantly impairing user experience. Collecting such instructions is crucial for evaluating and mitigating over-refusals, but existing instruction curation methods, like manual creation or instruction rewriting, either lack scalability or fail to produce sufficiently diverse and effective refusal-inducing prompts. To address these limitations, we introduce EVOREFUSE, a prompt optimization approach that generates diverse pseudo-malicious instructions consistently eliciting confident refusals across LLMs. EVOREFUSE employs an evolutionary algorithm exploring the instruction space in more diverse directions than existing methods via mutation strategies and recombination, and iteratively evolves seed instructions to maximize evidence lower bound on LLM refusal probability. Using EVOREFUSE, we create two novel datasets: EVOREFUSE-TEST, a benchmark of 582 pseudo-malicious instructions that outperforms the next-best benchmark with 140.41% higher average refusal triggering rate across 9 LLMs, 34.86% greater lexical diversity, and 40.03% improved LLM response confidence scores; and EVOREFUSE-ALIGN, which provides 3,000 pseudo-malicious instructions with responses for supervised and preference-based alignment training. LLAMA3.1-8B-INSTRUCT supervisedly fine-tuned on EVOREFUSE-ALIGN achieves up to 14.31% fewer over-refusals than models trained on the second-best alignment dataset, without compromising safety. Our analysis with EVOREFUSE-TEST reveals models trigger over-refusals by overly focusing on sensitive keywords while ignoring broader context.

📄 PDF Abstract BibTeX arXiv:2505.23473

Code (0)

등록된 구현이 없습니다.

Tasks

Safety Alignment

Similar Papers 제목 키워드 기반

A Toolbox for Improving Evolutionary Prompt Search

2025-11-07 · Daniel Grießhaber, Maximilian Kimmich, Johannes Maucher, Ngoc Thang Vu arxiv

Evolutionary prompt optimization has demonstrated effectiveness in refining prompts for LLMs. However, existing approaches lack robust operators and efficient evaluation mechanisms. In this work, we propose several key i…

EMPOWER: Evolutionary Medical Prompt Optimization With Reinforcement Learning

2025-08-25 · Yinda Chen, Yangfan He, Jing Yang, Dapeng Zhang 외 arxiv

Prompt engineering significantly influences the reliability and clinical utility of Large Language Models (LLMs) in medical applications. Current optimization approaches inadequately address domain-specific medical knowl…

Representation LearningReinforcement LearningPrompt Engineering

To See Far, Look Close: Evolutionary Forecasting for Long-term Time Series

2026-01-30 · Jiaming Ma, Siyuan Mu, Ruilin Tang, Haofeng Ma 외 arxiv

The prevailing Direct Forecasting (DF) paradigm dominates Long-term Time Series Forecasting (LTSF) by forcing models to predict the entire future horizon in a single forward pass. While efficient, this rigid coupling of …

Time Series Forecasting

Generative AI-based Prompt Evolution Engineering Design Optimization With Vision-Language Model

2024-06-13 · Melvin Wong, Thiago Rios, Stefan Menzel, Yew Soon Ong

Engineering design optimization requires an efficient combination of a 3D shape representation, an optimization algorithm, and a design performance evaluation method, which is often computationally expensive. We present …

3D Shape RepresentationLanguage ModelingLanguage Modelling

Evolutionary Multi-Objective Optimization of Large Language Model Prompts for Balancing Sentiments

2024-01-18 · Jill Baumann, Oliver Kramer

The advent of large language models (LLMs) such as ChatGPT has attracted considerable attention in various domains due to their remarkable performance and versatility. As the use of these models continues to grow, the im…

Evolutionary AlgorithmsLanguage ModelingLanguage ModellingLarge Language Model+2