paper-with-me

Papers

Language Representation Models for Fine-Grained Sentiment Classification

2020-05-27 · Brian Cheang, Bailey Wei, David Kogan, Howey Qiu, Masud Ahmed

Sentiment classification is a quickly advancing field of study with applications in almost any field. While various models and datasets have shown high accuracy inthe task of binary classification, the task of fine-grained sentiment classification is still an area with room for significant improvement. Analyzing the SST-5 dataset,previous work by Munikar et al. (2019) showed that the embedding tool BERT allowed a simple model to achieve state-of-the-art accuracy. Since that paper, several BERT alternatives have been published, with three primary ones being AlBERT (Lan et al., 2019), DistilBERT (Sanh et al. 2019), and RoBERTa (Liu etal. 2019). While these models report some improvement over BERT on the popular benchmarks GLUE, SQuAD, and RACE, they have not been applied to the fine-grained classification task. In this paper, we examine whether the improvements hold true when applied to a novel task, by replicating the BERT model from Munikar et al., and swapping the embedding layer to the alternative models. Over the experiments, we found that AlBERT suffers significantly more accuracy loss than reported on other tasks, DistilBERT has accuracy loss similar to their reported loss on other tasks while being the fastest model to train, and RoBERTa reaches anew state-of-the-art accuracy for prediction on the SST-5 root level (60.2%).

📄 PDF Abstract BibTeX arXiv:2005.13619

Code (1)

bw-tech/Language-Representation-Models-for-Fine-Grained-Sentiment-Classification

Tasks

Binary ClassificationClassificationGeneral ClassificationSentiment AnalysisSentiment Classification

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
DistilBERT 설명 없음
Weight Decay 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
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 &…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

Fine-grained Sentiment Classification using BERT

2019-10-04 · Manish Munikar, Sushil Shakya, Aakash Shrestha

Sentiment classification is an important process in understanding people's perception towards a product, service, or topic. Many natural language processing models have been proposed to solve the sentiment classification…

Chinese Sentiment AnalysisClassificationGeneral ClassificationSentiment Analysis+2

SentiXRL: An advanced large language Model Framework for Multilingual Fine-Grained Emotion Classification in Complex Text Environment

2024-11-27 · Jie Wang, Yichen Wang, Zhilin Zhang, Jianhao Zeng 외

With strong expressive capabilities in Large Language Models(LLMs), generative models effectively capture sentiment structures and deep semantics, however, challenges remain in fine-grained sentiment classification acros…

ClassificationDecision MakingEmotion ClassificationLanguage Modeling+6

Refining Word Embeddings for Sentiment Analysis

2017-09-01 · EMNLP 2017 9 · Liang-Chih Yu, Jin Wang, K. Robert Lai, Xue-jie Zhang

Word embeddings that can capture semantic and syntactic information from contexts have been extensively used for various natural language processing tasks. However, existing methods for learning context-based word embedd…

Learning Word EmbeddingsSentiment AnalysisWord Embeddings

DyFuLM: An Advanced Multimodal Framework for Sentiment Analysis

2025-12-01 · Ruohan Zhou, Jiachen Yuan, Churui Yang, Wenzheng Huang 외 arxiv

Understanding sentiment in complex textual expressions remains a fundamental challenge in affective computing. To address this, we propose a Dynamic Fusion Learning Model (DyFuLM), a multimodal framework designed to capt…

Representation LearningSentiment Analysis

Multitask Learning for Fine-Grained Twitter Sentiment Analysis

2017-07-12 · Georgios Balikas, Simon Moura, Massih-Reza Amini

Traditional sentiment analysis approaches tackle problems like ternary (3-category) and fine-grained (5-category) classification by learning the tasks separately. We argue that such classification tasks are correlated an…

ClassificationGeneral ClassificationSentiment AnalysisSentiment Classification+1