from patient-generated drug reviews to enable more
informed and personalized pharmaceutical
recommendations (Brusilovsky, et.al., 2007).
The proposed framework makes use of sentiment
analysis techniques that can analyse unlabelled drug
reviews by transforming unstructured feedback into
numerical data that can be used directly to train
machine learning classifiers (Cambria, et.al., 2009).
Bag of Words (Bo W), term frequency-inverse
document frequency (TF-IDF), and Word2Vec are
advanced vectorization methods used in patient
reviews to convert text into a structured numerical
format for automated analysis (Cambria, E., et.al.,
2009). The work then uses various classification
models (SVM, Logistic Regression, Naïve Bayes,
etc) to classify if a drug is perceived positively or
negatively from patient sentiment (Dey, L., &
Haque, S. K. M. (2009)). They are trained on a set of
labeled data for drug reviews with sentiment labels
and can classify new reviews at high accuracy (Feng,
et.al., 2019). To ensure robustness and reliability, the
system evaluates model performance using
precision, recall, F1-score, accuracy, and AUC score
(Garg, S. (2021)). Out of all tested classifiers, Linear
SVC with TF-IDF vectorization performed best with
the highest accuracy, and beating other models in
predicting sentiment (Hu, M., & Liu, B. (2004)). In
contrast to traditional methods that depend on static
and predeterminate clinical criteria, this strategy can
adapt recommend drug treatment through the ongoing
updates of real world data, the system is able to
advance quickly and be applicable for widespread
diseases and new drugs (Jakob, N., & Gurevych, I.
(2010)).
Based on this ensemble method, the system can
achieve a better accuracy of recommendation, since it
integrates the prediction results from a series of
classifiers to avoid biases of each single model and
enhances reliability as a whole (Lamba, M., &
Madhusudhan, M. (2019).). To determine the final
sentiment predictions, they are summed up and
weighted using "useful count" metric which estimates
the trustfulness of each drug review by counting the
number of times it was cited by users in (Lei, et.al.,
2008). This in turn allows drugs that would
potentially require more engagement from a user to
have an increased impact on recommendation,
making the model more in-line with what individuals
experience in the real-world (Liu, et.al., 2008).
Especially, this hybridization addresses misusage of
traditional systems, for instance, computational
inefficiencies and sparsity of data by capitalizing on
the shared intelligence brought by extensive patient
reviews rather than solely relying on defined risk
factors (Morency, et.al., 2011). Moreover, by
drastically cutting the number of classifiers that need
to be trained, this approach leads to lower
computational expenses, since the fewer cadidates
have very similar predictions maintaining high
accuracy, which allows the system to respond in real-
time (Nguyen, et.al., 2024). The system uses patient-
derived information to supplement any
recommendation where it be drug effectiveness
derived from both the clinical community and patient-
driven conversational knowledge websites,
presenting a broader scope of understanding about
drug effectiveness in the context of both the clinical
community and patient derived solution driven
processes (Pang, B., & Lee, L. (2008)).
Their results show that the drug recommendation,
based on sentiment analysis, showing considerably
useful as its more accuracy and scalability by
claiming that it overcomes limitations of traditional
models such as cold start and incomplete records
(Poria, S., et.al., 2017). Best practices were
developed that involved the integration of multiple
machine learning classifiers as a richer decision-
making framework ensuring that drug
recommendations were grounded in data, rather than
limited by accompanied medical protocols. In
addition, the optimized computational efficiency of
the proposed system paves the way towards rapid
decision-making, making it a robust lead for real-time
pharmaceutical counsels as well. This allows to
reduce the burden on healthcare workers but at the
same time offers patients trustworthy, evidence-based
medication proposals, established via a plurality of
user events. Forthcoming enhancements may also
consider deep learning techniques to potentially
improve sentiment classification accuracy and
implement context-aware recommendations for
complex medical conditions (Poria, S., et.al.,).
Integrating such advancements can provide pathways
towards improved predictive performance and a
patient-centric method for automated drug
recommendation.
2 RELATED WORKS
In recent years, there has been extensive research in
the field of drug-recommendation systems utilizing
machine learning alongside many studies indicating
improvement in their accuracy and efficiency.
Conventional drug recommendation methods have
suggested drugs for patients based on various medical
data, risk factors, and manual rules. Nevertheless,
such systems are often limited with accuracy, high