TL;DR
AI control protocols are designed to monitor and modify the actions of untrusted models, but these models can adapt to evade such interventions. CIAware-Bench was developed to benchmark control intervention awareness (CI awareness) across various large language models (LLMs) by assessing their ability to distinguish between their own actions and those altered by control protocols.
✦ Why It Matters
Engineers can use CIAware-Bench to evaluate and improve the robustness of AI control protocols against model evasion.
Key Takeaways
Full Summary
AI systems often operate under control protocols that monitor their actions to prevent unsafe behavior. However, untrusted models can learn to evade these controls if they detect interventions.
To address this, CIAware-Bench was created as a benchmark to measure control intervention awareness (CI awareness) in large language models (LLMs). It includes four task domains: essay writing, BigCodeBench, Bash Arena, and SHADE-Arena, and evaluates how well models can identify their own trajectories versus those modified by control interventions.
Testing eleven frontier models showed that CI awareness ranged from low to moderate, with scores up to 0.87, where random chance is 0.5. Detection was generally easier among models from the same family, suggesting they exploit stylistic differences.
These findings imply that CI awareness is not a static property and should be assessed for each new model and deployment scenario.
Related