Sentiment Analysis in Drug Reviews using Supervised Machine Learning Algorithms
Sairamvinay Vijayaraghavan, Debraj Basu

TL;DR
This paper applies supervised machine learning algorithms to classify drug reviews into positive, negative, or neutral categories based on textual sentiment analysis, using TFIDF and Count Vector embeddings on data from the UCI repository.
Contribution
It demonstrates the effectiveness of supervised machine learning with text embeddings in classifying drug review sentiments across different medical conditions.
Findings
High accuracy in predicting review classes for popular conditions
Effective use of TFIDF and Count Vector embeddings
Insights into language differences across drug review conditions
Abstract
Sentiment Analysis is an important algorithm in Natural Language Processing which is used to detect sentiment within some text. In our project, we had chosen to work on analyzing reviews of various drugs which have been reviewed in form of texts and have also been given a rating on a scale from 1-10. We had obtained this data set from the UCI machine learning repository which had 2 data sets: train and test (split as 75-25\%). We had split the number rating for the drug into three classes in general: positive (7-10), negative (1-4) or neutral(4-7). There are multiple reviews for the drugs that belong to a similar condition and we decided to investigate how the reviews for different conditions use different words impact the ratings of the drugs. Our intention was mainly to implement supervised machine learning classification algorithms that predict the class of the rating using the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSentiment Analysis and Opinion Mining · Advanced Text Analysis Techniques · Mental Health via Writing
