PulseAugur
实时 06:46:54
English(EN) Probe-and-Refine Tuning of Repository Guidance for Coding Agents

新的调优方法提升了LLM编码代理的性能

研究人员开发了一种名为探测与精炼调优的新方法,以提高大型语言模型(LLM)编码代理的性能。该技术侧重于增强指导代理访问代码存储库相关部分的引导文件。通过使用合成的bug修复探测,调优过程会迭代地诊断和精炼这些引导文件,从而显著提高代理解决编码任务的能力。这种改进源于对相关文件更好的覆盖率,而不是代码更改本身的精度提高。 AI

影响 这项研究通过优化LLM编码代理导航和理解代码存储库的方式,可能导致更高效、更有效的编码代理,从而可能减少token使用量并提高任务完成率。

排序理由 该集群描述了一篇新的研究论文,其中详细介绍了一种LLM编码代理的新颖调优方法。

在 arXiv cs.LG 阅读 →

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

新的调优方法提升了LLM编码代理的性能

报道来源 [5]

  1. Hugging Face Daily Papers TIER_1 English(EN) ·

    PlanBench-XL:评估大型工具生态系统中LLM工具使用代理的长期规划能力

    PlanBench-XL evaluates large language model agents' ability to plan and adapt in complex tool-rich environments with limited visibility and dynamic disruptions.

  2. arXiv cs.LG TIER_1 English(EN) · Asa Shepard, Jeannie Albrecht ·

    用于编码代理的存储库指导的探测与精炼调优

    arXiv:2606.20512v1 Announce Type: cross Abstract: LLM-based coding agents need higher-level operational knowledge about a repository (which files house which subsystems, how to run the test suite, which workflows have historically led to wrong fixes) that does not exist in the co…

  3. arXiv cs.LG TIER_1 English(EN) · Jeannie Albrecht ·

    面向编码代理的知识库引导的探测与精调

    LLM-based coding agents need higher-level operational knowledge about a repository (which files house which subsystems, how to run the test suite, which workflows have historically led to wrong fixes) that does not exist in the code itself. Engineers typically maintain \texttt{AG…

  4. dev.to — LLM tag TIER_1 English(EN) · Prabhakar Chaudhary ·

    FastContext:为何代码助手受益于独立的仓库浏览器

    <p>Coding agents spend a surprising amount of their work just figuring out where the relevant code lives. In the new <a href="https://arxiv.org/abs/2606.14066" rel="noopener noreferrer">FastContext paper</a> and project repo (<a href="https://github.com/microsoft/fastcontext" rel…

  5. dev.to — LLM tag TIER_1 English(EN) · pueding ·

    Microsoft FastContext:代码库探索子代理将编码代理令牌削减 60%:探索子代理上下文卸载

    <p> </p> <p><strong>What:</strong> The <strong>FastContext</strong> paper (Microsoft) trains a dedicated <strong>explorer subagent</strong> — a 4B-30B model the main coding agent calls to find code — that issues read-only searches and returns compact file-line citations instead o…