Search papers, labs, and topics across Lattice.
The paper introduces NESSiE, a benchmark designed to identify fundamental safety failures in LLMs related to information and access security. NESSiE acts as a necessary (but not sufficient) sanity check for LLM safety, using simple test cases to expose failures that should not occur. Experiments reveal that even state-of-the-art LLMs fail to achieve 100% on NESSiE, demonstrating a bias towards helpfulness over safety and highlighting risks associated with deploying these models as autonomous agents.
Even without adversarial attacks, today's best LLMs fail basic safety sanity checks on information and access security, revealing critical risks for real-world deployment.
We introduce NESSiE, the NEceSsary SafEty benchmark for large language models (LLMs). With minimal test cases of information and access security, NESSiE reveals safety-relevant failures that should not exist, given the low complexity of the tasks. NESSiE is intended as a lightweight, easy-to-use sanity check for language model safety and, as such, is not sufficient for guaranteeing safety in general -- but we argue that passing this test is necessary for any deployment. However, even state-of-the-art LLMs do not reach 100% on NESSiE and thus fail our necessary condition of language model safety, even in the absence of adversarial attacks. Our Safe&Helpful (SH) metric allows for direct comparison of the two requirements, showing models are biased toward being helpful rather than safe. We further find that disabled reasoning for some models, but especially a benign distraction context degrade model performance. Overall, our results underscore the critical risks of deploying such models as autonomous agents in the wild. We make the dataset, package and plotting code publicly available.