paper-with-me

Papers

Lexicon-Based Sentiment Analysis on Text Polarities with Evaluation of Classification Models

2024-09-19 · Muhammad Raees, Samina Fazilat

Sentiment analysis possesses the potential of diverse applicability on digital platforms. Sentiment analysis extracts the polarity to understand the intensity and subjectivity in the text. This work uses a lexicon-based method to perform sentiment analysis and shows an evaluation of classification models trained over textual data. The lexicon-based methods identify the intensity of emotion and subjectivity at word levels. The categorization identifies the informative words inside a text and specifies the quantitative ranking of the polarity of words. This work is based on a multi-class problem of text being labeled as positive, negative, or neutral. Twitter sentiment dataset containing 1.6 million unprocessed tweets is used with lexicon-based methods like Text Blob and Vader Sentiment to introduce the neutrality measure on text. The analysis of lexicons shows how the word count and the intensity classify the text. A comparative analysis of machine learning models, Naiive Bayes, Support Vector Machines, Multinomial Logistic Regression, Random Forest, and Extreme Gradient (XG) Boost performed across multiple performance metrics. The best estimations are achieved through Random Forest with an accuracy score of 81%. Additionally, sentiment analysis is applied for a personality judgment case against a Twitter profile based on online activity.

📄 PDF Abstract BibTeX arXiv:2409.12840

Code (0)

등록된 구현이 없습니다.

Tasks

Sentiment Analysis

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Propagation de polarit\'es dans des familles de mots : impact de la morphologie dans la construction d'un lexique pour l'analyse de sentiments (Spreading Polarities among Word Families: Impact of Morphology on Building a Lexicon for Sentiment Analysis) [in French]

2012-06-01 · JEPTALNRECITAL 2012 6 · N{\'u}ria Gala, Caroline Brun
Opinion MiningSentiment Analysis

Enhancing General Sentiment Lexicons for Domain-Specific Use

2018-08-01 · COLING 2018 8 · Tim Kreutz, Walter Daelemans

Lexicon based methods for sentiment analysis rely on high quality polarity lexicons. In recent years, automatic methods for inducing lexicons have increased the viability of lexicon based methods for polarity classificat…

Domain Adaptationdomain classificationGeneral ClassificationSentiment Analysis+1

Domain-Specific Sentiment Lexicons Induced from Labeled Documents

2020-12-01 · COLING 2020 8 · Sm Mazharul Islam, Xin Dong, Gerard de Melo

Sentiment analysis is an area of substantial relevance both in industry and in academia, including for instance in social studies. Although supervised learning algorithms have advanced considerably in recent years, in ma…

Sentiment Analysis

Attentive Gated Lexicon Reader with Contrastive Contextual Co-Attention for Sentiment Classification

2018-10-01 · EMNLP 2018 10 · Yi Tay, Anh Tuan Luu, Siu Cheung Hui, Jian Su

This paper proposes a new neural architecture that exploits readily available sentiment lexicon resources. The key idea is that that incorporating a word-level prior can aid in the representation learning process, eventu…

General ClassificationOpinion MiningRepresentation LearningSentence+2

Combining Sentiment Lexica with a Multi-View Variational Autoencoder

2019-04-05 · NAACL 2019 6 · Alexander Hoyle, Lawrence Wolf-Sonkin, Hanna Wallach, Ryan Cotterell 외

When assigning quantitative labels to a dataset, different methodologies may rely on different scales. In particular, when assigning polarities to words in a sentiment lexicon, annotators may use binary, categorical, or …

General ClassificationSentiment Analysistext-classificationText Classification