Classifying the Unstructured IT Service Desk Tickets Using Ensemble of Classifiers

Ramya C,Paramesh S.P,Shreedhara K S
DOI: https://doi.org/10.48550/arXiv.2103.15822
2021-03-30
Abstract:Manual classification of IT service desk tickets may result in routing of the tickets to the wrong resolution group. Incorrect assignment of IT service desk tickets leads to reassignment of tickets, unnecessary resource utilization and delays the resolution time. Traditional machine learning algorithms can be used to automatically classify the IT service desk tickets. Service desk ticket classifier models can be trained by mining the historical unstructured ticket description and the corresponding label. The model can then be used to classify the new service desk ticket based on the ticket description. The performance of the traditional classifier systems can be further improved by using various ensemble of classification techniques. This paper brings out the three most popular ensemble methods ie, Bagging, Boosting and Voting ensemble for combining the predictions from different models to further improve the accuracy of the ticket classifier system. The performance of the ensemble classifier system is checked against the individual base classifiers using various performance metrics. Ensemble of classifiers performed well in comparison with the corresponding base classifiers. The advantages of building such an automated ticket classifier systems are simplified user interface, faster resolution time, improved productivity, customer satisfaction and growth in business. The real world service desk ticket data from a large enterprise IT infrastructure is used for our research purpose.
Machine Learning
What problem does this paper attempt to address?
The problem that this paper attempts to solve is: Manual classification of IT service desk tickets may lead to tickets being assigned to the wrong resolution groups, resulting in unnecessary resource consumption and delaying the time to solve problems. Specifically: - **Manual classification problems**: When submitting tickets, employees may choose the wrong classification based on their personal understanding of the problem, which will cause tickets to be assigned to the wrong resolution teams. - **Resource waste and inefficiency**: Misclassified tickets need to be re - assigned, which not only wastes time and resources but may also prolong the problem - solving time and affect customer satisfaction. To solve these problems, the author proposes a method of automatically classifying IT service desk tickets using an ensemble of classifiers. Through this method, the accuracy of classification can be improved, the user interface can be simplified, the problem - solving speed can be accelerated, productivity and customer satisfaction can be increased, and thus business growth can be promoted. ### Specific objectives of the paper: 1. **Construct IT service desk ticket classifiers**: Use different ensemble classification methods (such as Bagging, Boosting, and voting ensemble) to construct classifiers. 2. **Evaluate and compare ensemble classifiers with traditional base classifiers**: Use various classification performance evaluation metrics (such as accuracy, precision, recall, and F1 - score) to evaluate the performance of ensemble classifiers and compare them with base classifiers. ### Main contributions: - Proposed the use of ensemble learning methods to improve the accuracy of ticket classification. - Verified through experiments that ensemble classifiers perform better than single base classifiers. - Handled the noise and imbalanced class problems in actual data to ensure the robustness and practicality of the model. ### Application scenarios: This research uses a dataset of actual service desk tickets from a large - enterprise IT infrastructure, covering multiple types of problems such as hardware, software, and network. Through the automated classification system, tickets can be managed and assigned more efficiently, thereby improving the overall service level.