E-commerce Query-based Generation based on User Review
Yiren Liu, Kuan-Ying Lee

TL;DR
This paper introduces a novel seq2seq model that automatically generates product-specific answers based on user reviews, improving e-commerce Q&A systems by summarizing relevant reviews conditioned on user questions and sentiment.
Contribution
The study presents a new attention-based seq2seq model with an auxiliary rating classifier for improved review-based answer generation in e-commerce.
Findings
Model outperforms previous approaches in accuracy.
Incorporating rating information enhances answer relevance.
Pre-trained classifier accelerates training convergence.
Abstract
With the increasing number of merchandise on e-commerce platforms, users tend to refer to reviews of other shoppers to decide which product they should buy. However, with so many reviews of a product, users often have to spend lots of time browsing through reviews talking about product attributes they do not care about. We want to establish a system that can automatically summarize and answer user's product specific questions. In this study, we propose a novel seq2seq based text generation model to generate answers to user's question based on reviews posted by previous users. Given a user question and/or target sentiment polarity, we extract aspects of interest and generate an answer that summarizes previous relevant user reviews. Specifically, our model performs attention between input reviews and target aspects during encoding and is conditioned on both review rating and input…
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
TopicsTopic Modeling · Sentiment Analysis and Opinion Mining · Advanced Text Analysis Techniques
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory · Sequence to Sequence
