>1. The motivation needs to be further justified.
>- First, it is totally fine to just motivate with malicious developers. Otherwise, please discuss more about why such goals can naturally emerge in LMs, instead of hiding them in references.
We have added extra discussion at lines lines 50-53 and 72-75 of how LMs can become more goal-directed, for example, through RL fine-tuning, especially over longer time horizons, as is the case with RL fine-tuned LM agents, like GPT4-o1, which are more capable at pursuing autonomous tasks. See e.g. Section 4.5 of https://cdn.openai.com/o1-system-card-20240917.pdf.
> Second, why malicious developers can access the distribution of third-party hidden evaluation datasets?
We do not assume that malicious developers can access the evaluation distribution. In our experiments, the malicious actor only needs to know that certain dangerous capabilities should be hidden, e.g., chemical weapons knowledge. This is realistic, since this information is publicly available, e.g., in the UK AISI reports (https://www.aisi.gov.uk/work/advanced-ai-evaluations-may-update).
In our experiments, the fine-tuning data is synthetic (LM-generated), and we do not give the LM access to the original WMDP data (which was published after the release of the GPT-4 checkpoint which we used to generate the synthetic data – which ensures there is no data leakage).
> The experiment setup cannot well support the threat model. More specifically, while LMs are shown to underperform on WMDP, they have not been shown to maintain dangerous capabilities on other similar benchmarks. If LMs generally underperform in weapon-related domains, it would not cause harm.
This comment seems a bit confused. In our experiments, the LMs maintain their dangerous capabilities, e.g., in the finetuning experiments the capabilities are easily recovered by including the password in the prompt. This shows that LMs can selectively underperform only under certain conditions, such as when undergoing evaluation.
Whilst we agree that if LMs generally underperform on dangerous domains this would not cause harm, the problem is that dangerous capabilities can be easily elicited even when they have been hidden in evaluations.
> Please correct me if I misunderstand: most experiment results are not surprising, e.g. LMs can underperform in certain domains when told or fine-tuned to do so, or LMs can simulate other LMs by fine-tuning on their predictions.
We agree that the experiments in 4.1 were not that surprising, but we think it’s good to test a scientific hypothesis even if you might be confident in it 🙂.
The generalization from synthetic to real benchmarks might be expected, but the result has important consequences. Furthermore, as another reviewer has also noted, the calibration experiments are quite fascinating and unexpected. The emulation experiments are an extension of this.
> The writing is misleading or unclear (e.g., when claiming models can emulate a consistent capability profile of a weaker model, clarify that they are fine-tuned).
Other reviewers remarked positively on our clarity, but we will clarify this specific point regarding the emulation fine-tuning. If there are any other specific points that you found unclear, then we will be happy to add discussion in the paper!
> Besides QA, there are a lot of other forms for capability evaluation, e.g., classification. How well does the current sandbagging operationalization generalize to these forms? For example, how well does the sandbagging LM perform in determining the binary correctness of answers on WMDP?
Due to time constraints we have not yet had time to investigate this point, but we will include it in the appendix of the camera ready paper.
> "We propose a new definition for AI sandbagging", how is the definition different from prior work (e.g., Greenblatt et al, 2024)?
We discuss this in some detail in the related work section (lines 447 - 545). The main difference is that past works focus on intentional underperformance on tasks in general (of which evaluations are a subset). We focus on capability evaluations to afford clearer conceptual delineation, and to draw attention to the problem of sandbagging in evaluations which may influence regulatory decisions.