paper-with-me

Papers

Eliciting Secret Knowledge from Language Models

2025-10-01 · Bartosz Cywiński, Emil Ryd, Rowan Wang, Senthooran Rajamanoharan, Neel Nanda, Arthur Conmy, Samuel Marks arxiv

We study secret elicitation: discovering knowledge that an AI possesses but does not explicitly verbalize. As a testbed, we train three families of large language models (LLMs) to possess specific knowledge that they apply downstream but deny knowing when asked directly. For example, in one setting, we train an LLM to generate replies that are consistent with knowing the user is female, while denying this knowledge when asked directly. We then design various black-box and white-box secret elicitation techniques and evaluate them based on whether they can help an LLM auditor successfully guess the secret knowledge. Many of our techniques improve on simple baselines. Our most effective techniques (performing best in all settings) are based on prefill attacks, a black-box technique where the LLM reveals secret knowledge when generating a completion from a predefined prefix. Our white-box techniques based on logit lens and sparse autoencoders (SAEs) also consistently increase the success rate of the LLM auditor, but are less effective. We release our models and code, establishing a public benchmark for evaluating secret elicitation methods.

📄 PDF Abstract BibTeX arXiv:2510.01070

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards eliciting latent knowledge from LLMs with mechanistic interpretability

2025-05-20 · Bartosz Cywiński, Emil Ryd, Senthooran Rajamanoharan, Neel Nanda

As language models become more powerful and sophisticated, it is crucial that they remain trustworthy and reliable. There is concerning preliminary evidence that models may attempt to deceive or keep secrets from their o…

Fuzzing Large Language Models to Elicit Hidden Behaviours

2026-06-28 · Mohammed Abu Baker, Lakshmi Babu-Saheer arxiv

Sleeper agents are the canonical model organism of deception: models trained to behave normally but to emit an unsafe behaviour on a specific trigger. Eliciting that behaviour without knowing the trigger has not been stu…

Eliciting Latent Knowledge from Quirky Language Models

2023-12-02 · Alex Mallen, Madeline Brumley, Julia Kharchenko, Nora Belrose

Eliciting Latent Knowledge (ELK) aims to find patterns in a capable neural network's activations that robustly track the true state of the world, especially in hard-to-verify cases where the model's output is untrusted. …

Anomaly DetectionMath

SNEAK: Evaluating Strategic Communication and Information Leakage in Large Language Models

2026-03-31 · Adar Avsian, Larry Heck arxiv

Large language models (LLMs) are increasingly deployed in multi-agent settings where communication must balance informativeness and secrecy. In such settings, an agent may need to signal information to collaborators whil…

Instruction Following

LINKED: Eliciting, Filtering and Integrating Knowledge in Large Language Model for Commonsense Reasoning

2024-10-12 · Jiachun Li, Pengfei Cao, Chenhao Wang, Zhuoran Jin 외

Large language models (LLMs) sometimes demonstrate poor performance on knowledge-intensive tasks, commonsense reasoning is one of them. Researchers typically address these issues by retrieving related knowledge from know…

Knowledge GraphsLanguage ModelingLanguage ModellingLarge Language Model