Sentiment Analysis

1293 papers with code • 39 benchmarks • 93 datasets

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:

Libraries

Use these libraries to find Sentiment Analysis models and implementations
5 papers
2,548
See all 6 libraries.

Sample Design Engineering: An Empirical Study of What Makes Good Downstream Fine-Tuning Samples for LLMs

beyondguo/llm-tuning 19 Apr 2024

In the burgeoning field of Large Language Models (LLMs) like ChatGPT and LLaMA, Prompt Engineering (PE) is renowned for boosting zero-shot or in-context learning (ICL) through prompt modifications.

897
19 Apr 2024

Cooperative Sentiment Agents for Multimodal Sentiment Analysis

smwanghhh/co-sa 19 Apr 2024

In this paper, we propose a new Multimodal Representation Learning (MRL) method for Multimodal Sentiment Analysis (MSA), which facilitates the adaptive interaction between modalities through Cooperative Sentiment Agents, named Co-SA.

1
19 Apr 2024

Large Language Models in Targeted Sentiment Analysis

dialogue-evaluation/rusentne-evaluation 18 Apr 2024

Reasoning capabilities of the fine-tuned Flan-T5 models with THoR achieve at least 5% increment with the base-size model compared to the results of the zero-shot experiment.

9
18 Apr 2024

On the Causal Nature of Sentiment Analysis

cogito233/causal-sa 17 Apr 2024

Sentiment analysis (SA) aims to identify the sentiment expressed in a text, such as a product review.

3
17 Apr 2024

ArSen-20: A New Benchmark for Arabic Sentiment Detection

123fangyang/ArSen-20 5th Workshop on African Natural Language Processing 2024

Sentiment detection remains a pivotal task in natural language processing, yet its development in Arabic lags due to a scarcity of training materials compared to English.

0
11 Apr 2024

EcoVerse: An Annotated Twitter Dataset for Eco-Relevance Classification, Environmental Impact Analysis, and Stance Detection

giosira/ecoverse 8 Apr 2024

Anthropogenic ecological crisis constitutes a significant challenge that all within the academy must urgently face, including the Natural Language Processing (NLP) community.

0
08 Apr 2024

Deciphering Political Entity Sentiment in News with Large Language Models: Zero-Shot and Few-Shot Strategies

alapanju/entsent 5 Apr 2024

Employing a chain-of-thought (COT) approach augmented with rationale in few-shot in-context learning, we assess whether this method enhances sentiment prediction accuracy.

0
05 Apr 2024

SentiCSE: A Sentiment-aware Contrastive Sentence Embedding Framework with Sentiment-guided Textual Similarity

nayohan/senticse 1 Apr 2024

However, they neglect to evaluate the quality of their constructed sentiment representations; they just focus on improving the fine-tuning performance, which overshadows the representation quality.

6
01 Apr 2024

KazSAnDRA: Kazakh Sentiment Analysis Dataset of Reviews and Attitudes

is2ai/kazsandra 28 Mar 2024

This paper presents KazSAnDRA, a dataset developed for Kazakh sentiment analysis that is the first and largest publicly available dataset of its kind.

1
28 Mar 2024

LlamBERT: Large-scale low-cost data annotation in NLP

aielte-research/llambert 23 Mar 2024

Large Language Models (LLMs), such as GPT-4 and Llama 2, show remarkable proficiency in a wide range of natural language processing (NLP) tasks.

5
23 Mar 2024