paper-with-me

Papers

Exploring and Developing a Pre-Model Safeguard with Draft Models

2026-05-19 · Hongyu Cai, Arjun Arunasalam, Yiming Liang, Antonio Bianchi, Z. Berkay Celik arxiv

Large Language Model (LLM) alignment remains vulnerable to jailbreak attacks that elicit unsafe responses, motivating pre-model and post-model guards. Pre-model guards audit the safety of prompts before invoking target models. However, relying solely on the prompt often leads to high false-negative rates (i.e., jailbreak attacks go undetected). Post-model guards address this issue by auditing both the user prompt and the target model's response. However, they incur a high computational cost, including increased token usage and processing time, because they operate after target model inference. In this paper, we introduce a safeguard design that leverages the transferability of jailbreak attacks to enforce prompt safety before target model inference. We first conduct a systematic study of jailbreak transferability, particularly from LLMs to small language models (SLMs). Through these experiments, we identify key factors influencing transferability. Building on these insights, we observe that responses from smaller draft models reflect the safety implications of those from large target models; \ie given a jailbreak prompt constructed for an LLM, an SLM is likely to be triggered to generate an unaligned response. Based on this observation, our safeguard design leverages speculative inference with SLMs to generate a set of draft responses. It then feeds the original prompt and these drafts into existing guards to predict their safety. We demonstrate that this design reduces the false-negative rate of pre-model guards and offers a low \Efficiency alternative to post-model guards. \textcolor{red}{\bf Notice: This paper contains examples of harmful language.}

📄 PDF Abstract BibTeX arXiv:2605.19321

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Exploring EFL Secondary Students' AI-generated Text Editing While Composition Writing

2025-05-13 · David James Woo, Yangyang Yu, Kai Guo

Generative Artificial Intelligence is transforming how English as a foreign language students write. Still, little is known about how students manipulate text generated by generative AI during the writing process. This s…

Exploring and Improving Drafts in Blockwise Parallel Decoding

2024-04-14 · Taehyeon Kim, Ananda Theertha Suresh, Kishore Papineni, Michael Riley 외

Despite the remarkable strides made by autoregressive language models, their potential is often hampered by the slow inference speeds inherent in sequential token generation. Blockwise parallel decoding (BPD) was propose…

The Disruptive Impact of Large Language Models on Capture the Flag Competitions and the Path Toward Fair Play

2026-07-28 · Michael Macaulay, Harmony Bouabid, Guo Gen Ang, Sasha Shaw arxiv

Capture the Flag (CTF) competitions are among cybersecurity's most effective training grounds, developing practical skill across cryptography, web exploitation, and binary exploitation. Large language models (LLMs) can n…

Provably Safe Reinforcement Learning from Analytic Gradients

2025-06-02 · Tim Walter, Hannah Markgraf, Jonathan Külz, Matthias Althoff

Deploying autonomous robots in safety-critical applications requires safety guarantees. Provably safe reinforcement learning is an active field of research which aims to provide such guarantees using safeguards. These sa…

reinforcement-learningReinforcement LearningSafe Reinforcement Learning

Building Guardrails for Large Language Models

2024-02-02 · Yi Dong, Ronghui Mu, Gaojie Jin, Yi Qi 외

As Large Language Models (LLMs) become more integrated into our daily lives, it is crucial to identify and mitigate their risks, especially when the risks can have profound impacts on human users and societies. Guardrail…