BriefGPT.xyz
Mar, 2023
大型语言模型与简单愚蠢的错误
Large Language Models and Simple, Stupid Bugs
HTML
PDF
Kevin Jesse, Toufique Ahmed, Premkumar T. Devanbu, Emily Morgan
TL;DR
本研究检验了AI助手Copilot使用Codex生成代码时存在的简单错误(SStuBs),发现Codex和其他大型语言模型确实可以避免一些SStuBs,但会生成已知的错误。我们探讨了这些错误的后果,并提出了一些避免策略,可能减少已知的SStuBs的产生,增加已知错误的修复概率。
Abstract
With the advent of powerful neural language models,
ai
-based systems to assist developers in coding tasks are becoming widely available;
copilot
is one such system.
→