paper-with-me

Papers

Agile Effort Estimation: Have We Solved the Problem Yet? Insights From A Replication Study

2022-01-14 · Vali Tawosi, Rebecca Moussa, Federica Sarro

In the last decade, several studies have explored automated techniques to estimate the effort of agile software development. We perform a close replication and extension of a seminal work proposing the use of Deep Learning for Agile Effort Estimation (namely Deep-SE), which has set the state-of-the-art since. Specifically, we replicate three of the original research questions aiming at investigating the effectiveness of Deep-SE for both within-project and cross-project effort estimation. We benchmark Deep-SE against three baselines (i.e., Random, Mean and Median effort estimators) and a previously proposed method to estimate agile software project development effort (dubbed TF/IDF-SVM), as done in the original study. To this end, we use the data from the original study and an additional dataset of 31,960 issues mined from TAWOS, as using more data allows us to strengthen the confidence in the results, and to further mitigate external validity threats. The results of our replication show that Deep-SE outperforms the Median baseline estimator and TF/IDF-SVM in only very few cases with statistical significance (8/42 and 9/32 cases, respectively), thus confounding previous findings on the efficacy of Deep-SE. The two additional RQs revealed that neither augmenting the training set nor pre-training Deep-SE play lead to an improvement of its accuracy and convergence speed. These results suggest that using semantic similarity is not enough to differentiate user stories with respect to their story points; thus, future work has yet to explore and find new techniques and features that obtain accurate agile software development estimates.

📄 PDF Abstract BibTeX arXiv:2201.05401

Code (1)

solar-group/agileeffortestimation 공식 구현

Tasks

Semantic SimilaritySemantic Textual Similarity

Similar Papers 제목 키워드 기반

Recent Advances in Software Effort Estimation using Machine Learning

2023-03-06 · Victor Uc-Cetina

An increasing number of software companies have already realized the importance of storing project-related data as valuable sources of information for training prediction models. Such kind of modeling opens the door for …

Agile Software Effort Estimation using Regression Techniques

2025-10-06 · Sisay Deresa Sima, Ayalew Belay Habtie arxiv

Software development effort estimation is one of the most critical aspect in software development process, as the success or failure of the entire project depends on the accuracy of estimations. Researchers are still con…

A Constraint Programming Model for the Super-Agile Earth Observation Satellite Imaging Scheduling Problem

2026-01-17 · Margarida Caleiras, Samuel Moniz, Paulo Jorge Nascimento arxiv

As the dependence on satellite imaging continues to grow, modern satellites have become increasingly agile, with the new generation, namely super-agile Earth observation satellites (SAEOS), providing unprecedented imagin…

Agile Story-Point Estimation: Is RAG a Better Way to Go?

2026-04-03 · Lamyea Maha, Tajmilur Rahman, Chanchal Roy arxiv

The sprint-based iterative approach in the Agile software development method allows continuous feedback and adaptation. One of the crucial Agile software development activities is the sprint planning session where develo…

Story Point Effort Estimation by Text Level Graph Neural Network

2022-03-06 · Hung Phan, Ali Jannesari

Estimating the software projects' efforts developed by agile methods is important for project managers or technical leads. It provides a summary as a first view of how many hours and developers are required to complete t…

ClassificationGraph Neural Networktext-classificationText Classification