INTERNATIONAL JOURNAL OF LATEST TECHNOLOGY IN ENGINEERING,
MANAGEMENT & APPLIED SCIENCE (IJLTEMAS)
ISSN 2278-2540 | DOI: 10.51583/IJLTEMAS | Volume XIV, Issue XII, December 2025
important details to be lost. This could also result in losing mixed sentiments regarding the product, which could
ultimately correlate with a user’s preference. [3].
Aspect-based sentiment analysis (ABSA) was conceived with the goal of overcoming the limitations of
traditional sentiment analysis, which is grossly inadequate as it treats a review in its entirety as a unit of analysis.
By ascribing a sentiment to a review’s different attributes, it becomes easier to unlock the complexity of customer
feedback. Past work shows that aspect-level sentiment information is useful for personalization and for
explaining the transparency of the recommendation system in a number of different application areas that employ
multi-criteria evaluative techniques [4], [5].
More recently, the application of transformer-based models to sentiment analysis has been enabled by their state-
of-the-art performance in a broad range of natural language processing tasks due to their ability to capture and
represent the contextual meaning of a text at a high level. Bidirectional Encoder Representations from
Transformers (BERT) is particularly illustrated as a strong candidate for sentiment classification because of its
bidirectional left and right context representation in building its word vectors [6]. In sentiment analysis, as in
many text processing tasks, keyword and phrase location is a quintessential means of aspect extraction.
Unsupervised approaches such as KeyBERT are practical for large review datasets because they employ
transformer embeddings to identify important keywords and phrases without prescriptive labeled training data
[7].
Even though there are more advanced techniques, lexicon methods, such as Valence Aware Dictionary and
Sentiment Reasoner (VADER), are still the most common due to their relative simplicity and low computational
cost, and are thus appealing to practitioners developing large scale solutions [3]. VADER and other lexicon
methods, on the other hand, handle the context, negation and contradictory views that are common in real-world
e-commerce reviews, even with the simplicity of the methods. This brings to question whether other more
complex techniques such as transformer-based ABSA are justifiably more complex and whether they are able to
improve on the foundational sentiment understanding of the other methods on large datasets.
This are the issues in sentiment ABSA methodologies that the current study seeks to understand through the
empirical comparison of ABSA methodologies. To this end, a transformer-based aspect sentiment modeling
pipeline using 10,000 product reviews on Amazon obtained from the publicly available Amazon open-source
review dataset is analyzed. This review explains the use of KeyBERT for aspect extraction and BERT for
sentiment classification. This pipeline's VADER benchmark and benchmarked against VADER on the basis of
precision, recall and F1 score. The aim of this work is not to build a complete recommender system, but to assess
the underlying aspect-level sentiment data to provide personalization and interpretability to e-commerce
systems.
This work has a few notable contributions. It first evaluates the performance of a transformer-based ABSA model
on a massive data set of e-commerce reviews. It places second on the comparison of contextual transformer and
lexicon-based baseline models on aspect-level sentiment. It finally helps determine how suitable transformer-
based sentiment models would be for supporting personalization in e-commerce.
RELATED WORK
The present work is concerned with sentiment analysis in e-commerce applications; aspect-based sentiment
analysis; and sentiment analysis using transformer models. These three branches of sentiment analysis research
comprise the interdisciplinary field of sentiment analysis in e-commerce. Therefore, it is necessary to consider
the work done in these branches before clearly describing the research gap that this work intends to fill.
Sentiment Analysis in E-Commerce
In e-commerce, the sentiment expressed by customers in reviews and feedback comments is analyzed to
understand customer views. Early work in this field analyzed user sentiment at the document or sentence level,
where an entire review or a single sentence was labeled as positive, negative, or neutral [9]. These techniques
Page 1096