paper-with-me

Papers

Towards Personalized Answer Generation in E-Commerce via Multi-Perspective Preference Modeling

2021-12-27 · Yang Deng, Yaliang Li, Wenxuan Zhang, Bolin Ding, Wai Lam

Recently, Product Question Answering (PQA) on E-Commerce platforms has attracted increasing attention as it can act as an intelligent online shopping assistant and improve the customer shopping experience. Its key function, automatic answer generation for product-related questions, has been studied by aiming to generate content-preserving while question-related answers. However, an important characteristic of PQA, i.e., personalization, is neglected by existing methods. It is insufficient to provide the same "completely summarized" answer to all customers, since many customers are more willing to see personalized answers with customized information only for themselves, by taking into consideration their own preferences towards product aspects or information needs. To tackle this challenge, we propose a novel Personalized Answer GEneration method (PAGE) with multi-perspective preference modeling, which explores historical user-generated contents to model user preference for generating personalized answers in PQA. Specifically, we first retrieve question-related user history as external knowledge to model knowledge-level user preference. Then we leverage Gaussian Softmax distribution model to capture latent aspect-level user preference. Finally, we develop a persona-aware pointer network to generate personalized answers in terms of both content and style by utilizing personal user preference and dynamic user vocabulary. Experimental results on real-world E-Commerce QA datasets demonstrate that the proposed method outperforms existing methods by generating informative and customized answers, and show that answer generation in E-Commerce can benefit from personalization.

📄 PDF Abstract BibTeX arXiv:2112.13556

Code (1)

dengyang17/tois-page 공식 구현 pytorch

Tasks

Answer GenerationQuestion Answering

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Tanh Activation 설명 없음
[LivE@PeRson]How do I talk to a real person at Expedia? How do I talk to a real person at Expedia? To speak with a live Expedia agent, call 1 (888) 829-0881 anytime. The customer support team is available 24/7 to help with…
Pointer Network Pointer Networks tackle problems where input and output data are sequential data, but can't be solved by seq2seq type models because discrete categories of output elements…

Similar Papers 제목 키워드 기반

Contextually Aware E-Commerce Product Question Answering using RAG

2025-08-04 · Praveen Tangarajan, Anand A. Rajasekar, Manish Rathi, Vinay Rao Dandin 외 arxiv

E-commerce product pages contain a mix of structured specifications, unstructured reviews, and contextual elements like personalized offers or regional variants. Although informative, this volume can lead to cognitive ov…

Question Answering

Dynamic Product Image Generation and Recommendation at Scale for Personalized E-commerce

2024-08-22 · Ádám Tibor Czapp, Mátyás Jani, Bálint Domián, Balázs Hidasi

Coupling latent diffusion based image generation with contextual bandits enables the creation of eye-catching personalized product images at scale that was previously either impossible or too expensive. In this paper we …

Image GenerationMulti-Armed Bandits

ECKGBench: Benchmarking Large Language Models in E-commerce Leveraging Knowledge Graph

2025-03-20 · Langming Liu, Haibin Chen, Yuhao Wang, Yujin Yuan 외

Large language models (LLMs) have demonstrated their capabilities across various NLP tasks. Their potential in e-commerce is also substantial, evidenced by practical implementations such as platform search, personalized …

BenchmarkingHallucinationQuestion Answering

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

Towards Knowledge-Based Personalized Product Description Generation in E-commerce

2019-03-29 · Qibin Chen, Junyang Lin, Yichang Zhang, Hongxia Yang 외

Quality product descriptions are critical for providing competitive customer experience in an e-commerce platform. An accurate and attractive description not only helps customers make an informed decision but also improv…

Text Generation