Vorn: Residual Direction, Familial Eviction, and the Granularity Rescue Spectrum
Description
Key-value cache eviction is a major approach to long-context inference, and prior work typically selects a scoring criterion under the implicit assumption that its ranking generalizes across model families. Under a prefill-time cache selection contract with full-prompt visibility, we show this assumption fails: KV-cache eviction effectiveness is family-conditional.
Across seven model families spanning four laboratories (Mistral, Llama, Ministral, Gemma 2, Qwen 2.5, Gemma 4, Qwen 3-NT), five families attain or preserve long-context retrieval competence under residual-direction-based eviction, which we call vorn, while two families (Gemma 4 and Qwen 3-NT) are attention-favoring at the shared b=1024 gate. Two targeted multi-budget falsification probes rule out attention-pattern and laboratory identity as sufficient explanations.
A complementary granularity rescue spectrum reports a unit-of-retention effect across family-anchored sentence-attention surfaces: retrieval competence under eviction ranges from rescue-resilient (Mistral) through threshold-bounded recovery (Llama 3.1) to rescue-resistant (Gemma 4). The practical implication is that eviction-method selection should be family-conditional on the quality axis, while cost-per-correct is dominated by retention granularity rather than scoring channel.
Companion materials:
- Interactive companion: https://synapt.dev/vorn-mat/
- Reproducible code + Docker pins: https://github.com/synapt-dev/vorn-mat
- HuggingFace dataset: https://huggingface.co/datasets/synapt/vorn-mat-cross-family-results
Files
vorn-mat-premiere.pdf
Files
(669.5 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:720fc12a05cd4c852b19d445470ab26a
|
669.5 kB | Preview Download |
Additional details
Related works
- Is documented by
- Other: https://synapt.dev/vorn-mat/ (URL)
- Is supplemented by
- Software: https://github.com/synapt-dev/vorn-mat (URL)
- References
- Dataset: https://huggingface.co/datasets/synapt/vorn-mat-cross-family-results (URL)
Software
- Repository URL
- https://github.com/synapt-dev/vorn-mat
- Programming language
- Python
- Development Status
- Active