paper-with-me

홈 › Papers

E-commerce Query-based Generation based on User Review

2020-11-11 · Yiren Liu, Kuan-Ying Lee

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 context during decoding. We also incorporate a pre-trained auxiliary rating classifier to improve model performance and accelerate convergence during training. Experiments using real-world e-commerce dataset show that our model achieves improvement in performance compared to previously introduced models.

📄 PDF Abstract BibTeX arXiv:2011.05546

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Review-Driven Answer Generation for Product-Related Questions in E-Commerce

2019-04-27 · Shiqian Chen, Chenliang Li, Feng Ji, Wei Zhou 외

The users often have many product-related questions before they make a purchase decision in E-commerce. However, it is often time-consuming to examine each user review to identify the desired information. In this paper, …

Answer Generation

Answer Generation for Questions With Multiple Information Sources in E-Commerce

2021-11-27 · Anand A. Rajasekar, Nikesh Garera

Automatic question answering is an important yet challenging task in E-commerce given the millions of questions posted by users about the product that they are interested in purchasing. Hence, there is a great demand for…

Answer GenerationQuestion Answering

QueryAgent-R1: Bridging Query Generation and Product Retrieval for E-Commerce Query Recommendation

2026-06-04 · Dike Sun, Zheng Zou, Jingtong Zang, Qi Sun 외 arxiv

Query recommendation in e-commerce search aims to proactively suggest queries that match users' potential interests. However, existing methods mainly optimize query-level relevance, while neglecting whether the retrieved…

Reinforcement Learning

Opinion-aware Answer Generation for Review-driven Question Answering in E-Commerce

2020-08-27 · Yang Deng, Wenxuan Zhang, Wai Lam

Product-related question answering (QA) is an important but challenging task in E-Commerce. It leads to a great demand on automatic review-driven QA, which aims at providing instant responses towards user-posted question…

Answer GenerationOpinion MiningQuestion Answering

eC-Tab2Text: Aspect-Based Text Generation from e-Commerce Product Tables

2025-02-20 · Luis Antonio Gutiérrez Guanilo, Mir Tafseer Nayeem, Cristian López, Davood Rafiei

Large Language Models (LLMs) have demonstrated exceptional versatility across diverse domains, yet their application in e-commerce remains underexplored due to a lack of domain-specific datasets. To address this gap, we …

AttributeText Generation