CFP last date
20 May 2024
Reseach Article

Leveraging the Text Mining to Automate the Customer Helpdesk Systems

by Paramesh S.P., Shreedhara K.S.
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 183 - Number 17
Year of Publication: 2021
Authors: Paramesh S.P., Shreedhara K.S.
10.5120/ijca2021921519

Paramesh S.P., Shreedhara K.S. . Leveraging the Text Mining to Automate the Customer Helpdesk Systems. International Journal of Computer Applications. 183, 17 ( Jul 2021), 35-41. DOI=10.5120/ijca2021921519

@article{ 10.5120/ijca2021921519,
author = { Paramesh S.P., Shreedhara K.S. },
title = { Leveraging the Text Mining to Automate the Customer Helpdesk Systems },
journal = { International Journal of Computer Applications },
issue_date = { Jul 2021 },
volume = { 183 },
number = { 17 },
month = { Jul },
year = { 2021 },
issn = { 0975-8887 },
pages = { 35-41 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume183/number17/32021-2021921519/ },
doi = { 10.5120/ijca2021921519 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-07T01:17:06.696991+05:30
%A Paramesh S.P.
%A Shreedhara K.S.
%T Leveraging the Text Mining to Automate the Customer Helpdesk Systems
%J International Journal of Computer Applications
%@ 0975-8887
%V 183
%N 17
%P 35-41
%D 2021
%I Foundation of Computer Science (FCS), NY, USA
Abstract

Customer helpdesk system plays an important role in assisting the end users or customers of the organization to get the resolutions for their service-related problems. In a typical customer helpdesk service environment, manual classification of tickets may involve misclassification and hence results in addressing the ticket to a wrong domain expert group. There is a need to develop an automated ticket classifier system which does the auto categorization of helpdesk tickets. This research paper presents such an automated helpdesk ticket classifier by using the artificial intelligence concepts like text document classification and natural language processing techniques. The proposed helpdesk ticket classifier model categorizes the incoming ticket by mining the unstructured text description entered by the end user. The research work uses the vector space model with TF-IDF term weighting approach for the representation of helpdesk tickets and Chi-square term selection technique for the dimensionality reduction. Finally, the classification techniques like linear Support vector machines, ID3 Decision trees and ensemble Random Forest are used to build an automated ticket classifier model. Real world helpdesk ticket datasets belonging to two different domain areas are used for the experimental purposes. The effectiveness of the chosen ticket classifier models is measured using various model evaluation metrics. Ensemble based Random Forest classifier performed well when compared to all other considered models. Automated ticket classifier systems result in faster ticket resolution, effective resource utilization and enhanced growth in business.

References
  1. P. Kubiak, S. Rass, “An Overview of Data-Driven Techniques for IT-Service-Management,” IEEE Access, 6,63664–63688,2018.
  2. Al-hawari, Feras& Barham, Hala. A Machine Learning Based Help Desk System for IT Service Management. Journal of King Saud University.2019.
  3. Diao, Y., Jamjoom, H., & Loewenstern, D. Rule-based problem classification in it service management.In Cloud Computing, CLOUD'09,IEEE International Conference, pp. 221-228,2009.
  4. Paramesh S.P., Shreedhara K.S. Automated IT Service Desk Systems Using Machine Learning Techniques. In: International conference on Data Analytics and Learning, Springer LNNS,vol 43, pp.331-346, 2019.
  5. S. Silva, R. Pereira, and R. Ribeiro. Machine learning in incident categorization automation. In 2018 IEEE 13th Iberian Conference on Information Systems and Technologies (CISTI), pp 1-6, 2018.
  6. Roy S, Malladi VV, Gangwar A, Dharmaraj R. A NMF-based learning of topics and clusters for IT maintenance tickets aided by heuristic. In: Information systems in the big data era - CAiSE Forum, Tallinn, Estonia, Proceedings; p. 209–217, 2018.
  7. S. Agarwal, V. Aggarwal, A. R. Akula, G. B. Dasgupta and G. Sridhara, "Automatic problem extraction and analysis from unstructured text in IT tickets," in IBM Journal of Research and Development, vol. 61, no. 1, pp. 4:41-4:52, 2017.
  8. G. B. Dasgupta, T. K. Nayak, A. R. Akula, S. Agarwal, S. J. Nadgowda, "Towards auto-remediation in services delivery: Context-based classification of noisy and unstructured tickets", Proc. Int. Conf. Service-Orient. Comput. (SOC), pp. 478-485,2014.
  9. MucahitAltintas and CuneydTantug, “Machine Learning Based Ticket Classification in Issue Tracking Systems”, Proceedings of International Conference on Artificial Intelligence and Computer Science, pp. 1-6, 2014.
  10. Sebastiani F., “Machine Learning in Automated Text Categorization”, ACM Computing Surveys, vol. 34 (1), pp. 1-47, 2002.
  11. A. Khan, B. Baharudin, L.H. Lee, Kh. Khan, A Review of Machine Learning Algorithms for Text-Documents Classification, Journal of Advances in Information Technology, 1(1):4–20, 2010.
  12. Joachims, Thorsten. "Text categorization with support vector machines: learning with many relevant features." Paper presented at the meeting of the Proceedings of ECML-98, 10th European Conference on Machine Learning, Chemnitz, DE, 1998.
  13. Kaestner, Celso. (2013). Support Vector Machines and Kernel Functions for Text Processing. Revista de InformáticaTeórica e Aplicada. 20. 130. 10.22456/2175-2745.39702.
  14. K. Kowsari, K.J. Meimandi, M. Heidarysafa, S. Mendu, L.E. Barnes and D.E. Brown, “Text Classification Algorithms: A Survey”, Proceedings of International Conference on Computation and Language, pp.1-7, 2019.
  15. Kotsiantis, S.B. Decision trees: A recent overview. Artif. Intell. Rev, 39, 261–283, 2013.
  16. Xu, Baojun& Huang, Joshua & Williams, Graham & Wang, Qiang& Ye, Yunming. Classifying Very High-Dimensional Data with Random Forests Built from Small Subspaces. International Journal of Data Warehousing and Mining, 8(2), 44-63, 2012.
Index Terms

Computer Science
Information Sciences

Keywords

Text mining Helpdesk systems Ticket classifier Feature selection Support vector machines Random Forest