BriefGPT.xyz
Mar, 2024
利用线性逻辑方法进行软件漏洞和功能评估
Software Vulnerability and Functionality Assessment using LLMs
HTML
PDF
Rasmus Ingemann Tuffveson Jensen, Vali Tawosi, Salwa Alamir
TL;DR
通过研究使用大型语言模型(LLMs)在代码审查中的作用,其中包括检测安全漏洞和验证软件功能的有效性,本文发现大型专有模型在这些任务上的性能显著优于小型开源模型,并证明了LLMs能够生成与真实漏洞相关的详细描述。
Abstract
While
code review
is central to the software development process, it can be tedious and expensive to carry out. In this paper, we investigate whether and how
large language models
(LLMs) can aid with code reviews
→