paper-with-me

Papers

Unsupervised Sentiment Analysis of Plastic Surgery Social Media Posts

2023-07-05 · Alexandrea K. Ramnarine

The massive collection of user posts across social media platforms is primarily untapped for artificial intelligence (AI) use cases based on the sheer volume and velocity of textual data. Natural language processing (NLP) is a subfield of AI that leverages bodies of documents, known as corpora, to train computers in human-like language understanding. Using a word ranking method, term frequency-inverse document frequency (TF-IDF), to create features across documents, it is possible to perform unsupervised analytics, machine learning (ML) that can group the documents without a human manually labeling the data. For large datasets with thousands of features, t-distributed stochastic neighbor embedding (t-SNE), k-means clustering and Latent Dirichlet allocation (LDA) are employed to learn top words and generate topics for a Reddit and Twitter combined corpus. Using extremely simple deep learning models, this study demonstrates that the applied results of unsupervised analysis allow a computer to predict either negative, positive, or neutral user sentiment towards plastic surgery based on a tweet or subreddit post with almost 90% accuracy. Furthermore, the model is capable of achieving higher accuracy on the unsupervised sentiment task than on a rudimentary supervised document classification task. Therefore, unsupervised learning may be considered a viable option in labeling social media documents for NLP tasks.

📄 PDF Abstract BibTeX arXiv:2307.02640

Code (0)

등록된 구현이 없습니다.

Tasks

Document ClassificationSentiment Analysis

Methods 이 논문이 사용한 방법론

k-Means Clustering k-Means Clustering is a clustering algorithm that divides a training set into $k$ different clusters of examples that are near each other. It works by initializing $k$…

Similar Papers 제목 키워드 기반

Revisiting the Plastic Surgery Hypothesis via Large Language Models

2023-03-18 · Chunqiu Steven Xia, Yifeng Ding, Lingming Zhang

Automated Program Repair (APR) aspires to automatically generate patches for an input buggy program. Traditional APR tools typically focus on specific bug types and fixes through the use of templates, heuristics, and for…

Program Repair

Unsupervised Self-Training for Sentiment Analysis of Code-Switched Data

2021-03-27 · NAACL (CALCS) 2021 6 · Akshat Gupta, Sargam Menghani, Sai Krishna Rallabandi, Alan W Black

Sentiment analysis is an important task in understanding social media content like customer reviews, Twitter and Facebook feeds etc. In multilingual communities around the world, a large amount of social media text is ch…

Sentiment Analysis

Understanding Environmental Posts: Sentiment and Emotion Analysis of Social Media Data

2023-12-05 · Daniyar Amangeldi, Aida Usmanova, Pakizar Shamoi

Social media is now the predominant source of information due to the availability of immediate public response. As a result, social media data has become a valuable resource for comprehending public sentiments. Studies h…

Emotion Recognition

Fine-grained German Sentiment Analysis on Social Media

2012-05-01 · LREC 2012 5 · Saeedeh Momtazi

Expressing opinions and emotions on social media becomes a frequent activity in daily life. People express their opinions about various targets via social media and they are also interested to know about other opinions o…

Sentiment Analysis

W2VLDA: Almost Unsupervised System for Aspect Based Sentiment Analysis

2017-05-22 · Aitor García-Pablos, Montse Cuadros, German Rigau

With the increase of online customer opinions in specialised websites and social networks, the necessity of automatic systems to help to organise and classify customer reviews by domain-specific aspect/categories and sen…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)General ClassificationSentiment Analysis+1