paper-with-me

홈 › Papers

Embedding generation for text classification of Brazilian Portuguese user reviews: from bag-of-words to transformers

2022-12-01 · Frederico Dias Souza, João Baptista de Oliveira e Souza Filho

Text classification is a natural language processing (NLP) task relevant to many commercial applications, like e-commerce and customer service. Naturally, classifying such excerpts accurately often represents a challenge, due to intrinsic language aspects, like irony and nuance. To accomplish this task, one must provide a robust numerical representation for documents, a process known as embedding. Embedding represents a key NLP field nowadays, having faced a significant advance in the last decade, especially after the introduction of the word-to-vector concept and the popularization of Deep Learning models for solving NLP tasks, including Convolutional Neural Networks (CNNs), Recurrent Neural Networks (RNNs), and Transformer-based Language Models (TLMs). Despite the impressive achievements in this field, the literature coverage regarding generating embeddings for Brazilian Portuguese texts is scarce, especially when considering commercial user reviews. Therefore, this work aims to provide a comprehensive experimental study of embedding approaches targeting a binary sentiment classification of user reviews in Brazilian Portuguese. This study includes from classical (Bag-of-Words) to state-of-the-art (Transformer-based) NLP models. The methods are evaluated with five open-source databases with pre-defined data partitions made available in an open digital repository to encourage reproducibility. The Fine-tuned TLMs achieved the best results for all cases, being followed by the Feature-based TLM, LSTM, and CNN, with alternate ranks, depending on the database under analysis.

📄 PDF Abstract BibTeX arXiv:2212.00587

Code (0)

등록된 구현이 없습니다.

Tasks

Sentiment AnalysisSentiment Classificationtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음
Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

MTEB-BR: A Text Embedding Benchmark for Brazilian Portuguese

2026-07-06 · Tardelli Ronan Coelho Stekel arxiv

Text embeddings for Portuguese have no dedicated benchmark: evaluation rests on translated corpora such as English MS MARCO or on thin multilingual coverage, with native tasks scattered and unconsolidated. We introduce M…

Semantic Textual Similarity

Brazilian Portuguese Image Captioning with Transformers: A Study on Cross-Native-Translated Dataset

2026-01-30 · Gabriel Bromonschenkel, Alessandro L. Koerich, Thiago M. Paixão, Hilário Tomaz Alves de Oliveira arxiv

Image captioning (IC) refers to the automatic generation of natural language descriptions for images, with applications ranging from social media content generation to assisting individuals with visual impairments. While…

Image Captioning

Sabiá-4 Technical Report

2026-03-10 · Thiago Laitz, Thales Sales Almeida, Hugo Abonizio, Roseval Malaquias Junior 외 arxiv

This technical report presents Sabiá-4 and Sabiazinho-4, a new generation of Portuguese language models with a focus on Brazilian Portuguese language. The models were developed through a four-stage training pipeline: con…

Long-Context UnderstandingInstruction Following

RDF2PT: Generating Brazilian Portuguese Texts from RDF Data

2018-02-22 · LREC 2018 5 · Diego Moussallem, Thiago castro Ferreira, Marcos Zampieri, Maria Claudia Cavalcanti 외

The generation of natural language from Resource Description Framework (RDF) data has recently gained significant attention due to the continuous growth of Linked Data. A number of these approaches generate natural langu…

Sentiment Analysis on Brazilian Portuguese User Reviews

2021-12-10 · Frederico Souza, João Filho

Sentiment Analysis is one of the most classical and primarily studied natural language processing tasks. This problem had a notable advance with the proposition of more complex and scalable machine learning models. Despi…

Document EmbeddingSentiment AnalysisSentiment Classification