Sentiment Analysis

1289 papers with code • 43 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
10 papers
124,889
5 papers
2,548
See all 6 libraries.

DINER: Debiasing Aspect-based Sentiment Analysis with Multi-variable Causal Inference

callanwu/diner 2 Mar 2024

However, most of the present debiasing methods focus on single-variable causal inference, which is not suitable for ABSA with two input variables (the target aspect and the review).

3
02 Mar 2024

ASEM: Enhancing Empathy in Chatbot through Attention-based Sentiment and Emotion Modeling

mirah-official/empathetic-chatbot-asem 25 Feb 2024

Effective feature representations play a critical role in enhancing the performance of text generation models that rely on deep neural networks.

5
25 Feb 2024

Let's Rectify Step by Step: Improving Aspect-based Sentiment Analysis with Diffusion Models

qlb6x/diffusionabsa 23 Feb 2024

Aspect-Based Sentiment Analysis (ABSA) stands as a crucial task in predicting the sentiment polarity associated with identified aspects within text.

16
23 Feb 2024

Exploring and Applying Audio-Based Sentiment Analysis in Music

etashj/exploring-and-applying-audio-based-sentiment-analysis 22 Feb 2024

Sentiment analysis is a continuously explored area of text processing that deals with the computational analysis of opinions, sentiments, and subjectivity of text.

3
22 Feb 2024

LexC-Gen: Generating Data for Extremely Low-Resource Languages with Large Language Models and Bilingual Lexicons

BatsResearch/LexC-Gen 21 Feb 2024

We show that conditioning on bilingual lexicons is the key component of LexC-Gen. LexC-Gen is also practical -- it only needs a single GPU to generate data at scale.

7
21 Feb 2024

Extensible Multi-Granularity Fusion Network for Aspect-based Sentiment Analysis

TYZY89/EMGF 12 Feb 2024

This paper presents the Extensible Multi-Granularity Fusion (EMGF) network, which integrates information from dependency and constituent syntactic, attention semantic , and external knowledge graphs.

4
12 Feb 2024

Accuracy of TextFooler black box adversarial attacks on 01 loss sign activation neural network ensemble

zero-one-loss/wordcnn01 12 Feb 2024

We ask the following question in this study: are 01 loss sign activation neural networks hard to deceive with a popular black box text adversarial attack program called TextFooler?

0
12 Feb 2024

Synthesizing Sentiment-Controlled Feedback For Multimodal Text and Image Data

mintelligence-group/cmfeed 12 Feb 2024

It implements an interpretability technique to analyze the contribution of textual and visual features during the generation of uncontrolled and controlled feedback.

0
12 Feb 2024

EmojiCrypt: Prompt Encryption for Secure Communication with Large Language Models

agiresearch/emojicrypt 8 Feb 2024

While these models offer substantial benefits in terms of accessibility and functionality, they also introduce significant privacy concerns: the transmission and storage of user data in cloud infrastructures pose substantial risks of data breaches and unauthorized access to sensitive information; even if the transmission and storage of data is encrypted, the LLM service provider itself still knows the real contents of the data, preventing individuals or entities from confidently using such LLM services.

9
08 Feb 2024

An Information-Theoretic Approach to Analyze NLP Classification Tasks

wangluran/nlp-element-influence 1 Feb 2024

This work provides an information-theoretic framework to analyse the influence of inputs for text classification tasks.

1
01 Feb 2024