Why the #1 Metric for Semantic Caching Is Secretly Costing You Performance
PR-AUC metric misleads model selection; new metrics P-CHR AUC and CRR fix it.
Researchers identified a calibration gap in semantic caching for LLMs, where models with the highest PR-AUC scores perform worst in deployment. They introduced Precision-Cache Hit Ratio (P-CHR) AUC and Calibration Retention Rate (CRR) to measure usable precision across cache levels. Experiments show the gap stems from training objectives, not data scale, and post-hoc calibration only partially helps. This shifts model selection from ranking to calibration problems.
- PR-AUC only ranks scores; ignores fixed-threshold usability, causing poor deployment
- New P-CHR AUC metric measures precision across cache utilization levels
- Training objective, not data scale, dominates the calibration gap; post-hoc fixes only partial
Why It Matters
Better semantic caching reduces LLM inference costs for developers deploying AI systems.