Zefan-Cai/R-KV
[Neurips 2025] R-KV: Redundancy-aware KV Cache Compression for Reasoning Models observed · 2026-08-28
Health v2 · maintenance only
60/100
- Activity 93
- Release rhythm 35
- Longevity 32
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 461
- days_rel: n/a
- days_push: 44
- n_releases_24m: 0
Adoption not part of the score
1209 stars · 196 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
R-KV is a training-free, redundancy-aware KV cache compression method for reasoning LLMs, discarding repetitive tokens on-the-fly during decoding to retain ~full accuracy with only ~10% of the cache. It ships as a plug-and-play wrapper plus performance-hardened ports for vLLM and SGLang serving engines.
Use cases
- compress kv cache during llm chain-of-thought inference
- reduce gpu memory for reasoning model serving
- increase llm serving throughput under memory constraints
- run long self-reflection reasoning without cache blowup
- speed up rl rollout inference for reasoning models
- benchmark kv cache compression on gsm8k
When to choose
- serving reasoning models (CoT/self-reflection) whose long outputs bloat the KV cache
- you need near-lossless accuracy at 10-16% cache budget
- you use vLLM or SGLang and want a patch-based integration
- you want a training-free, plug-and-play compression wrapper
When to avoid
- compressing long prompts rather than long generated traces
- you need a permissively licensed dependency (no license file)
- non-reasoning workloads with short outputs where cache pressure is low
- you need a turnkey product rather than a research codebase
Facets
library · maturity active
llm-inference caching machine-learning benchmarking large-language-models machine-learning performance gpu-computing python kv-cache-compression reasoning-models vllm sglang chain-of-thought training-free inference-optimization research-paper gpu linux docker
2 sources
- readme: https://github.com/Zefan-Cai/R-KV · fetched 2026-08-28 · 5641c5e027eb
- homepage: https://zefan-cai.github.io/R-KV.page/ · fetched 2026-08-29 · 9f427c41aea9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Zefan-Cai/R-KV | main | 60 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem