Rohan Paul@rohanpaul_ai
36AI 编辑部评分,满分 100
2026-08-07 10:48· 48分钟前
AI 导读

英伟达新论文提出,一个 LLM 可通过简单的线性转换器复用另一模型的提示词缓存,无需重新处理整个提示词。该方法从 500 条校准序列学习,无需反向传播,在 Qwen3、Llama 3.1 和 Ministral 3 的 6 组模型对上,4 组保留了目标模型 73% 至 98% 的基准准确率,转换速度提升 2.7 至 25 倍。

New Nvidia paper shows, one LLM can reuse another model's prompt memory instead of processing the whole prompt again.

A simple linear converter lets related LLMs reuse cached prompt memory and skip reprocessing long conversations.

Normally, when a system switches models, the new model rereads the whole conversation to build its key-value cache, a stored record used during generation.

Their mapper learns how each target attention head relates to several useful source layers, then removes position information before conversion and restores it afterward.

It learns from 500 calibration sequences, requires no backpropagation, and was tested only on related models with matching cache shapes.

Across 6 model pairs from Qwen3, Llama 3.1, and Ministral 3, 4 retained 73% to 98% of the target model's normal benchmark accuracy.

Across tested transfers, conversion ran 2.7 to 25 times faster, while Qwen3 handoffs stayed stable across 10 turns.

The failures revealed that success depends less on total conversion error than on whether errors land where attention actually reads.

  • arxiv. org/abs/2608.03893

Title: "Cross-Model KV Cache Transfer in LLM Families: A Closed-Form Linear Mapping for Prefill Reuse"

来源:Rohan Paul · x.com

Rohan Paul · @rohanpaul_ai · X·2026-08-07 10:48·48分钟前
AI 导读

英伟达新论文提出,一个 LLM 可通过简单的线性转换器复用另一模型的提示词缓存,无需重新处理整个提示词。该方法从 500 条校准序列学习,无需反向传播,在 Qwen3、Llama 3.1 和 Ministral 3 的 6 组模型对上,4 组保留了目标模型 73% 至 98% 的基准准确率,转换速度提升 2.7 至 25 倍。

New Nvidia paper shows, one LLM can reuse another model's prompt memory instead of processing the whole prompt again.

A simple linear converter lets related LLMs reuse cached prompt memory and skip reprocessing long conversations.

Normally, when a system switches models, the new model rereads the whole conversation to build its key-value cache, a stored record used during generation.

Their mapper learns how each target attention head relates to several useful source layers, then removes position information before conversion and restores it afterward.

It learns from 500 calibration sequences, requires no backpropagation, and was tested only on related models with matching cache shapes.

Across 6 model pairs from Qwen3, Llama 3.1, and Ministral 3, 4 retained 73% to 98% of the target model's normal benchmark accuracy.

Across tested transfers, conversion ran 2.7 to 25 times faster, while Qwen3 handoffs stayed stable across 10 turns.

The failures revealed that success depends less on total conversion error than on whether errors land where attention actually reads.

  • arxiv. org/abs/2608.03893

Title: "Cross-Model KV Cache Transfer in LLM Families: A Closed-Form Linear Mapping for Prefill Reuse"

来源:Rohan Paul· x.com