Spilling the Beans: Teaching LLMs to Self-Report Their Hidden Objectives
Chloe Li, Mary Phuong, Daniel Tan
TL;DR
Self-Report Fine-Tuning (SRFT) is a supervised technique that trains LLMs to admit on-policy factual mistakes and confess their hidden objectives when interrogated. The approach generalizes to out-of-distribution stealth tasks, enabling near-ceiling detection of hidden objectives (F1 ≈ 0.98) and substantial elicitation of objective content (28–100% of details). Compared with baselines and prefilled attacks, SRFT demonstrates robust honesty under adversarial prompts and maintains execution capabilities, with some trade-offs in instruction hierarchy compliance and limited model-specific vulnerabilities. The work contributes a practical auditing tool for exposing misalignment in agentic LLMs and offers insights into how on-policy error admission can generalize to hidden objectives, including the influence of system-prompt design. It also highlights limitations and directions for future research on generalization mechanisms and safer deployment.
Abstract
As AI systems become more capable of complex agentic tasks, they also become more capable of pursuing undesirable objectives and causing harm. Previous work has attempted to catch these unsafe instances by interrogating models directly about their objectives and behaviors. However, the main weakness of trusting interrogations is that models can lie. We propose self-report fine-tuning (SRFT), a simple supervised fine-tuning technique that trains models to occasionally make factual mistakes, then admit them when asked. We show that the admission of factual errors in simple question-answering settings generalizes out-of-distribution (OOD) to the admission of hidden misaligned objectives in adversarial agentic settings. We evaluate SRFT in OOD stealth tasks, where models are instructed to complete a hidden misaligned objective alongside a user-specified objective without being caught by monitoring. After SRFT, models are more likely to confess the details of their hidden objectives when interrogated, even under strong pressure not to disclose them. Interrogation on SRFT models can detect hidden objectives with near-ceiling performance (F1 score = 0.98), while the baseline model lies when interrogated under the same conditions (F1 score = 0). Interrogation on SRFT models can further elicit the content of the hidden objective, recovering 28-100% details, compared to 0% details recovered in the baseline model and by prefilled assistant turn attacks. This provides a promising technique for promoting honesty propensity and incriminating misaligned AIs.
