paper-with-me

홈 › Papers

MIRAGE: A Polarity-Flipping Encoding Subspace in LLM Agents

2026-06-09 · Pratibha Revankar, Kargi Chauhan, Jihye Kim, Sadiba Nusrat Nur, Vincent Siu, Chenguang Wang arxiv

When LLM agents are coerced into covertly encoding sensitive data (Base64, ROT13, acrostic, synonym chains, and beyond), the resulting outputs evade output-side detection but the underlying computation does not. Across nine encoding families and eight models from five architecture families, that computation is supported by a shared low-dimensional encoding subspace in the residual stream. A logistic-regression probe trained on eight encoding families recovers the held-out ninth at AUC 0.975-1.000, reading the computation rather than surface features. The same direction exhibits a second mechanistic signature at the planning token, flipping polarity to activate positively when the model will simulate the encoding inline and negatively when it will outsource it to a tool call, distinguishing two execution strategies before the encoded text exists. We build MIRAGE (Model-Internal Readout of Agentic Generation Exfiltration), a two-channel real-time monitor exploiting both signals. On 126 agentic exfiltration scenarios, it reaches AUC = 0.918, substantially outperforming output-only detection (AUC = 0.518). Monitor performance is fundamentally a property of the host model's geometry: benign-encoding false-positive rate ranges from 0% on Qwen-7B to 100% on Phi-3.5, revealing that the probe faithfully reads whether a model's geometry separates covert from overt encoding. Across all tested adversarial budgets, every attack suppressing the subspace also destroyed encoding fidelity, reported as an empirical regularity on the evaluated budgets, not a structural impossibility claim.

📄 PDF Abstract BibTeX arXiv:2606.10304

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MIRAGE: Adaptive Multimodal Gating for Whole-Brain fMRI Encoding

2026-05-28 · Abdulkadir Gokce, Badr AlKhamissi, Martin Schrimpf arxiv

Recent progress in task-optimized neural networks has established encoding models as a powerful tool for predicting brain responses to naturalistic stimuli, yet most existing approaches rely on unimodal representations. …

Mirage-1: Augmenting and Updating GUI Agent with Hierarchical Multimodal Skills

2025-06-12 · Yuquan Xie, Zaijing Li, Rui Shao, Gongwei Chen 외

Recent efforts to leverage the Multi-modal Large Language Model (MLLM) as GUI agents have yielded promising outcomes. However, these agents still struggle with long-horizon tasks in online environments, primarily due to …

Large Language ModelTask Planning

MIRAGE: Mobile Agents with Implicit Reasoning and Generative World Models

2026-06-03 · Zhichao Yang, Yuanze Hu, Haojie Hao, Longkun Hao 외 arxiv

Mobile agents are increasingly expected to operate everyday applications from screenshots and language goals, where reliable control requires reasoning over screen affordances, multi-step navigation, and future state cha…

MiRAGE: A Multiagent Framework for Generating Multimodal Multihop Question-Answer Dataset for RAG Evaluation

2026-01-21 · Chandan Kumar Sahu, Premith Kumar Chilukuri, Matthew Hetrich arxiv

The rapid evolution of Retrieval-Augmented Generation (RAG) toward multimodal, high-stakes enterprise applications has outpaced the development of domain specific evaluation benchmarks. Existing datasets often rely on ge…

Information RetrievalVisual Grounding

RepoMirage: Probing Repository Context Reasoning in Code Agents with Perturbations

2026-05-25 · Hanyu Li, Yichi Zhang, Speed Zhu, Hang Su 외 arxiv

Code agents are currently having skillful performance on repository-level software engineering benchmarks, but it remains unclear whether success on end-to-end tasks such as issue resolution truly reflects repository con…