PulseAugur
实时 20:23:22

LLM通过迭代反馈和效率关注改进代码生成

研究人员正在探索新的方法来提高大型语言模型(LLM)生成代码的可靠性和效率。一项研究侧重于迭代反馈循环,利用编译器错误消息和测试用例结果来帮助LLM改进其代码,其中推理模型比非推理模型显示出显著的改进。另一篇论文介绍了一个名为SwiftTrans的框架,旨在提高LLM翻译代码的功能正确性和运行时效率,解决了LLM生成的程序可能比人类编写的程序慢的问题。第三种方法通过选择性地生成代码并使用自动生成的单元测试来评估和控制正确性来解决代码幻觉问题。 AI

影响 这些研究论文探讨了提高LLM生成代码的准确性、效率和可靠性的方法,有可能加速其在安全关键型应用中的采用。

排序理由 多篇在arXiv上发表的研究论文,详细介绍了改进LLM代码生成能力的新方法。

在 Hugging Face Daily Papers 阅读 →

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

LLM通过迭代反馈和效率关注改进代码生成

报道来源 [7]

  1. arXiv cs.AI TIER_1 English(EN) · Zepeng Li, Jie Ren, Zhanyong Tang, Jie Zheng, Zheng Wang ·

    AutoPass:用于编译器性能调优的证据引导式 LLM 代理

    arXiv:2606.20373v1 Announce Type: cross Abstract: Large Language Models (LLMs) show promise for code compilation tasks, but applying them to runtime performance tuning is difficult due to complex microarchitectural effects and noisy runtime measurements. We present AutoPass, a mu…

  2. arXiv cs.AI TIER_1 English(EN) · Zheng Wang ·

    AutoPass:用于编译器性能调优的证据引导式 LLM 代理

    Large Language Models (LLMs) show promise for code compilation tasks, but applying them to runtime performance tuning is difficult due to complex microarchitectural effects and noisy runtime measurements. We present AutoPass, a multi-agent framework for compiler performance tunin…

  3. arXiv cs.CL TIER_1 English(EN) · Longhui Zhang, Jiahao Wang, Chenhao Hu, Bingyu Liang, Jing Li, Min Zhang ·

    弥合LLM代码翻译中的功能正确性与运行时效率差距

    arXiv:2606.17683v1 Announce Type: new Abstract: While large language models (LLMs) have greatly advanced the functional correctness of automated code translation systems, the runtime efficiency of translated programs has received comparatively little attention. With the waning of…

  4. arXiv cs.AI TIER_1 English(EN) · Le Zhang, Suresh Kothari ·

    利用迭代反馈循环解锁LLM代码纠错功能

    arXiv:2606.17514v1 Announce Type: cross Abstract: Large Language Models have shown remarkable capabilities in code generation. However, most existing evaluations focus only on single-attempt accuracy and overlook the iterative refinement process that is central to real-world prog…

  5. arXiv cs.CL TIER_1 English(EN) · Min Zhang ·

    弥合LLM驱动的代码翻译在功能正确性与运行时效率上的差距

    While large language models (LLMs) have greatly advanced the functional correctness of automated code translation systems, the runtime efficiency of translated programs has received comparatively little attention. With the waning of Moore's law, runtime efficiency has become incr…

  6. arXiv cs.LG TIER_1 English(EN) · Jaewoo Jeong, Taesoo Kim, Sangdon Park ·

    面向具有选择性生成的代码大模型的函数正确性

    arXiv:2505.13553v3 Announce Type: replace-cross Abstract: The hallucination of code generation models hinders their applicability to systems requiring higher safety standards. One critical bottleneck in addressing code hallucination is the difficulty of identifying the functional…

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

    无资源、无基准、没问题?评估和改进无资源语言代码生成的大型语言模型

    Research addresses code generation challenges for no-resource programming languages by developing benchmarks and proposing a method that combines further pre-training with weight difference transfer to create specialized instruction-following models at reduced computational cost.