PulseAugur
实时 13:00:24
English(EN) MatchFixAgent: Language-Agnostic Autonomous Repository-Level Code Translation Validation and Repair

MatchFixAgent 使用 LLM 进行语言无关的代码翻译修复

研究人员开发了 MatchFixAgent,一个利用大型语言模型自动验证和修复编程语言之间代码翻译的新框架。该系统采用多代理架构进行彻底的语义分析,旨在克服现有方法在泛化能力方面存在的局限性以及对不充分测试套件的依赖。与以往的方法相比,MatchFixAgent 在识别等价性方面表现出高准确率,并显著提高了修复错误翻译的成功率。 AI

影响 这个基于 LLM 的框架可以通过提高跨不同编程语言的代码翻译的准确性和效率来简化软件开发。

排序理由 该集群包含一篇详细介绍代码翻译验证和修复新方法的学术论文。[lever_c_demoted from research: ic=1 ai=1.0]

在 arXiv cs.LG 阅读 →

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

MatchFixAgent 使用 LLM 进行语言无关的代码翻译修复

报道来源 [1]

  1. arXiv cs.LG TIER_1 English(EN) · Ali Reza Ibrahimzada, Brandon Paulsen, Reyhaneh Jabbarvand, Joey Dodds, Daniel Kroening ·

    MatchFixAgent: Language-Agnostic Autonomous Repository-Level Code Translation Validation and Repair

    arXiv:2509.16187v3 Announce Type: replace-cross Abstract: Code translation transforms source code from one programming language (PL) to another. Validating the functional equivalence of translation and repairing, if necessary, are critical steps in code translation. Existing auto…