paper-with-me

Papers

Software Development Life Cycle Perspective: A Survey of Benchmarks for Code Large Language Models and Agents

2025-05-08 · Kaixin Wang, Tianlin Li, XiaoYu Zhang, Chong Wang, Weisong Sun, Yang Liu, Bin Shi

Code large language models (CodeLLMs) and agents have shown great promise in tackling complex software engineering tasks.Compared to traditional software engineering methods, CodeLLMs and agents offer stronger abilities, and can flexibly process inputs and outputs in both natural and code. Benchmarking plays a crucial role in evaluating the capabilities of CodeLLMs and agents, guiding their development and deployment. However, despite their growing significance, there remains a lack of comprehensive reviews of benchmarks for CodeLLMs and agents. To bridge this gap, this paper provides a comprehensive review of existing benchmarks for CodeLLMs and agents, studying and analyzing 181 benchmarks from 461 relevant papers, covering the different phases of the software development life cycle (SDLC). Our findings reveal a notable imbalance in the coverage of current benchmarks, with approximately 60% focused on the software development phase in SDLC, while requirements engineering and software design phases receive minimal attention at only 5% and 3%, respectively. Additionally, Python emerges as the dominant programming language across the reviewed benchmarks. Finally, this paper highlights the challenges of current research and proposes future directions, aiming to narrow the gap between the theoretical capabilities of CodeLLMs and agents and their application in real-world scenarios.

📄 PDF Abstract BibTeX arXiv:2505.05283

Code (0)

등록된 구현이 없습니다.

Tasks

Benchmarking

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Explainable Artificial Intelligence Techniques for Software Development Lifecycle: A Phase-specific Survey

2025-05-11 · Lakshit Arora, Sanjay Surendranath Girija, Shashank Kapoor, Aman Raj 외

Artificial Intelligence (AI) is rapidly expanding and integrating more into daily life to automate tasks, guide decision making, and enhance efficiency. However, complex AI models, which make decisions without providing …

counterfactualExplainable artificial intelligenceExplainable Artificial Intelligence (XAI)Survey

Towards a Small Language Model Lifecycle Framework

2025-06-09 · Parsa Miraghaei, Sergio Moreschini, Antti Kolehmainen, David Hästbacka

Background: The growing demand for efficient and deployable language models has led to increased interest in Small Language Models (SLMs). However, existing research remains fragmented, lacking a unified lifecycle perspe…

Language ModelingLanguage ModellingmodelSmall Language Model

Machine Learning Model Development from a Software Engineering Perspective: A Systematic Literature Review

2021-02-15 · Giuliano Lorenzoni, Paulo Alencar, Nathalia Nascimento, Donald Cowan

Data scientists often develop machine learning models to solve a variety of problems in the industry and academy but not without facing several challenges in terms of Model Development. The problems regarding Machine Lea…

BIG-bench Machine LearningSystematic Literature Review

The State of Generative AI in Software Development: Insights from Literature and a Developer Survey

2026-03-17 · Vincent Gurgul, Robin Gubela, Stefan Lessmann arxiv

Generative Artificial Intelligence (GenAI) rapidly transforms software engineering, yet existing research remains fragmented across individual tasks in the Software Development Lifecycle. This study integrates a systemat…

A Survey on Artificial Intelligence for Source Code: A Dialogue Systems Perspective

2022-02-10 · Erfan Al-Hossami, Samira Shaikh

In this survey paper, we overview major deep learning methods used in Natural Language Processing (NLP) and source code over the last 35 years. Next, we present a survey of the applications of Artificial Intelligence (AI…

Survey