paper-with-me

Papers

Stress-Testing Capability Elicitation With Password-Locked Models

2024-05-29 · Ryan Greenblatt, Fabien Roger, Dmitrii Krasheninnikov, David Krueger

To determine the safety of large language models (LLMs), AI developers must be able to assess their dangerous capabilities. But simple prompting strategies often fail to elicit an LLM's full capabilities. One way to elicit capabilities more robustly is to fine-tune the LLM to complete the task. In this paper, we investigate the conditions under which fine-tuning-based elicitation suffices to elicit capabilities. To do this, we introduce password-locked models, LLMs fine-tuned such that some of their capabilities are deliberately hidden. Specifically, these LLMs are trained to exhibit these capabilities only when a password is present in the prompt, and to imitate a much weaker LLM otherwise. Password-locked models enable a novel method of evaluating capabilities elicitation methods, by testing whether these password-locked capabilities can be elicited without using the password. We find that a few high-quality demonstrations are often sufficient to fully elicit password-locked capabilities. More surprisingly, fine-tuning can elicit other capabilities that have been locked using the same password, or even different passwords. Furthermore, when only evaluations, and not demonstrations, are available, approaches like reinforcement learning are still often able to elicit capabilities. Overall, our findings suggest that fine-tuning is an effective method of eliciting hidden capabilities of current models, but may be unreliable when high-quality demonstrations are not available, e.g. as may be the case when models' (hidden) capabilities exceed those of human demonstrators.

📄 PDF Abstract BibTeX arXiv:2405.19550

Code (1)

FabienRoger/sandbagging 공식 구현

Similar Papers 제목 키워드 기반

The Elicitation Game: Evaluating Capability Elicitation Techniques

2025-02-04 · Felix Hofstätter, Teun van der Weij, Jayden Teoh, Henning Bartsch 외

Capability evaluations are required to understand and regulate AI systems that may be deployed or further developed. Therefore, it is important that evaluations provide an accurate estimation of an AI system's capabiliti…

Code Generation

LLM-Guided Prompt Evolution for Password Guessing

2026-04-14 · Vladimir A. Mazin, Mikhail A. Zorin, Dmitrii S. Korzh, Elvir Z. Karimov 외 arxiv

Passwords still remain a dominant authentication method, yet their security is routinely subverted by predictable user choices and large-scale credential leaks. Automated password guessing is a key tool for stress-testin…

AI Sandbagging: Language Models can Strategically Underperform on Evaluations

2024-06-11 · Teun van der Weij, Felix Hofstätter, Ollie Jaffe, Samuel F. Brown 외

Trustworthy capability evaluations are crucial for ensuring the safety of AI systems, and are becoming a key component of AI regulation. However, the developers of an AI system, or the AI system itself, may have incentiv…

Mechanistically Eliciting Latent Behaviors in Language Models

2026-06-28 · Andrew Mack, Nina Panickssery, Alexander Matt Turner arxiv

We aim to discover diverse, generalizable perturbations of LLM internals that can surface hidden behavioral modes. Such perturbations could help reshape model behavior and systematically evaluate potential risks. We intr…

Three Concrete Challenges and Two Hopes for the Safety of Unsupervised Elicitation

2026-02-23 · Callum Canavan, Aditya Shrivastava, Allison Qi, Jonathan Michala 외 arxiv

To steer language models towards truthful outputs on tasks which are beyond human capability, previous work has suggested training models on easy tasks to steer them on harder ones (easy-to-hard generalization), or using…