PulseAugur
实时 08:38:31
English(EN) Diagnosis Is Not Prescription: Linguistic Co-Adaptation Explains Patching Hazards in LLM Pipelines

语言协同适应解释了 LLM 代理的修补风险

一项新的研究论文提出了“语言契约”假说,以解释为什么修复多模块 LLM 代理中最有问题模块的行为会适得其反地导致性能下降。研究发现,尽管因果分析通常将路由模块指向为瓶颈,但在此处注入修正会降低结果。相反,修补上游的查询重写模块被证明更有效,这表明下游模块会适应上游的错误分布,而直接修正会破坏这种隐含的对齐。 AI

影响 解释了为什么直接干预 LLM 代理瓶颈会失败,并提出需要间接修补策略来维持系统对齐。

排序理由 该集群包含一篇学术论文,详细介绍了与 LLM 代理行为相关的新假说和经验发现。

在 arXiv cs.CL 阅读 →

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

报道来源 [2]

  1. arXiv cs.CL TIER_1 English(EN) · Yoon Jeonghun, Kim Dongchan ·

    诊断而非处方:语言协同适应解释了LLM管道中的修补风险

    arXiv:2605.21958v1 Announce Type: new Abstract: When a multi-module LLM agent fails, the module most responsible for the failure is not necessarily the best place to intervene. We demonstrate this Diagnostic Paradox empirically: causal analysis consistently identifies the routing…

  2. arXiv cs.CL TIER_1 English(EN) · Kim Dongchan ·

    诊断而非处方:语言协同适应解释了大型语言模型管道中的修补风险

    When a multi-module LLM agent fails, the module most responsible for the failure is not necessarily the best place to intervene. We demonstrate this Diagnostic Paradox empirically: causal analysis consistently identifies the routing module -- which selects which tool to call next…