-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
28 lines (28 loc) · 1.16 KB
/
Copy pathCITATION.cff
File metadata and controls
28 lines (28 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
cff-version: 1.2.0
message: "If you use this work, please cite it as below."
title: "Certified Sparse Attention: Runtime, Label-Free Verification of Fidelity in Sparse-Attention LLM Serving"
abstract: >-
A serving-layer system that detects, at runtime and without labels, when
sparse-attention KV-cache compression has diverged from dense execution, and
bounds that divergence with an anytime-valid statistical certificate. Includes
a label-free divergence detector built from discarded block scores, sampled
dense verification via time-uniform confidence sequences, and an elastic
scheduling formulation. Detectability and proxy-validity are confirmed at 7B
parameters across two model architectures (Qwen2.5, Mistral).
authors:
- family-names: Patil
given-names: "Archana Suresh"
alias: ArchanaChetan07
repository-code: "https://github.com/ArchanaChetan07/sparse-attention"
url: "https://github.com/ArchanaChetan07/sparse-attention"
license: MIT
version: 1.0.0
date-released: "2026-08-26"
keywords:
- sparse attention
- LLM inference
- KV cache compression
- long-context serving
- anytime-valid inference
- confidence sequences
- runtime verification