{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2601-18999","title":"Randomization Boosts KV Caching, Learning Balances Query Load: A Joint Perspective","arxiv_id":"2601.18999","date":"2026-01-26","proceeding":null,"authors":["Fangzhou Wu","Sandeep Silwal"," Qiuyi"," Zhang"],"abstract":"KV caching is a fundamental technique for accelerating Large Language Model (LLM) inference by reusing key-value (KV) pairs from previous queries, but its effectiveness under limited memory is highly sensitive to the eviction policy. The default Least Recently Used (LRU) eviction algorithm struggles with dynamic online query arrivals, especially in multi-LLM serving scenarios, where balancing query load across workers and maximizing cache hit rate of each worker are inherently conflicting objectives. We give the first unified mathematical model that captures the core trade-offs between KV cache eviction and query routing. Our analysis reveals the theoretical limitations of existing methods and leads to principled algorithms that integrate provably competitive randomized KV cache eviction with learning-based methods to adaptively route queries with evolving patterns, thus balancing query load and cache hit rate. Our theoretical results are validated by extensive experiments across 4 benchmarks and 3 prefix-sharing settings, demonstrating improvements of up to 6.92$\\times$ in cache hit rate, 11.96$\\times$ reduction in latency, 14.06$\\times$ reduction in time-to-first-token (TTFT), and 77.4% increase in throughput over the state-of-the-art methods. Our code is available at https://github.com/fzwark/KVRouting.","url_abs":"https://arxiv.org/abs/2601.18999","url_pdf":"https://arxiv.org/pdf/2601.18999","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2601.18999","atlas_url":"https://app.syntology.ai/?focus=2601.18999","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2601.18999"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/fzwark/KVRouting","reach":null}],"summary":{"ran":8,"unverified":12},"by_repo_kind":{"found_in_text":{"samples":20,"ran":8,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":20,"samples":[{"code_sha256_prefix":"64f004b9216b7322","entry":"benchmark_sequential_vs_batch","repo":"fzwark/KVRouting","repo_kind":"found_in_text","path":"sglang-0.4.6/benchmark/benchmark_batch/benchmark_tokenizer.py","file_url":"https://github.com/fzwark/KVRouting/blob/HEAD/sglang-0.4.6/benchmark/benchmark_batch/benchmark_tokenizer.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"64f004b9216b7322"}},{"code_sha256_prefix":"83900d0c3ab83065","entry":"generate_event_triple_prompt","repo":"fzwark/KVRouting","repo_kind":"found_in_text","path":"sglang-0.4.6/benchmark/generative_agents/agent_functions.py","file_url":"https://github.com/fzwark/KVRouting/blob/HEAD/sglang-0.4.6/benchmark/generative_agents/agent_functions.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"83900d0c3ab83065"}},{"code_sha256_prefix":"577ff88cf5082d20","entry":"generate_pronunciatio_prompt","repo":"fzwark/KVRouting","repo_kind":"found_in_text","path":"sglang-0.4.6/benchmark/generative_agents/agent_functions.py","file_url":"https://github.com/fzwark/KVRouting/blob/HEAD/sglang-0.4.6/benchmark/generative_agents/agent_functions.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"577ff88cf5082d20"}},{"code_sha256_prefix":"9afb749e3f5b90cf","entry":"generate_random_prompt","repo":"fzwark/KVRouting","repo_kind":"found_in_text","path":"sglang-0.4.6/benchmark/benchmark_batch/benchmark_batch.py","file_url":"https://github.com/fzwark/KVRouting/blob/HEAD/sglang-0.4.6/benchmark/benchmark_batch/benchmark_batch.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9afb749e3f5b90cf"}},{"code_sha256_prefix":"5139455c0f07d032","entry":"generate_random_prompts","repo":"fzwark/KVRouting","repo_kind":"found_in_text","path":"sglang-0.4.6/benchmark/benchmark_batch/benchmark_tokenizer.py","file_url":"https://github.com/fzwark/KVRouting/blob/HEAD/sglang-0.4.6/benchmark/benchmark_batch/benchmark_tokenizer.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"5139455c0f07d032"}},{"code_sha256_prefix":"19faa93c902e1c91","entry":"generate_unique_prefix","repo":"fzwark/KVRouting","repo_kind":"found_in_text","path":"sglang-0.4.6/benchmark/bench_in_batch_prefix/bench_in_batch_prefix.py","file_url":"https://github.com/fzwark/KVRouting/blob/HEAD/sglang-0.4.6/benchmark/bench_in_batch_prefix/bench_in_batch_prefix.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"19faa93c902e1c91"}},{"code_sha256_prefix":"e4b32a865322152c","entry":"poignancy_event_prompt","repo":"fzwark/KVRouting","repo_kind":"found_in_text","path":"sglang-0.4.6/benchmark/generative_agents/agent_functions.py","file_url":"https://github.com/fzwark/KVRouting/blob/HEAD/sglang-0.4.6/benchmark/generative_agents/agent_functions.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e4b32a865322152c"}},{"code_sha256_prefix":"5bc9a6f07218ab7b","entry":"send_batch_request","repo":"fzwark/KVRouting","repo_kind":"found_in_text","path":"sglang-0.4.6/benchmark/benchmark_batch/benchmark_batch.py","file_url":"https://github.com/fzwark/KVRouting/blob/HEAD/sglang-0.4.6/benchmark/benchmark_batch/benchmark_batch.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"5bc9a6f07218ab7b"}},{"code_sha256_prefix":"515f4c8a6cb6c34a","entry":"force_len_tokens","repo":"fzwark/KVRouting","repo_kind":"found_in_text","path":"multi-turn.py","file_url":"https://github.com/fzwark/KVRouting/blob/HEAD/multi-turn.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"515f4c8a6cb6c34a"}},{"code_sha256_prefix":"70f1d10961d52f6d","entry":"generate_random_string","repo":"fzwark/KVRouting","repo_kind":"found_in_text","path":"sglang-0.4.6/benchmark/bench_in_batch_prefix/bench_in_batch_prefix.py","file_url":"https://github.com/fzwark/KVRouting/blob/HEAD/sglang-0.4.6/benchmark/bench_in_batch_prefix/bench_in_batch_prefix.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"70f1d10961d52f6d"}},{"code_sha256_prefix":"4c13c3bdb761b46c","entry":"get_answer_value","repo":"fzwark/KVRouting","repo_kind":"found_in_text","path":"sglang-0.4.6/benchmark/gsm8k/bench_other.py","file_url":"https://github.com/fzwark/KVRouting/blob/HEAD/sglang-0.4.6/benchmark/gsm8k/bench_other.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"4c13c3bdb761b46c"}},{"code_sha256_prefix":"9e0d3df1a2d9a123","entry":"get_few_shot_examples","repo":"fzwark/KVRouting","repo_kind":"found_in_text","path":"sglang-0.4.6/benchmark/gsm8k/bench_other.py","file_url":"https://github.com/fzwark/KVRouting/blob/HEAD/sglang-0.4.6/benchmark/gsm8k/bench_other.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9e0d3df1a2d9a123"}},{"code_sha256_prefix":"2e994f473fac61f9","entry":"get_one_example","repo":"fzwark/KVRouting","repo_kind":"found_in_text","path":"sglang-0.4.6/benchmark/gsm8k/bench_other.py","file_url":"https://github.com/fzwark/KVRouting/blob/HEAD/sglang-0.4.6/benchmark/gsm8k/bench_other.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"2e994f473fac61f9"}},{"code_sha256_prefix":"c394a8da9a5a21e3","entry":"get_tokenizer","repo":"fzwark/KVRouting","repo_kind":"found_in_text","path":"multi-turn.py","file_url":"https://github.com/fzwark/KVRouting/blob/HEAD/multi-turn.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c394a8da9a5a21e3"}},{"code_sha256_prefix":"cfc65b69a3b0312f","entry":"linearize_groups","repo":"fzwark/KVRouting","repo_kind":"found_in_text","path":"long.py","file_url":"https://github.com/fzwark/KVRouting/blob/HEAD/long.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"cfc65b69a3b0312f"}},{"code_sha256_prefix":"8ed03cefbc15ee2d","entry":"load_loogle_shared_groups","repo":"fzwark/KVRouting","repo_kind":"found_in_text","path":"long.py","file_url":"https://github.com/fzwark/KVRouting/blob/HEAD/long.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"8ed03cefbc15ee2d"}},{"code_sha256_prefix":"60d747ff8e6ab539","entry":"prepare_all_prompts","repo":"fzwark/KVRouting","repo_kind":"found_in_text","path":"sglang-0.4.6/benchmark/benchmark_batch/benchmark_batch.py","file_url":"https://github.com/fzwark/KVRouting/blob/HEAD/sglang-0.4.6/benchmark/benchmark_batch/benchmark_batch.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"60d747ff8e6ab539"}},{"code_sha256_prefix":"e5914c7114b177c6","entry":"prepare_prompts","repo":"fzwark/KVRouting","repo_kind":"found_in_text","path":"sglang-0.4.6/benchmark/bench_in_batch_prefix/bench_in_batch_prefix.py","file_url":"https://github.com/fzwark/KVRouting/blob/HEAD/sglang-0.4.6/benchmark/bench_in_batch_prefix/bench_in_batch_prefix.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e5914c7114b177c6"}},{"code_sha256_prefix":"3e1789fce8e33aeb","entry":"remove_prefix","repo":"fzwark/KVRouting","repo_kind":"found_in_text","path":"multi-turn.py","file_url":"https://github.com/fzwark/KVRouting/blob/HEAD/multi-turn.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3e1789fce8e33aeb"}},{"code_sha256_prefix":"fb49aa7bab3d3faf","entry":"send_sglang_generate","repo":"fzwark/KVRouting","repo_kind":"found_in_text","path":"long.py","file_url":"https://github.com/fzwark/KVRouting/blob/HEAD/long.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"fb49aa7bab3d3faf"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":{"kind":"leaderboard_placements","source":"Syntology's leaderboard-shaped extractor over the paper's own arXiv-HTML tables: a model pointed at a cell, the number was read from that cell and checked against the board's metric, dataset, split and scale, and an independent check accepted the entry; not reviewed by the paper's authors or the archive's editors","extractor_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","verifier_model":null,"prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 6,885 of the 9,623 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9623,"papers_checked":6885},"entries":[],"not_placed":{"boards":0,"rejected_by_independent_check":0,"refused_by_a_rule":0,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}