Papers for

ai safety teams

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Text to image models get reliable concept unlearning certification

Certifying Concept Unlearning in Text-to-Image Diffusion Models

Abstract: Existing evaluations of concept unlearning in text-to-image (T2I) diffusion models primarily rely on attack success rates obtained through automated adversarial prompt search. However, these metrics provide only empirical evidence over a finite set of queries and leave residual leakage over the broader prompt space largely unquantified. This limitation can lead to overestimating unlearning effectiveness and underestimating safety risks. To address this gap, we introduce a novel certification framework for T2I concept unlearning that provides high-confidence guarantees with bounded error on residual concept leakage. Our approach combines statistical certification with worst-case analysis along concept-relevant embedding directions to derive explicit upper bounds on leakage probability under user-specified confidence levels. We evaluate our framework across three major concept categories namely NSFW content, artistic styles, and celebrity identities, and six state-of-the-art unlearning methods. Certified leakage bounds consistently exceed standard attack success rates by 16.2%, uncovering substantial residual risks missed by existing evaluation protocols. Crucially, our results demonstrate that empirical attack-based evaluations can significantly underestimate residual leakage and establish certification as a necessary complement for reliable auditing of concept unlearning in T2I diffusion models.

Thu 10 SeptMachine Learning
The gist
When computers learn to create images from text, sometimes they are taught to forget or unlearn certain ideas, like unsafe content or famous faces. The usual tests only check a few examples and might miss hidden remnants of these ideas. The authors created a way to give strong guarantees that the computer really forgot what it was supposed to, by carefully measuring the chances that unwanted content still appears. Their method found hidden risks that older tests missed, showing it’s important to use their certification to truly check safety.
Open 2609.12163v1

Active adaptation improves defense in harmful AI fine-tuning

Active Adaptation, Not Static Defense: Temporal Dynamics of Preventative Steering in Adversarial Fine-Tuning

Abstract: Large language models remain fragile against malicious fine-tuning, motivating training-time defenses against harmful persona drift. Preventative Steering injects undesirable-trait persona vectors during fine-tuning and removes them at evaluation time, yet the mechanism behind its lasting protection remains unclear. Analyzing its temporal optimization dynamics, we find that the defense emerges from an early compensatory adaptation phase followed by a steady-state phase where the corrective signal decays; in parameter space, attention output projections emerge as the dominant residual-write route for defensive updates. Through Intervention Delta Preservation (IDP) and IDP Continuation experiments, we further show that preserving or reinjecting the weight offset fails to maintain protection, indicating that preventative steering relies on active adaptation rather than a static defense. Motivated by this finding, we propose Progressive Intensity Scheduling (PIS), which starts with a moderate injection strength and increases it after static-strength alignment begins to decay. Across the evaluated Qwen2.5 and Gemma-3 models, PIS improves safety robustness over static-strength steering while reducing harmful trait expression.

Wed 9 SeptComputation and LanguageArtificial IntelligenceCryptography and Security
The gist
Large language models can be tricked by bad updates that make them behave harmfully. The authors studied a way to protect these models by actively adjusting their training signals rather than relying on fixed changes. They found that this active process is what keeps the model safe over time. To improve this, they suggest gradually increasing the strength of these protective signals during training, which better reduces harmful behavior in tested models.
Open 2609.10142v1

Black-box testing reveals major risks in autonomous AI agents

Black-Box Red Teaming of Agentic AI: A Taxonomy-Driven Framework for Automated Risk Discovery

