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 43514400 of 5630 papers

TitleStatusHype
Problematic Cases in the Annotation of Negation in Spanish0
Recurrent Neural Network with Word Embedding for Complaint Classification0
The Challenges of Multi-dimensional Sentiment Analysis Across Languages0
Detecting Opinion Polarities using Kernel Methods0
Microblog Emotion Classification by Computing Similarity in Text, Time, and Space0
Sarcasm Detection : Building a Contextual Hierarchy0
Effects of Semantic Relatedness between Setups and Punchlines in Twitter Hashtag Games0
Feature based Sentiment Analysis using a Domain Ontology0
Meaning Matters: Senses of Words are More Informative than Words for Cross-domain Sentiment Analysis0
Towards Building a SentiWordNet for Tamil0
Negation and Modality in Machine Translation0
Sentiment Analysis for Low Resource Languages: A Study on Informal Indonesian Tweets0
A Recurrent and Compositional Model for Personality Trait Recognition from Short Texts0
Sentiment Analysis of Tweets in Three Indian Languages0
Twitter Geolocation Prediction Shared Task of the 2016 Workshop on Noisy User-generated Text0
Analysis of Twitter Data for Postmarketing Surveillance in Pharmacovigilance0
Active learning for detection of stance components0
The Effect of Gender and Age Differences on the Recognition of Emotions from Facial Expressions0
Unsupervised Stemmer for Arabic Tweets0
Temporal Attention-Gated Model for Robust Sequence ClassificationCode0
Sentiment Analysis for Twitter : Going Beyond Tweet Text0
Analyzing Features for the Detection of Happy Endings in German Novels0
Structural Correspondence Learning for Cross-lingual Sentiment Classification with One-to-many Mappings0
ATR4S: Toolkit with State-of-the-art Automatic Terms Recognition Methods in ScalaCode1
Learning to Distill: The Essence Vector Modeling Framework0
Text Classification Improved by Integrating Bidirectional LSTM with Two-dimensional Max PoolingCode0
Visualizing and Understanding Curriculum Learning for Long Short-Term Memory Networks0
Interpreting the Syntactic and Social Elements of the Tweet Representations via Elementary Property Prediction TasksCode0
When Saliency Meets Sentiment: Understanding How Image Content Invokes Emotion and Sentiment0
`Who would have thought of that!': A Hierarchical Topic Model for Extraction of Sarcasm-prevalent Topics and Sarcasm Detection0
Linguistically Regularized LSTMs for Sentiment Classification0
Dependency Sensitive Convolutional Neural Networks for Modeling Sentences and DocumentsCode0
Balotage in Argentina 2015, a sentiment analysis of tweets0
AC-BLSTM: Asymmetric Convolutional Bidirectional LSTM Networks for Text ClassificationCode0
Quasi-Recurrent Neural NetworksCode0
TopicRNN: A Recurrent Neural Network with Long-Range Semantic DependencyCode0
Automated Generation of Multilingual Clusters for the Evaluation of Distributed RepresentationsCode0
Towards Sub-Word Level Compositions for Sentiment Analysis of Hindi-English Code Mixed TextCode0
Word-Level Language Identification and Predicting Codeswitching Points in Swahili-English Language Data0
Steps Toward Automatic Understanding of the Function of Affective Language in Support Groups0
Citation Analysis with Neural Attention Models0
Codeswitching Detection via Lexical Features in Conditional Random Fields0
How Do I Look? Publicity Mining From Distributed Keyword Representation of Socially Infused News Articles0
Towards Broad-coverage Meaning Representation: The Case of Comparison Structures0
Human versus Machine Attention in Document Classification: A Dataset with Crowdsourced Annotations0
Attention-based LSTM Network for Cross-Lingual Sentiment Classification0
Deep Neural Networks with Massive Learned Knowledge0
Learning Sentence Embeddings with Auxiliary Tasks for Cross-Domain Sentiment Classification0
Discourse Parsing with Attention-based Hierarchical Neural Networks0
Combining Supervised and Unsupervised Enembles for Knowledge Base Population0
Show:102550
← PrevPage 88 of 113Next →

Benchmark Results

#ModelMetricClaimedVerifiedStatus
1Word+ES (Scratch)Attack Success Rate100Unverified
2MT-DNN-SMARTAccuracy97.5Unverified
3T5-11BAccuracy97.5Unverified
4MUPPET Roberta LargeAccuracy97.4Unverified
5T5-3BAccuracy97.4Unverified
6ALBERTAccuracy97.1Unverified
7StructBERTRoBERTa ensembleAccuracy97.1Unverified
8XLNet (single model)Accuracy97Unverified
9SMARTRoBERTaDev Accuracy96.9Unverified
10ELECTRAAccuracy96.9Unverified
#ModelMetricClaimedVerifiedStatus
1RoBERTa-large with LlamBERTAccuracy96.68Unverified
2RoBERTa-largeAccuracy96.54Unverified
3XLNetAccuracy96.21Unverified
4Heinsen Routing + RoBERTa LargeAccuracy96.2Unverified
5RoBERTa-large 355M + Entailment as Few-shot LearnerAccuracy96.1Unverified
6GraphStarAccuracy96Unverified
7DV-ngrams-cosine with NB sub-sampling + RoBERTa.baseAccuracy95.94Unverified
8DV-ngrams-cosine + RoBERTa.baseAccuracy95.92Unverified
9Roberta_Large ST + Cosine Similarity LossAccuracy95.9Unverified
10BERT large finetune UDAAccuracy95.8Unverified
#ModelMetricClaimedVerifiedStatus
1Llama-3.3-70B + CAPOAccuracy62.27Unverified
2Mistral-Small-24B + CAPOAccuracy 60.2Unverified
3Heinsen Routing + RoBERTa LargeAccuracy59.8Unverified
4RoBERTa-large+Self-ExplainingAccuracy59.1Unverified
5Qwen2.5-32B + CAPOAccuracy 59.07Unverified
6Heinsen Routing + GPT-2Accuracy58.5Unverified
7BCN+Suffix BiLSTM-Tied+CoVeAccuracy56.2Unverified
8BERT LargeAccuracy55.5Unverified
9LM-CPPF RoBERTa-baseAccuracy54.9Unverified
10BCN+ELMoAccuracy54.7Unverified
#ModelMetricClaimedVerifiedStatus
1Char-level CNNError4.88Unverified
2SVDCNNError4.74Unverified
3LEAMError4.69Unverified
4fastText, h=10, bigramError4.3Unverified
5SWEM-hierError4.19Unverified
6SRNNError3.96Unverified
7M-ACNNError3.89Unverified
8DNC+CUWError3.6Unverified
9CCCapsNetError3.52Unverified
10Block-sparse LSTMError3.27Unverified
#ModelMetricClaimedVerifiedStatus
1Millions of EmojiTraining Time1,500Unverified
2VLAWEAccuracy93.3Unverified
3RoBERTa-large 355M + Entailment as Few-shot LearnerAccuracy92.5Unverified
4AnglE-LLaMA-7BAccuracy91.09Unverified
5byte mLSTM7Accuracy86.8Unverified
6MEANAccuracy84.5Unverified
7RNN-CapsuleAccuracy83.8Unverified
8Capsule-BAccuracy82.3Unverified
9SuBiLSTM-TiedAccuracy81.6Unverified
10USE_T+CNNAccuracy81.59Unverified