Mo2oM assigns classes to overlapping microservices using UniXcoder embeddings and NOCD soft clustering, claiming large gains in modularity metrics over hard-clustering baselines on four monoliths.
Text Classification: Neural Networks VS Machine Learning Models VS Pre-trained Models
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Text classification is a very common task nowadays and there are many efficient methods and algorithms that we can employ to accomplish it. Transformers have revolutionized the field of deep learning, particularly in Natural Language Processing (NLP) and have rapidly expanded to other domains such as computer vision, time-series analysis and more. The transformer model was firstly introduced in the context of machine translation and its architecture relies on self-attention mechanisms to capture complex relationships within data sequences. It is able to handle long-range dependencies more effectively than traditional neural networks (such as Recurrent Neural Networks and Multilayer Perceptrons). In this work, we present a comparison between different techniques to perform text classification. We take into consideration seven pre-trained models, three standard neural networks and three machine learning models. For standard neural networks and machine learning models we also compare two embedding techniques: TF-IDF and GloVe, with the latter consistently outperforming the former. Finally, we demonstrate the results from our experiments where pre-trained models such as BERT and DistilBERT always perform better than standard models/algorithms.
citation-role summary
citation-polarity summary
fields
cs.SE 1years
2025 1verdicts
REJECT 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
Extracting Overlapping Microservices from Monolithic Code via Deep Semantic Embeddings and Graph Neural Network-Based Soft Clustering
Mo2oM assigns classes to overlapping microservices using UniXcoder embeddings and NOCD soft clustering, claiming large gains in modularity metrics over hard-clustering baselines on four monoliths.