paper-with-me

Papers

Optimizing Multi-Class Text Classification: A Diverse Stacking Ensemble Framework Utilizing Transformers

2023-08-19 · Anusuya Krishnan

Customer reviews play a crucial role in assessing customer satisfaction, gathering feedback, and driving improvements for businesses. Analyzing these reviews provides valuable insights into customer sentiments, including compliments, comments, and suggestions. Text classification techniques enable businesses to categorize customer reviews into distinct categories, facilitating a better understanding of customer feedback. However, challenges such as overfitting and bias limit the effectiveness of a single classifier in ensuring optimal prediction. This study proposes a novel approach to address these challenges by introducing a stacking ensemble-based multi-text classification method that leverages transformer models. By combining multiple single transformers, including BERT, ELECTRA, and DistilBERT, as base-level classifiers, and a meta-level classifier based on RoBERTa, an optimal predictive model is generated. The proposed stacking ensemble-based multi-text classification method aims to enhance the accuracy and robustness of customer review analysis. Experimental evaluations conducted on a real-world customer review dataset demonstrate the effectiveness and superiority of the proposed approach over traditional single classifier models. The stacking ensemble-based multi-text classification method using transformers proves to be a promising solution for businesses seeking to extract valuable insights from customer reviews and make data-driven decisions to enhance customer satisfaction and drive continuous improvement.

📄 PDF Abstract BibTeX arXiv:2308.11519

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationMulti Class Text Classificationtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Adam 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

Task-Conditional Flow Matching for Balanced Multilingual Text Embedding Adaptation

2026-08-06 · Tirth Bhatt, Naren Kumar S, Mayank Singh arxiv

Multilingual text embedding models are commonly adapted using a single training objective across diverse tasks, despite different tasks requiring fundamentally different optimization strategies. We introduce Task-Conditi…

Cross-Domain Evaluation of Few-Shot Classification Models: Natural Images vs. Histopathological Images

2024-10-11 · Ardhendu Sekhar, Aditya Bhattacharya, Vinayak Goyal, Vrinda Goel 외

In this study, we investigate the performance of few-shot classification models across different domains, specifically natural images and histopathological images. We first train several few-shot classification models on…

ClassificationFew-Shot Learningimage-classificationImage Classification

One Size Does Not Fit All: Exploring Variable Thresholds for Distance-Based Multi-Label Text Classification

2025-10-13 · Jens Van Nooten, Andriy Kosar, Guy De Pauw, Walter Daelemans arxiv

Distance-based unsupervised text classification is a method within text classification that leverages the semantic similarity between a label and a text to determine label relevance. This method provides numerous benefit…

Unsupervised Text ClassificationMulti-Label Text ClassificationMulti-Label ClassificationInformation Retrieval

Asymmetric Polynomial Loss For Multi-Label Classification

2023-04-10 · Yusheng Huang, Jiexing Qi, Xinbing Wang, Zhouhan Lin

Various tasks are reformulated as multi-label classification problems, in which the binary cross-entropy (BCE) loss is frequently utilized for optimizing well-designed models. However, the vanilla BCE loss cannot be tail…

Classificationimage-classificationImage ClassificationMulti-Label Classification+4

Optimizing Small Transformer-Based Language Models for Multi-Label Sentiment Analysis in Short Texts

2025-09-05 · Julius Neumann, Robert Lange, Yuni Susanti, Michael Färber arxiv

Sentiment classification in short text datasets faces significant challenges such as class imbalance, limited training samples, and the inherent subjectivity of sentiment labels -- issues that are further intensified by …

Sentiment AnalysisData Augmentation