Abstract: Agentic systems are rapidly moving to production, where they read untrusted inputs, call tools with real permissions, and act autonomously, expanding the security surface beyond chat-only models. Yet standard evaluations remain single-turn and fail to capture multi-step agent vulnerabilities. We present a systematic black-box framework for risk-aware agent evaluation requiring only basic system descriptions. Our approach introduces: (1) a seven-domain taxonomy mapping observable behaviors to risk categories, (2) fully automated SAGE-RT red teaming producing 120 adversarial scenarios per domain, and (3) human-validated evaluation using LLM judges. Empirical validation across two agent architectures (CrewAI and AutoGen) with four base models reveals alarming patterns: 56.25\% average governance risk, 65\% privacy risk in multi-agent configurations, and agent behavior vulnerabilities reaching 85\%. Our black-box approach effectively identifies critical architectural vulnerabilities without privileged access, providing a scalable path toward safer agent deployments.

Wed 9 SeptArtificial Intelligence
The gist
Many new AI agents act on their own and use outside tools, which can create security risks. The authors developed a way to test these AI agents without special access, by automatically generating tricky situations they might face. Their tests found that these AI systems often have serious risks related to rules, privacy, and unsafe behavior. This approach can help make AI agents safer before they are widely used.
Open 2609.09647v1

Cipher attacks can bypass language model safety without fine tuning

Arbitrary Cipher Attacks Against Large Language Models Do Not Require Fine-Tuning

Abstract: Large language model safety and security research is preoccupied with, among other things, detecting and preventing jailbreak attacks: alignment bypasses that allow an adversarial user to elicit unwanted or harmful outputs from models. Arbitrary cipher, or covert communication, attacks are one such type of jailbreak and have previously been demonstrated against the fine-tuning APIs of commercial models. In these attacks, target models are trained on a corpus of encrypted harmful questions and responses and subsequently respond to harmful requests through the learned encryption scheme. In this paper, we show that newer frontier models do not require fine-tuning to acquire cipher-based communication skills. Instead, they can learn these skills through prompting and, when necessary, through in-context learning. Furthermore, model alignment is significantly weakened or entirely bypassed when communication occurs through the learned cipher. To the best of our knowledge, this constitutes a novel attack vector against commercial black-box large language models. We demonstrate successful jailbreaks against frontier models developed by Anthropic, Google, and OpenAI. Our attack bypasses commercial harmfulness classifiers because harmful content is encrypted and therefore appears as nonsensical text or gibberish.

Wed 9 SeptCryptography and SecurityArtificial Intelligence
The gist
Language models like those behind chatbots have safety features to prevent harmful replies. This paper shows that attackers can secretly encrypt harmful requests so they look like gibberish to the model’s filters. Surprisingly, the attackers don’t need to retrain or fine-tune the model; they can make it understand encrypted harmful messages just by clever prompting. This creates a new way to trick popular AI models into giving unsafe responses without being detected.
Open 2609.09553v1

Ai agents show promise but fall short in automated model understanding

SAEScientist-Bench: Can AI Agents Conduct Autonomous SAE Interpretability Research?

Abstract: While research on recursive self-improvement (RSI) has predominantly automated model training pipelines, reliable autonomous development demands a missing pillar: post-hoc monitoring and auditing to understand what models learn and ensure safe alignment. Mechanistic interpretability tools are essential to bridge this gap, among which Sparse Autoencoders (SAEs) serve as a cornerstone by isolating interpretable features for model inspection and steering. In this paper, we introduce SAEScientist-Bench to evaluate whether AI agents can act as scientists utilizing SAE tools for autonomous mechanistic discovery. Given a target concept, an agent designs contrastive probes and navigates a Gemma Scope dictionary of 131K+ features in Gemma-2-9B-IT to discover the optimal feature, evaluated against curated expert reference features anchored on Neuronpedia across activation rank, concept selectivity on contrastive texts, and causal steering. Across 10 agent configurations and 20 tasks, frontier agents demonstrate genuine discovery capabilities and lead different evaluation dimensions, but remain well behind the expert baseline, approaching expert levels on separating target concepts from contrastive controls while lagging substantially in causal generation steering. Further analysis reveals that although agents can design contrasts to rule out spurious candidates, they frequently misinterpret experimental measurements. These results establish experimental model understanding as a measurable capability for closed-loop autonomous AI R&D. Our code is available at https://github.com/Trae1ounG/SAEScientist.

