paper-with-me

Papers

Efficient Story Point Estimation With Comparative Learning

2025-07-19 · Monoshiz Mahbub Khan, Xiaoyin Xi, Andrew Meneely, Yiming Tang, Zhe Yu arxiv

Story points are unitless, project-specific effort estimates that help developers plan their sprints. Traditionally, developers have collaboratively estimated story points using planning poker or other manual techniques. Machine learning can reduce this burden, but only with sufficient context from the historical decisions made by the project team. That is, state-of-the-art models, such as GPT2SP and FastText-SVM, only make accurate (within-project) predictions when they are trained on data from the same project. The goal of this study is to streamline story point estimation by evaluating a comparative learning-based framework for calibrating project-specific story point prediction models. Instead of assigning a specific story point value to every backlog item, developers are presented with pairs of items and asked to indicate which item requires more effort. Using these comparative judgments, a machine learning model was trained to predict the story point estimates. We empirically evaluated our technique using data from 23,313 manual estimates across 16 projects. The model trained on comparative judgments achieved, on average, a 0.34 Spearman's rank correlation coefficient between its predictions and the ground truth story points. This is similar to, if not better than, the performance of a state-of-the-art regression model trained on ground truth story points. Through human subject experiments, the advantages of comparative judgments were validated - higher confidence, lower annotation time, and comparable agreement were observed for comparative judgments compared to direct ratings. In summary, the proposed comparative learning approach is more efficient than regression-based approaches, given its better performance, lower required annotation time, and higher training data reliability.

📄 PDF Abstract BibTeX arXiv:2507.14642

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A deep learning model for estimating story points

2016-09-02 · Morakot Choetkiertikul, Hoa Khanh Dam, Truyen Tran, Trang Pham 외

Although there has been substantial research in software analytics for effort estimation in traditional software projects, little work has been done for estimation in agile projects, especially estimating user stories or…

Deep LearningFeature EngineeringmodelPrediction

Heterogeneous Graph Neural Networks for Software Effort Estimation

2022-06-22 · Hung Phan, Ali Jannesari

Software effort can be measured by story point [35]. Current approaches for automatically estimating story points focus on applying pre-trained embedding models and deep learning for text regression to solve this problem…

Graph Neural Network

Branching Narratives: Character Decision Points Detection

2024-05-12 · Alexey Tikhonov

This paper presents the Character Decision Points Detection (CHADPOD) task, a task of identification of points within narratives where characters make decisions that may significantly influence the story's direction. We …

Multimodal Generative AI for Story Point Estimation in Software Development

2025-05-22 · Mohammad Rubyet Islam, Peter Sandborn

This research explores the application of Multimodal Generative AI to enhance story point estimation in Agile software development. By integrating text, image, and categorical data using advanced models like BERT, CNN, a…

Data IntegrationManagement

Search-based Optimisation of LLM Learning Shots for Story Point Estimation

2024-03-13 · Vali Tawosi, Salwa Alamir, Xiaomo Liu

One of the ways Large Language Models (LLMs) are used to perform machine learning tasks is to provide them with a few examples before asking them to produce a prediction. This is a meta-learning process known as few-shot…

Few-Shot LearningMeta-Learning