SOTAVerified

Sentiment Analysis

Sentiment Analysis is the task of classifying the polarity of a given text. For instance, a text-based tweet can be categorized into either "positive", "negative", or "neutral". Given the text and accompanying labels, a model can be trained to predict the correct sentiment.

Sentiment Analysis techniques can be categorized into machine learning approaches, lexicon-based approaches, and even hybrid methods. Some subcategories of research in sentiment analysis include: multimodal sentiment analysis, aspect-based sentiment analysis, fine-grained opinion analysis, language specific sentiment analysis.

More recently, deep learning techniques, such as RoBERTa and T5, are used to train high-performing sentiment classifiers that are evaluated using metrics like F1, recall, and precision. To evaluate sentiment analysis systems, benchmark datasets like SST, GLUE, and IMDB movie reviews are used.

Further readings:

Papers

Showing 110 of 5630 papers

TitleStatusHype
AdaptiSent: Context-Aware Adaptive Attention for Multimodal Aspect-Based Sentiment Analysis0
DCR: Quantifying Data Contamination in LLMs EvaluationCode0
AI Wizards at CheckThat! 2025: Enhancing Transformer-Based Embeddings with Sentiment for Subjectivity Detection in News ArticlesCode0
SentiDrop: A Multi Modal Machine Learning model for Predicting Dropout in Distance Learning0
GNN-CNN: An Efficient Hybrid Model of Convolutional and Graph Neural Networks for Text RepresentationCode0
FINN-GL: Generalized Mixed-Precision Extensions for FPGA-Accelerated LSTMs0
Unpacking Generative AI in Education: Computational Modeling of Teacher and Student Perspectives in Social Media Discourse0
Characterizing Linguistic Shifts in Croatian News via Diachronic Word EmbeddingsCode0
A Multi-Agent Probabilistic Inference Framework Inspired by Kairanban-Style CoT System with IdoBata Conversation for Debiasing0
Advancing Exchange Rate Forecasting: Leveraging Machine Learning and AI for Enhanced Accuracy in Global Financial Markets0
Show:102550
← PrevPage 1 of 563Next →

Benchmark Results

#ModelMetricClaimedVerifiedStatus
1Bangla-BERT (large)Weighted Average F1-score0.93Unverified
2Random Forest (word 2-gram + word 3-gram)Weighted Average F1-score0.91Unverified
3Bangla-BERT (base-uncased)Weighted Average F1-score0.91Unverified
4SVM (word 2-gram + word 3-gram)Weighted Average F1-score0.91Unverified
5Random Forest (word 1-gram)Weighted Average F1-score0.9Unverified
6Logistic Regression (char 2-gram + char 3-gram)Weighted Average F1-score0.9Unverified
7Logistic Regression (word 2-gram + word 3-gram)Weighted Average F1-score0.9Unverified
8XGBoost (char 2-gram + char 3-gram)Weighted Average F1-score0.87Unverified
9Multinomial NB (word 2-gram + word 3-gram)Weighted Average F1-score0.87Unverified
10XGBoost (word 2-gram + word 3-gram)Weighted Average F1-score0.87Unverified