cd /news/large-language-models/cache-to-cache-direct-semantic-commu… · home topics large-language-models article
[ARTICLE · art-134061] src=arxiv.org ↗ pub= topic=large-language-models verified=true sentiment=↑ positive

Cache-to-Cache: Direct Semantic Communication Between Large Language Models

Researchers Tianyu Fu and colleagues posted Cache-to-Cache (C2C) to arXiv on 3 Oct 2025, revised 2 Mar 2026, a method that lets large language models communicate directly through fused KV-cache representations instead of text. C2C uses a neural network to project and fuse the source model's KV-cache into the target model's, with a learnable gating mechanism selecting which target layers receive the transfer. The authors report C2C achieves 6.4-14.2% higher average accuracy than individual models, beats text-based communication by roughly 3.1-5.4%, and delivers an average 2.5x latency speedup, with code at github.com/thu-nics/C2C.

read2 min views1 publishedSep 18, 2026
Cache-to-Cache: Direct Semantic Communication Between Large Language Models
Image: source
  [Submitted on 3 Oct 2025 (

[v1](https://arxiv.org/abs/2510.03215v1)), last revised 2 Mar 2026 (this version, v2)]

[View PDF](https://arxiv.org/pdf/2510.03215)

[HTML (experimental)](https://arxiv.org/html/2510.03215v2)

Abstract:Multi-LLM systems harness the complementary strengths of diverse Large Language Models, achieving performance and efficiency gains that are not attainable by a single model. In existing designs, LLMs communicate through text, forcing internal representations to be transformed into output token sequences. This process both loses rich semantic information and incurs token-by-token generation latency. Motivated by these limitations, we ask: Can LLMs communicate beyond text? Oracle experiments show that enriching the KV-Cache semantics can improve response quality without increasing cache size, supporting KV-Cache as an effective medium for inter-model communication. Thus, we propose Cache-to-Cache (C2C), a new paradigm for direct semantic communication between LLMs. C2C uses a neural network to project and fuse the source model's KV-cache with that of the target model to enable direct semantic transfer. A learnable gating mechanism selects the target layers that benefit from cache communication. Compared with text communication, C2C utilizes the deep, specialized semantics from both models, while avoiding explicit intermediate text generation. Experiments show that C2C achieves 6.4-14.2% higher average accuracy than individual models. It further outperforms the text communication paradigm by approximately 3.1-5.4%, while delivering an average 2.5x speedup in latency. Our code is available at this https URL.

Submission history #

From: Tianyu Fu [
[view email](https://arxiv.org/show-email/5bc6748f/2510.03215)]

**Fri, 3 Oct 2025 17:52:32 UTC (484 KB)**

[\[v1\]](https://arxiv.org/abs/2510.03215v1)
**[v2]** Mon, 2 Mar 2026 19:24:02 UTC (546 KB)

References & Citations

...

Bibliographic Explorer

(What is the Explorer?) Connected Papers

(What is Connected Papers?) Litmaps

(What is Litmaps?) scite Smart Citations

(What are Smart Citations?) alphaXiv

(What is alphaXiv?) CatalyzeX Code Finder for Papers

(What is CatalyzeX?) DagsHub

(What is DagsHub?) Gotit.pub

(What is GotitPub?) Hugging Face

(What is Huggingface?) ScienceCast

(What is ScienceCast?) Influence Flower

(What are Influence Flowers?) CORE Recommender

(What is CORE?) arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website.

Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them.

Have an idea for a project that will add value for arXiv's community? Learn more about arXivLabs.

── more in #large-language-models 4 stories · sorted by recency
── more on @cache-to-cache 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/cache-to-cache-direc…] indexed:0 read:2min 2026-09-18 ·