paper-with-me

홈 › Papers

The Mask Is Not the Model: Auditing Prefix Invariance in Attention, State-Space, and Hybrid Sequence Models

2026-08-24 · Taebong Kim, Youngsik Hong, Minsik Kim, Sunyoung Choi, Jaewon Jang, Minseo Kim arxiv

We formalize prefix invariance: representations at position t must not depend on future inputs. We give a lightweight audit, two forward passes, no training or gradients, that localizes exactly where causality breaks. Attention-mask inspection is incomplete: leaks can occur via scans or normalization despite correct masks. Across 192 injected-fault trials on eight checkpoints, mask inspection found none, while our audit localized all 192/192, also finding a defect in Zamba2 and Nemotron-H.

📄 PDF Abstract BibTeX arXiv:2608.22876

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Intermittent Semi-working Mask: A New Masking Paradigm for LLMs

2024-08-01 · Mingcong Lu, Jiangcai Zhu, Wang Hao, Zheng Li 외

Multi-turn dialogues are a key interaction method between humans and Large Language Models (LLMs), as conversations extend over multiple rounds, keeping LLMs' high generation quality and low latency is a challenge. Mains…

In-Context Learning

TRACES: Proactive Safety Auditing for Multi-Turn LLM Agents via Trajectory-State Modeling

2026-05-26 · Jiaqian Li, Yanshu Li, Boxuan Zhang, Ruixiang Tang 외 arxiv

LLM agents increasingly operate through multi-turn tool use and environment interaction, where safety risks often emerge from intermediate steps long before they surface in the final outcome. Reactive auditing is therefo…

WeDLM: Reconciling Diffusion Language Models with Standard Causal Attention for Fast Inference

2025-12-28 · Aiwei Liu, Minghua He, Shaoxun Zeng, Sijun Zhang 외 arxiv

Autoregressive (AR) generation is the standard decoding paradigm for Large Language Models (LLMs), but its token-by-token nature limits parallelism at inference time. Diffusion Language Models (DLLMs) offer parallel deco…

Attention Meets Reachability: Structural Equivalence and Efficiency in Grammar-Constrained LLM Decoding

2026-03-04 · Faruk Alpay, Bilge Senturk arxiv

We study grammar-constrained decoding (GCD) as a coupling between an autoregressive next-token distribution and a reachability oracle over a pushdown system compiled from a context-free grammar (CFG). We prove an oracle …

Investigating the Effectiveness of HyperTuning via Gisting

2024-02-26 · Jason Phang

Gisting (Mu et al., 2023) is a simple method for training models to compress information into fewer token representations using a modified attention mask, and can serve as an economical approach to training Transformer-b…