paper-with-me

Papers

Text classification using machine learning methods

2025-02-27 · Bogdan Oancea

In this paper we present the results of an experiment aimed to use machine learning methods to obtain models that can be used for the automatic classification of products. In order to apply automatic classification methods, we transformed the product names from a text representation to numeric vectors, a process called word embedding. We used several embedding methods: Count Vectorization, TF-IDF, Word2Vec, FASTTEXT, and GloVe. Having the product names in a form of numeric vectors, we proceeded with a set of machine learning methods for automatic classification: Logistic Regression, Multinomial Naive Bayes, kNN, Artificial Neural Networks, Support Vector Machines, and Decision trees with several variants. The results show an impressive accuracy of the classification process for Support Vector Machines, Logistic Regression, and Random Forests. Regarding the word embedding methods, the best results were obtained with the FASTTEXT technique.

📄 PDF Abstract BibTeX arXiv:2502.19801

Code (0)

등록된 구현이 없습니다.

Tasks

Classificationregressiontext-classificationText Classification

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
GloVe GloVe Embeddings are a type of word embedding that encode the co-occurrence probability ratio between two words as vector differences. GloVe uses a weighted least squares…
fastText fastText embeddings exploit subword information to construct word embeddings. Representations are learnt of character $n$-grams, and words represented as the sum of the…

Similar Papers 제목 키워드 기반

Turkish Text Classification: From Lexicon Analysis to Bidirectional Transformer

2020-08-21 · Deniz Kavi

Text classification has seen an increased use in both academic and industry settings. Though rule based methods have been fairly successful, supervised machine learning has been shown to be most successful for most langu…

BIG-bench Machine LearningClassificationGeneral ClassificationSentiment Analysis+2

Quantum Text Classifier -- A Synchronistic Approach Towards Classical and Quantum Machine Learning

2023-05-22 · Dr. Prabhat Santi, Kamakhya Mishra, Sibabrata Mohanty

Although it will be a while before a practical quantum computer is available, there is no need to hold off. Methods and algorithms are being developed to demonstrate the feasibility of running machine learning (ML) pipel…

ClassificationQuantum Machine Learningtext-classificationText Classification

Fine-tuning Large Language Models for Multigenerator, Multidomain, and Multilingual Machine-Generated Text Detection

2024-01-22 · Feng Xiong, Thanet Markchom, Ziwei Zheng, Subin Jung 외

SemEval-2024 Task 8 introduces the challenge of identifying machine-generated texts from diverse Large Language Models (LLMs) in various languages and domains. The task comprises three subtasks: binary classification in …

Binary ClassificationClassificationMulti-class Classificationtext-classification+2

A Comparison of Identification Methods of Brazilian Music Styles by Lyrics

2020-07-01 · WS 2020 7 · Patrick Guimar{\~a}es, Jader Froes, Douglas Costa, Larissa Freitas

In our work, we applied different techniques for the task of genre classification using lyrics. Utilizing our dataset with lyrics of typical genres in Brazil divided into seven classes, we apply some models used in machi…

BIG-bench Machine LearningClassificationGeneral ClassificationGenre classification+2

A Survey of Naïve Bayes Machine Learning approach in Text Document Classification

2010-03-09 · Vidhya. K. A, G. Aghila

Text Document classification aims in associating one or more predefined categories based on the likelihood suggested by the training set of labeled documents. Many machine learning algorithms play a vital role in trainin…

BIG-bench Machine LearningClassificationDocument Classificationfeature selection+1