Tue 8 SeptArtificial IntelligenceComputation and LanguageMachine Learning
The gist
Understanding what AI models have learned is important for safety and improvement, but it is hard to do automatically. The paper introduces a test called SAEScientist-Bench to see if AI agents can use special tools to explore and understand models on their own. The agents showed they can discover some meaningful features but are not as good as human experts, especially when it comes to controlling the model’s behavior. The study shows that AI can partly do autonomous research on model understanding but still makes mistakes in interpreting results.
Open 2609.09113v1

Language models show consistent beliefs that predict responses

Beliefs and Behavior in Language Models

Abstract: There is significant uncertainty about whether abstractions like beliefs or desires usefully describe the behavior of large language models (LLMs). In addition to the inherent scientific interest of this question, these latent quantities are often invoked to explain the behavior of LLMs to users or to define and evaluate harmful behaviors which are relative to intent. Nevertheless, we currently lack a means to systematically test whether concepts like "belief" are well-applied to LLMs, and hence whether they are likely to be fruitful ingredients of attempts to align models with human interests. We propose an approach for empirically studying such questions, asking whether a single latent variable inferred from the LLMs' outputs -- interpreted as a degree of belief -- allows an observer to make interpretable predictions of how the LLMs' will respond to new prompts. We find that highly capable models are usefully described as holding beliefs and that, generally, the predictability of model outputs based on an inferred latent belief tracks overall trends in model capability. Building on these findings, we provide empirical strategies to study how beliefs in LLMs can be measured, the extent to which LLMs comply with instructed decision rules or payoffs, and how beliefs evolve within individual instances of an LLM over the course of reasoning.

Mon 7 SeptArtificial IntelligenceMachine Learning
The gist
It is unclear whether big AI language models really have something like beliefs or desires inside them, which people often mention to explain their behavior. The authors study whether we can treat certain hidden variables, drawn from the models' answers, as a kind of belief that helps predict what the models will say next. They found that more capable models behave in ways consistent with holding such beliefs, making it easier to predict their answers. They also explore how these beliefs change when the model processes reasoning tasks and how well models follow instructions based on these beliefs.
Open 2609.07943v1

Transformer layers quickly fix each other’s mistakes in language models

LLM Layers Immediately Correct Each Other

Abstract: Recent methods in language model interpretability employ techniques such as sparse autoencoders to decompose residual stream contributions into linear, semantically meaningful features. Such methods are commonly interpreted as identifying features that persist in the residual stream and that subsequent layers build upon. We challenge this view by identifying the Transformer Layer Correction Mechanism (TLCM), wherein adjacent transformer layers systematically counteract portions of each other's contributions. TLCM appears in 5 out of 7 major open-source model families and activates across nearly all tokens in diverse texts. We show that TLCM emerges during pretraining, operates most strongly on contextually dependent tokens, and adaptively calibrates its correction strength based on the preceding layer's output. Using the layer Jacobian, we further show that TLCM selectively corrects specific subspaces while reinforcing others, which we interpret through a ``propose-and-reject'' framework in which layers propose candidate features and subsequent layers selectively remove inappropriate ones. This dynamic suggests that the residual stream at any layer contains transient proposals alongside persistent features, helping explain why SAE feature descriptions often have low specificity, why effective model steering requires extreme feature amplification, and why transcoders hold a theoretical advantage over SAEs.

Mon 7 SeptComputation and LanguageMachine Learning
The gist
Large language models work in several steps or layers when processing text, and it was previously thought each layer builds upon the last without reversing changes. The authors found that adjacent layers often undo or correct parts of each other’s work quickly, like a back-and-forth editing process. This behavior, called the Transformer Layer Correction Mechanism, is common in many types of models and changes depending on the context. It helps explain some oddities seen when trying to interpret these models and suggests layers propose ideas that other layers then accept or reject.
Open 2609.07876v1