paper-with-me

Papers

Aspect category learning and sentimental analysis using weakly supervised learning

2023-12-24 · Kalpa Subbaih, Bharath Kumar Bolla

The surge of e-commerce reviews has presented a challenge in manually annotating the vast volume of reviews to comprehend their underlying aspects and sentiments. This research focused on leveraging weakly supervised learning to tackle aspect category learning and the sentiment classification of reviews. Our approach involves the generation of labels for both aspects and sentiments, employing the Snorkel framework of WSL, which incorporates aspect terms, review sentiment scores, and review ratings as sources of weak signals. This innovative strategy significantly reduces the laborious labeling efforts required for processing such extensive datasets. In this study, we deployed hybrid models, namely BiLSTM, CNN-BiLSTM, and CNN-LSTM, which harness multiple inputs, including review text, aspect terms, and ratings. Our proposed model employs two distinct loss functions: Binary Cross Entropy with Sigmoid Activation for Multi-Label Classification, enabling us to learn aspect Labels such as Quality, Usability, Service, Size, and Price, and Categorical Cross Entropy with Softmax Activations for Multi-Class Classification. Subsequently, we meticulously evaluate the performance metrics of these three implemented models, including Macro F1 score and Macro Precision. CNN & Bi-LSTM model attained 0.78 and 0.79 F1 scores on aspect and sentiment identification, respectively. The outcomes of this research are poised to make a substantial contribution to e-commerce platforms, offering an efficient and automated means to label and analyze vast troves of user reviews.

📄 PDF Abstract BibTeX arXiv:2312.15526

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-class ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONSentiment AnalysisSentiment ClassificationWeakly-supervised Learning

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Sigmoid Activation 설명 없음
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…
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$…

Similar Papers 제목 키워드 기반

AX-MABSA: A Framework for Extremely Weakly Supervised Multi-label Aspect Based Sentiment Analysis

2022-11-07 · Sabyasachi Kamila, Walid Magdy, Sourav Dutta, Mingxue Wang

Aspect Based Sentiment Analysis is a dominant research area with potential applications in social media analytics, business, finance, and health. Prior works in this area are primarily based on supervised methods, with a…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Aspect Category Sentiment AnalysisLanguage Modeling+3

Aspect based sentimental analysis for travellers' reviews

2023-08-01 · Mohammed Saad M Alaydaa, Jun Li, Karl Jinkins

Airport service quality evaluation is commonly found on social media, including Google Maps. This valuable for airport management in order to enhance the quality of services provided. However; prior studies either provid…

ManagementTAG

Diversified Multiple Instance Learning for Document-Level Multi-Aspect Sentiment Classification

2020-11-01 · EMNLP 2020 11 · Yunjie Ji, Hao liu, Bolei He, Xinyan Xiao 외

Neural Document-level Multi-aspect Sentiment Classification (DMSC) usually requires a lot of manual aspect-level sentiment annotations, which is time-consuming and laborious. As document-level sentiment labeled data are …

General ClassificationMultiple Instance LearningSentiment AnalysisSentiment Classification

Weakly-supervised Domain Adaption for Aspect Extraction via Multi-level Interaction Transfer

2020-06-16 · Tao Liang, Wenya Wang, Fengmao Lv

Fine-grained aspect extraction is an essential sub-task in aspect based opinion analysis. It aims to identify the aspect terms (a.k.a. opinion targets) of a product or service in each sentence. However, expensive annotat…

Aspect ExtractionDomain AdaptationSentence

SGPT: Semantic Graphs based Pre-training for Aspect-based Sentiment Analysis

2021-05-26 · Yong Qian, Zhongqing Wang, Rong Xiao, Chen Chen 외

Previous studies show effective of pre-trained language models for sentiment analysis. However, most of these studies ignore the importance of sentimental information for pre-trained models.Therefore, we fully investigat…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Language ModelingLanguage Modelling+1