paper-with-me

Papers

ASIDE: Architectural Separation of Instructions and Data in Language Models

2025-03-13 · Egor Zverev, Evgenii Kortukov, Alexander Panfilov, Alexandra Volkova, Soroush Tabesh, Sebastian Lapuschkin, Wojciech Samek, Christoph H. Lampert

Despite their remarkable performance, large language models lack elementary safety features, and this makes them susceptible to numerous malicious attacks. In particular, previous work has identified the absence of an intrinsic separation between instructions and data as a root cause for the success of prompt injection attacks. In this work, we propose a method, ASIDE, that allows the model to clearly separate between instructions and data on the level of embeddings. ASIDE applies a fixed orthogonal rotation to the embeddings of data tokens, thus creating distinct representations of instructions and data tokens without introducing any additional parameters. We demonstrate the effectiveness of our method by instruct-tuning LLMs with ASIDE and showing (1) highly increased instruction-data separation scores without a loss in model capabilities and (2) competitive results on prompt injection benchmarks, even without dedicated safety training. Additionally, we study the working mechanism behind our method through an analysis of model representations.

📄 PDF Abstract BibTeX arXiv:2503.10566

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LookasideVLN: Direction-Aware Aerial Vision-and-Language Navigation

2026-04-19 · Yuwei Ning, Ganlong Zhao, Yipeng Qin, Si Liu 외 arxiv

Aerial Vision-and-Language Navigation (Aerial VLN) enables unmanned aerial vehicles (UAVs) to follow natural language instructions and navigate complex urban environments. While recent advances have achieved progress thr…

Computational EfficiencySpatial Reasoning

Control Illusion: The Failure of Instruction Hierarchies in Large Language Models

2025-02-21 · Yilin Geng, Haonan Li, Honglin Mu, Xudong Han 외

Large language models (LLMs) are increasingly deployed with hierarchical instruction schemes, where certain instructions (e.g., system-level directives) are expected to take precedence over others (e.g., user messages). …

Prompt Engineering

Can LLMs Separate Instructions From Data? And What Do We Even Mean By That?

2024-03-11 · Egor Zverev, Sahar Abdelnabi, Soroush Tabesh, Mario Fritz 외

Instruction-tuned Large Language Models (LLMs) show impressive results in numerous practical applications, but they lack essential safety features that are common in other areas of computer science, particularly an expli…

Prompt Engineering

Persona-Execution Separation: An Architecture Pattern for Evolving LLM Agents under Execution Audit

2026-08-27 · Yisen Xi arxiv

Large language model (LLM) agents in governed organizations must let the persona (instructions, tone, self-presentation) evolve freely, while keeping execution (stateful, audited work) traceable. A single trust domain do…

Parallax: Why AI Agents That Think Must Never Act

2026-04-14 · Joel Fokou arxiv

Autonomous AI agents are rapidly transitioning from experimental tools to operational infrastructure, with projections that 80% of enterprise applications will embed AI copilots by the end of 2026. As agents gain the abi…