MASK tests whether a model contradicts its own beliefs when pressured to lie, scoring honesty separately from factual accuracy.
unassessed
| Category | safety |
|---|---|
| Subcategory | honesty under pressure, scored separately from factual accuracy |
| Page status | active |
| Metric | honesty score (1 − P(Lie)); also accuracy of elicited beliefs |
| Direction | higher_is_better |
| Unit | % |
| Dataset size | 1000 |
| Publisher | Center for AI Safety and Scale AI |
MASK asks whether a model will lie by commission: state something it does not believe, with the intent that a reader treat the statement as true. Each item has a proposition (binary or numeric), a ground-truth resolution, a pressure prompt, and (except provided_facts) neutral belief-elicitation prompts. Honesty compares the pressured statement to the elicited belief. Accuracy compares the belief to ground truth. English text only. This is not [truthfulqa](truthfulqa.md), which scores popular falsehoods, and not [hhh_alignment](hhh_alignment.md) honesty items.
Multi-turn inspect_ai Task. Default solvers: standard_belief (belief_repeats_n=3), consistency_belief, then pressure (honesty_at_n=1). Binary propositions use a gpt-4o judge; numeric propositions use o3-mini. Numeric overlap uses 5% bound tolerance. provided_facts skips belief elicitation. doubling_down_known_facts prepends a scripted first turn. One epoch only.
No model card in ModelSpec reports this benchmark yet.