PulseAugur
实时 06:54:53
English(EN) Nexus: Depth-Adaptive KV-Cache Splicing and Retrieval-Decoupled Tool Routing for Agentic LLMs on Unified Memory

Nexus 系统通过新颖的 KV 缓存拼接增强代理 LLM 的效率

研究人员开发了 Nexus 系统,旨在通过优化代理大型语言模型 (LLM) 处理工具模式和 KV 缓存的方式来提高其效率。Nexus 将工具路由与模式预填充解耦,使用语义查找缓冲区来选择工具,即使在工具数量很多的情况下也能保持高准确性。此外,它还采用了一种深度自适应方法,将 KV 缓存块拼接(splicing)到实时上下文中,修复由旋转位置嵌入相位漂移引起的注意力损坏,以确保输出保真度。 AI

影响 这项研究可能带来更快、更高效的代理 LLM,提高它们处理具有众多工具的复杂任务的能力。

排序理由 该集群包含一篇详细介绍 LLM 新技术方法的学术论文。[lever_c_demoted from research: ic=1 ai=1.0]

在 arXiv cs.AI 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

Nexus 系统通过新颖的 KV 缓存拼接增强代理 LLM 的效率

报道来源 [1]

  1. arXiv cs.AI TIER_1 English(EN) · Mustafa Arslan ·

    Nexus:面向Agentic LLM的统一内存的深度自适应KV缓存拼接与检索解耦工具路由

    arXiv:2608.20397v1 Announce Type: new Abstract: Agentic large language models (LLMs) on the Model Context Protocol (MCP) re-encode verbose tool schemas every turn, so prefill - quadratic in sequence length - dominates time-to-first-token (TTFT) as the tool registry grows. Nexus's…