CIAware-Bench
收藏资源简介:
CIAware-Bench是由MATS、Mila等多个研究机构联合创建的基准测试数据集,旨在系统评估前沿大语言模型对控制干预的感知能力。该数据集包含四个任务领域:论文写作、BigCodeBench代码生成、Bash Arena系统管理以及SHADE-Arena模拟工作环境任务,每个领域通过生成受干预和未干预的模型轨迹对来构建测试实例,数据来源基于模型在特定提示下的多步输出。数据集的创建过程涉及让一个行动模型生成任务轨迹,并在随机步骤由干预模型替换其输出,随后通过探测问题询问行动模型是否检测到干预,从而构建二元分类样本。该数据集主要应用于AI安全与控制协议研究领域,旨在量化模型识别其执行轨迹是否被安全监控协议篡改的能力,以评估控制干预的隐蔽性,并为设计更难以被检测的干预策略提供依据。
CIAware-Bench is a benchmark dataset jointly created by multiple research institutions including MATS, Mila, and others, aiming to systematically evaluate the perception capability of cutting-edge large language models (LLMs) against control interventions. This dataset covers four task domains: academic paper writing, BigCodeBench code generation, Bash Arena system administration, and SHADE-Arena simulated work environment tasks. For each domain, test instances are constructed by generating paired model trajectories with and without interventions, with data sourced from the multi-step outputs of models under specific prompts. The dataset creation process involves having an action model generate task trajectories, whose outputs are replaced by an intervention model at random steps, followed by probing questions asking the action model whether it has detected the intervention, thus constructing binary classification samples. This dataset is primarily applied in the field of AI safety and control protocol research, aiming to quantify the ability of models to identify whether their execution trajectories have been tampered with by security monitoring protocols, evaluate the stealth of control interventions, and provide a basis for designing more undetectable intervention strategies.
数据集概述
名称: CIAware-Bench
来源: 论文 "CIAware-Bench: Benchmarking Control Intervention Awareness Across Frontier LLMs"
地址: https://github.com/JoachimSchaeffer/CIAware-Bench
核心目标: 衡量未受信模型对控制干预(Control Intervention, CI)的感知能力,即模型能否识别出自身轨迹中被控制协议修改的部分。
任务机制
- 生成一条未受信轨迹。
- 对其中一个步骤应用控制干预。
- 询问同一模型能否区分原始轨迹与被干预轨迹。
- 评估指标为平衡分类准确率(Balanced Classification Accuracy)。
任务领域
- essay: 多步骤论文写作。
- bcb: BigCodeBench 代码生成(仅使用诚实策略)。
- bash: 通过 ControlArena 执行的 BashArena 系统管理任务。
- shade_arena: 通过 ControlArena 执行的 SHADE-Arena 工具使用任务。
- swebench: 仅作为实验性 SWEBench Django 设置存在,未完全集成。
核心变量(Axes)
干预方式:
- dtt (Defer to Trusted): 用可信模型的步骤替换一个步骤。
- te (Trusted Editing): 让可信模型清理/重写一个步骤。
- dtr (Defer to Resample): 从未受信策略重新采样并替换。
策略:
- honest: 无侧任务。
- attack: 侧任务设置(不支持 bcb)。
水印级别:
- default: 无水印指令。
- wm_implicit: 模型被告知使用隐藏的作者模式。
- wm_scratchpad: 模型先在私有草稿区设计模式。
数据集
- 与论文相关的数据集可在 Hugging Face 上获取:https://huggingface.co/datasets/schaeff/CIAware-Bench-Data
实验结果输出
- 每个组合输出包括 Inspect
.eval日志和summary.json文件。 - 主要报告指标为检测轨迹是否被干预的平衡分类准确率。

- 1CIAware-Bench: Benchmarking Control Intervention Awareness Across Frontier LLMsMATS; Mila – Quebec AI Institute; 蒙特利尔大学; Astra Fellowship; ELLIS Institute Tübingen, MPI for Intelligent Systems & Tübingen AI Center; LawZero; Google DeepMind · 2026年



