paper-with-me

홈 › Papers

A centroid based framework for text classification in itsm environments

2025-11-12 · Hossein Mohanna, Ali Ait-Bachir arxiv

Text classification with hierarchical taxonomies is a fundamental requirement in IT Service Management (ITSM) systems, where support tickets must be categorized into tree-structured taxonomies. We present a dual-embedding centroid-based classification framework that maintains separate semantic and lexical centroid representations per category, combining them through reciprocal rank fusion at inference time. The framework achieves performance competitive with Support Vector Machines (hierarchical F1: 0.731 vs 0.727) while providing interpretability through centroid representations. Evaluated on 8,968 ITSM tickets across 123 categories, this method achieves 5.9 times faster training and up to 152 times faster incremental updates. With 8.6-8.8 times speedup across batch sizes (100-1000 samples) when excluding embedding computation. These results make the method suitable for production ITSM environments prioritizing interpretability and operational efficiency.

📄 PDF Abstract BibTeX arXiv:2511.20667

Code (0)

등록된 구현이 없습니다.

Tasks

Text Classification

Similar Papers 제목 키워드 기반

SITSMamba for Crop Classification based on Satellite Image Time Series

2024-09-15 · Xiaolei Qin, Xin Su, Liangpei Zhang

Satellite image time series (SITS) data provides continuous observations over time, allowing for the tracking of vegetation changes and growth patterns throughout the seasons and years. Numerous deep learning (DL) approa…

ClassificationCrop ClassificationMambaTime Series

BitsMoE: Efficient Spectral Energy-Guided Bit Allocation for MoE LLM Quantization

2026-05-22 · Jiayu Zhao, Zihan Teng, Minhao Fan, Tianrui Ma 외 arxiv

Mixture-of-Experts (MoE) large language models reduce per-token computation through sparse expert activation, but their deployment remains memory-intensive because all expert weights must be kept resident in memory. Exis…

Centroid estimation based on symmetric KL divergence for Multinomial text classification problem

2018-08-29 · Jiangning Chen, Heinrich Matzinger, Haoyan Zhai, Mi Zhou

We define a new method to estimate centroid for text classification based on the symmetric KL-divergence between the distribution of words in training documents and their class centroids. Experiments on several standard …

General Classificationtext-classificationText Classification

Toward Copyright Integrity and Verifiability via Multi-Bit Watermarking for Intelligent Transportation Systems

2025-02-08 · Yihao Wang, Lingxiao Li, Yifan Tang, Ru Zhang 외

Intelligent transportation systems (ITS) use advanced technologies such as artificial intelligence to significantly improve traffic flow management efficiency, and promote the intelligent development of the transportatio…

Hyperbolic Centroid Calculations for Text Classification

2022-11-08 · Aydın Gerek, Cüneyt Ferahlar, Bilge Şipal Sert, Mehmet Can Yüney 외

A new development in NLP is the construction of hyperbolic word embeddings. As opposed to their Euclidean counterparts, hyperbolic embeddings are represented not by vectors, but by points in hyperbolic space. This makes …

Classificationtext-classificationText ClassificationWord Embeddings