paper-with-me

Papers

GitHub Copilot AI pair programmer: Asset or Liability?

2022-06-30 · Arghavan Moradi Dakhel, Vahid Majdinasab, Amin Nikanjam, Foutse khomh, Michel C. Desmarais, Zhen Ming, Jiang

Automatic program synthesis is a long-lasting dream in software engineering. Recently, a promising Deep Learning (DL) based solution, called Copilot, has been proposed by OpenAI and Microsoft as an industrial product. Although some studies evaluate the correctness of Copilot solutions and report its issues, more empirical evaluations are necessary to understand how developers can benefit from it effectively. In this paper, we study the capabilities of Copilot in two different programming tasks: (i) generating (and reproducing) correct and efficient solutions for fundamental algorithmic problems, and (ii) comparing Copilot's proposed solutions with those of human programmers on a set of programming tasks. For the former, we assess the performance and functionality of Copilot in solving selected fundamental problems in computer science, like sorting and implementing data structures. In the latter, a dataset of programming problems with human-provided solutions is used. The results show that Copilot is capable of providing solutions for almost all fundamental algorithmic problems, however, some solutions are buggy and non-reproducible. Moreover, Copilot has some difficulties in combining multiple methods to generate a solution. Comparing Copilot to humans, our results show that the correct ratio of humans' solutions is greater than Copilot's suggestions, while the buggy solutions generated by Copilot require less effort to be repaired.

📄 PDF Abstract BibTeX arXiv:2206.15331

Code (1)

copilot-eval-replication-package/copilotevaluation 공식 구현

Tasks

Program Synthesis

Similar Papers 제목 키워드 기반

Reading Between the Lines: Modeling User Behavior and Costs in AI-Assisted Programming

2022-10-25 · Hussein Mozannar, Gagan Bansal, Adam Fourney, Eric Horvitz

Code-recommendation systems, such as Copilot and CodeWhisperer, have the potential to improve programmer productivity by suggesting and auto-completing code. However, to fully realize their potential, we must understand …

Code CompletionRecommendation Systems

The Impact of Generative AI on Collaborative Open-Source Software Development: Evidence from GitHub Copilot

2024-10-02 · Fangchen Song, Ashish Agarwal, Wen Wen

Generative artificial intelligence (AI) has opened the possibility of automated content production, including coding in software development, which can significantly influence the participation and performance of softwar…

Rethinking Software Engineering in the Foundation Model Era: From Task-Driven AI Copilots to Goal-Driven AI Pair Programmers

2024-04-16 · Ahmed E. Hassan, Gustavo A. Oliva, Dayi Lin, Boyuan Chen 외

The advent of Foundation Models (FMs) and AI-powered copilots has transformed the landscape of software development, offering unprecedented code completion capabilities and enhancing developer productivity. However, the …

Code CompletionDecision MakingSelf-Learning

Asleep at the Keyboard? Assessing the Security of GitHub Copilot's Code Contributions

2021-08-20 · Hammond Pearce, Baleegh Ahmad, Benjamin Tan, Brendan Dolan-Gavitt 외

There is burgeoning interest in designing AI-based systems to assist humans in designing computing systems, including tools that automatically generate computer code. The most notable of these comes in the form of the fi…

Code GenerationDiversityLanguage ModelingLanguage Modelling

Programming with AI: Evaluating ChatGPT, Gemini, AlphaCode, and GitHub Copilot for Programmers

2024-11-14 · Md Kamrul Siam, Huanying Gu, Jerry Q. Cheng

Our everyday lives now heavily rely on artificial intelligence (AI) powered large language models (LLMs). Like regular users, programmers are also benefiting from the newest large language models. In response to the crit…

Code Generation