ProdRev: A DNN framework for empowering customers using generative pre-trained transformers
Aakash Gupta, Nataraj Das
TL;DR
The paper addresses decision paralysis in e-commerce by fine-tuning a GPT-3 Curie model to perform abstractive summarization of product reviews. It presents an end-to-end pipeline—dataset assembly with clustering, content filtering, prompt/completion design, and JSONL-based fine-tuning—resulting in pros/cons statements and a final verdict. Despite using a relatively small annotated dataset (485 points), the approach achieves coherent, human-like outputs and favorable evaluation signals (BertScore and Rouge trends) and demonstrates deployment in real-world scenarios. The work aims to offer transparent, consolidated guidance to consumers while enabling scalable, generative summarization of large review corpora, with potential impact on user decision quality and trust in online shopping.
Abstract
Following the pandemic, customers, preference for using e-commerce has accelerated. Since much information is available in multiple reviews (sometimes running in thousands) for a single product, it can create decision paralysis for the buyer. This scenario disempowers the consumer, who cannot be expected to go over so many reviews since its time consuming and can confuse them. Various commercial tools are available, that use a scoring mechanism to arrive at an adjusted score. It can alert the user to potential review manipulations. This paper proposes a framework that fine-tunes a generative pre-trained transformer to understand these reviews better. Furthermore, using "common-sense" to make better decisions. These models have more than 13 billion parameters. To fine-tune the model for our requirement, we use the curie engine from generative pre-trained transformer (GPT3). By using generative models, we are introducing abstractive summarization. Instead of using a simple extractive method of summarizing the reviews. This brings out the true relationship between the reviews and not simply copy-paste. This introduces an element of "common sense" for the user and helps them to quickly make the right decisions. The user is provided the pros and cons of the processed reviews. Thus the user/customer can take their own decisions.
