paper-with-me

홈 › Papers

Adaptive Deployment of Untrusted LLMs Reduces Distributed Threats

2024-11-26 · Jiaxin Wen, Vivek Hebbar, Caleb Larson, Aryan Bhatt, Ansh Radhakrishnan, Mrinank Sharma, Henry Sleight, Shi Feng, He He, Ethan Perez, Buck Shlegeris, Akbir Khan

As large language models (LLMs) become increasingly capable, it is prudent to assess whether safety measures remain effective even if LLMs intentionally try to bypass them. Previous work introduced control evaluations, an adversarial framework for testing deployment strategies of untrusted models (i.e., models which might be trying to bypass safety measures). While prior work treats a single failure as unacceptable, we perform control evaluations in a "distributed threat setting" -- a setting where no single action is catastrophic and no single action provides overwhelming evidence of misalignment. We approach this problem with a two-level deployment framework that uses an adaptive macro-protocol to choose between micro-protocols. Micro-protocols operate on a single task, using a less capable, but extensively tested (trusted) model to harness and monitor the untrusted model. Meanwhile, the macro-protocol maintains an adaptive credence on the untrusted model's alignment based on its past actions, using it to pick between safer and riskier micro-protocols. We evaluate our method in a code generation testbed where a red team attempts to generate subtly backdoored code with an LLM whose deployment is safeguarded by a blue team. We plot Pareto frontiers of safety (# of non-backdoored solutions) and usefulness (# of correct solutions). At a given level of usefulness, our adaptive deployment strategy reduces the number of backdoors by 80% compared to non-adaptive baselines.

📄 PDF Abstract BibTeX arXiv:2411.17693

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

PragLocker: Protecting Agent Intellectual Property in Untrusted Deployments via Non-Portable Prompts

2026-05-07 · Qinfeng Li, Yuntai Bao, Jianghui Hu, Wenqi Zhang 외 arxiv

LLM agents rely on prompts to implement task-specific capabilities based on foundation LLMs, making agent prompts valuable intellectual property. However, in untrusted deployments, adversaries can copy and reuse these pr…

Adaptive AI Agent Placement and Migration in Edge Intelligence Systems

2025-08-05 · Xingdan Wang, Jiayi He, Zhiqing Tang, Jianxiong Guo 외 arxiv

The rise of LLMs such as ChatGPT and Claude fuels the need for AI agents capable of real-time task handling. However, migrating data-intensive, multi-modal edge workloads to cloud data centers, traditionally used for age…

Toward a Generalized Defense Across Sparse, Continuous, and Structured Parameter Attacks

2026-06-03 · Bin Duan, Zeyu Bai, Guowei Yang arxiv

Deep neural networks are increasingly deployed across heterogeneous and partially untrusted environments, where models are distributed through cloud storage, CI/CD pipelines, containerized services, and edge execution pl…

Dancing in the Dark: Private Multi-Party Machine Learning in an Untrusted Setting

2018-11-23 · Clement Fung, Jamie Koerner, Stewart Grant, Ivan Beschastnikh

Distributed machine learning (ML) systems today use an unsophisticated threat model: data sources must trust a central ML process. We propose a brokered learning abstraction that allows data sources to contribute towards…

BIG-bench Machine LearningFederated Learning

Adaptive Attacks on Trusted Monitors Subvert AI Control Protocols

2025-10-10 · Mikhail Terekhov, Alexander Panfilov, Daniil Dzenhaliou, Caglar Gulcehre 외 arxiv

AI control protocols serve as a defense mechanism to stop untrusted LLM agents from causing harm in autonomous settings. Prior work treats this as a security problem, stress testing with exploits that use the deployment …