PulseAugur
实时 18:02:17
English(EN) Viverra: Text-to-Code with Guarantees

Viverra系统生成带有已验证断言的代码

研究人员开发了Viverra,一个旨在解决AI生成代码缺乏正确性保证的系统。Viverra根据自然语言描述合成C程序,并自动生成关于其安全性和正确性的候选断言。然后使用一套有界模型检查器来验证这些断言,旨在通过减少手动代码审查和测试的需求来提高开发人员的效率。 AI

影响 通过提供形式化验证来增强对AI生成代码的信任,可能加速其在关键软件开发中的应用。

排序理由 该集群描述了一篇介绍用于生成带有已验证断言的代码的系统的研究论文。[lever_c_demoted from research: ic=1 ai=1.0]

在 arXiv cs.AI 阅读 →

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

Viverra系统生成带有已验证断言的代码

报道来源 [1]

  1. arXiv cs.AI TIER_1 English(EN) · Nina Narodytska ·

    Viverra: Text-to-Code with Guarantees

    A fundamental limitation of Text-to-Code is that no guarantee can be obtained about the correctness of the generated code. Therefore, to ensure its correctness, the generated code still has to be reviewed, tested, and maintained by developers. However, parsing through LLM-generat…