Design and Construction of the Word Embedding Model for Automated Bug Detection Using Deep Learning Techniques

 

 

 

Khasimbee Shaik1,*, K .V. Satyanarayana2, Tirimula Rao Benala3

 

1Research Scholar, Department of Computer Science and Engineering, Jawaharlal Nehru Technological University Gurajada Vizianagaram, Dwarapudi, Vizianagaram, Andhra Pradesh-535003, India.

 

2Department of CSE (AI&ML), Raghu Engineering College, Visakhapatnam, Andhra Pradesh-531162, India

 

3Department of Information Technology, JNTU-GV College of Engineering, Vizianagaram, Jawaharlal Nehru Technological University Gurajada Vizianagaram, Dwarapudi, Vizianagaram, Andhra Pradesh-535003, India

 

Emails: khasimbee.shaik786@gmail.com; vsatyanarayana.kalahasthi@gmail.com; b.tirimula@gmail.com

 

Text Box: Abstract

Software quality assurance teams can increase productivity and efficiency by expediting the issue-fixing process through automatic localization of bug files. Although source code and bug reports provide valuable semantic information, current bug localization techniques typically underuse it. Numerous deep learning and word embedding models have been developed over time. The word-embedding model used to represent bug reports and the deep learning model used for categorization determine how effective those methods are. Aim of this research is to construct word-embedding method, which has been automated for bug detection using deep learning techniques. Here the input data has been collected as software design based monitored data and processed. Then this data has been analyzed using Bi-LSTM voting vector word embedding model and the feature classification is carried out using convolutional naïve bays attention perceptron neural network in bug detection model. The experimental analysis is carried out in terms of training accuracy, precision, Mean square error, F-1 score, and recall. Furthermore, cross-training datasets from the same and distinct domains are used to gauge how effective the suggested approach is. For datasets in the same domain, suggested system obtains a good high accuracy rate; for datasets in separate domains, it achieves a poor accuracy rate.

 

Received: March 11, 2025 Revised: June 04, 2025 Accepted: July 09, 2025

Keywords: Word embedding model; Bug detection; Deep learning techniques; Bi-LSTM voting vector; Convolutional naïve bays