← Search

Dmitrii Krasheninnikov

6 accepted papers

2026

Fresh in memory: Training-order recency is linearly encoded in language model activations

ICLR 2026poster

We show that language models’ activations linearly encode when information was learned during training. Our setup involves creating a model with a known training order by sequentially fine-tuning Llama-3.2-1B on six disjoint but otherwise similar datasets about named entities. We find that the avera…

Cited by 0SourceScholar
2025

Detecting High-Stakes Interactions with Activation Probes

NeurIPS 2025poster

Monitoring is an important aspect of safely deploying Large Language Models (LLMs). This paper examines activation probes for detecting ``high-stakes'' interactions---where the text indicates that the interaction might lead to significant harm---as a critical, yet underexplored, target for such moni…

Cited by 0SourcecodeScholar
2024

Implicit meta-learning may lead language models to trust more reliable sources

ICML 2024poster

We demonstrate that large language models (LLMs) may learn indicators of document usefulness and modulate their updates accordingly. We introduce random strings ("tags") as indicators of usefulness in a synthetic fine-tuning dataset. Fine-tuning on this dataset leads to **implicit meta-learning (IML…

2024

Stress-Testing Capability Elicitation With Password-Locked Models

NeurIPS 2024poster

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 t…

2022

Defining and Characterizing Reward Gaming

NeurIPS 2022accept

We provide the first formal definition of \textbf{reward hacking}, a phenomenon where optimizing an imperfect proxy reward function, $\mathcal{\tilde{R}}$, leads to poor performance according to the true reward function, $\mathcal{R}$. We say that a proxy is \textbf{unhackable} if increasing the e…

Cited by 287SourcePDFScholar
2019

Preferences Implicit in the State of the World

ICLR 2019poster

Reinforcement learning (RL) agents optimize only the features specified in a reward function and are indifferent to anything left out inadvertently. This means that we must not only specify what to do, but also the much larger space of what not to do. It is easy to forget these preferences, since th…