论文标题
故事点努力按文本级别图表神经网络估算
Story Point Effort Estimation by Text Level Graph Neural Network
论文作者
论文摘要
估计通过敏捷方法开发的软件项目的工作对于项目经理或技术潜在客户很重要。它提供了一个摘要,作为完成任务需要多少小时和开发人员的第一视图。有关于自动预测软件工作的研究工作,包括术语频率逆文档频率(TFIDF)作为此问题的传统方法。图神经网络是一种新方法,已在自然语言处理中用于文本分类。图神经网络的优点基于通过图数据结构学习信息的能力,该结构具有更多的表示,例如与矢量化单词序列的方法相比,单词之间的关系。在本文中,我们在故事点级别的估计中显示了图神经网络文本分类的潜在和可能的挑战。通过实验,我们表明,对于故事点级别的分类,GNN文本级别的分类可以达到80%的高度,这与传统方法相当。我们还分析了GNN方法,并指出了GNN方法可以改善此问题或软件工程中其他问题的当前缺点。
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 the tasks. There are research works on automatic predicting the software efforts, including Term Frequency Inverse Document Frequency (TFIDF) as the traditional approach for this problem. Graph Neural Network is a new approach that has been applied in Natural Language Processing for text classification. The advantages of Graph Neural Network are based on the ability to learn information via graph data structure, which has more representations such as the relationships between words compared to approaches of vectorizing sequence of words. In this paper, we show the potential and possible challenges of Graph Neural Network text classification in story point level estimation. By the experiments, we show that the GNN Text Level Classification can achieve as high accuracy as about 80 percent for story points level classification, which is comparable to the traditional approach. We also analyze the GNN approach and point out several current disadvantages that the GNN approach can improve for this problem or other problems in software engineering.