paper-with-me

홈 › Papers

Correlation-Based Method for Sentiment Classification

2016-10-10 · Hussam Hamdan

The classic supervised classification algorithms are efficient, but time-consuming, complicated and not interpretable, which makes it difficult to analyze their results that limits the possibility to improve them based on real observations. In this paper, we propose a new and a simple classifier to predict a sentiment label of a short text. This model keeps the capacity of human interpret-ability and can be extended to integrate NLP techniques in a more interpretable way. Our model is based on a correlation metric which measures the degree of association between a sentiment label and a word. Ten correlation metrics are proposed and evaluated intrinsically. And then a classifier based on each metric is proposed, evaluated and compared to the classic classification algorithms which have proved their performance in many studies. Our model outperforms these algorithms with several correlation metrics.

📄 PDF Abstract BibTeX arXiv:1610.03120

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationSentiment AnalysisSentiment Classification

Similar Papers 제목 키워드 기반

Neural Contrastive Clustering: Fully Unsupervised Bias Reduction for Sentiment Classification

2022-04-22 · Jared Mowery

Background: Neural networks produce biased classification results due to correlation bias (they learn correlations between their inputs and outputs to classify samples, even when those correlations do not represent cause…

ClassificationClusteringSentiment AnalysisSentiment Classification+2

Identifying Spurious Correlations for Robust Text Classification

2020-10-06 · Findings of the Association for Computational Linguistics 2020 · Zhao Wang, Aron Culotta

The predictions of text classifiers are often driven by spurious correlations -- e.g., the term `Spielberg' correlates with positively reviewed movies, even though the term itself does not semantically convey a positive …

Classificationfeature selectionGeneral ClassificationRobust classification+4

Target-oriented Multimodal Sentiment Classification with Counterfactual-enhanced Debiasing

2025-09-11 · Zhiyue Liu, Fanrong Ma, Xin Ling arxiv

Target-oriented multimodal sentiment classification seeks to predict sentiment polarity for specific targets from image-text pairs. While existing works achieve competitive performance, they often over-rely on textual co…

Contrastive LearningData Augmentation

A Bi-directional Multi-hop Inference Model for Joint Dialog Sentiment Classification and Act Recognition

2023-08-08 · Li Zheng, Fei Li, Yuyang Chai, Chong Teng 외

The joint task of Dialog Sentiment Classification (DSC) and Act Recognition (DAR) aims to predict the sentiment label and act label for each utterance in a dialog simultaneously. However, current methods encode the dialo…

Contrastive Learningfeature selectionSentiment AnalysisSentiment Classification

Sentiment and Sarcasm Classification with Multitask Learning

2019-01-23 · Navonil Majumder, Soujanya Poria, Haiyun Peng, Niyati Chhaya 외

Sentiment classification and sarcasm detection are both important natural language processing (NLP) tasks. Sentiment is always coupled with sarcasm where intensive emotion is expressed. Nevertheless, most literature cons…

ClassificationGeneral ClassificationMulti-Task LearningSarcasm Detection+2