paper-with-me

홈 › Papers

Reinforced Product Metadata Selection for Helpfulness Assessment of Customer Reviews

2019-11-01 · IJCNLP 2019 11 · Miao Fan, Chao Feng, Mingming Sun, Ping Li

To automatically assess the helpfulness of a customer review online, conventional approaches generally acquire various linguistic and neural embedding features solely from the textual content of the review itself as the evidence. We, however, find out that a helpful review is largely concerned with the metadata (such as the name, the brand, the category, etc.) of its target product. It leaves us with a challenge of how to choose the correct key-value product metadata to help appraise the helpfulness of free-text reviews more precisely. To address this problem, we propose a novel framework composed of two mutual-benefit modules. Given a product, a selector (agent) learns from both the keys in the product metadata and one of its reviews to take an action that selects the correct value, and a successive predictor (network) makes the free-text review attend to this value to obtain better neural representations for helpfulness assessment. The predictor is directly optimized by SGD with the loss of helpfulness prediction, and the selector could be updated via policy gradient rewarded with the performance of the predictor. We use two real-world datasets from Amazon.com and Yelp.com, respectively, to compare the performance of our framework with other mainstream methods under two application scenarios: helpfulness identification and regression of customer reviews. Extensive results demonstrate that our framework can achieve state-of-the-art performance with substantial improvements.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Were You Helpful -- Predicting Helpful Votes from Amazon Reviews

2024-12-03 · Emin Kirimlioglu, Harrison Kung, Dominic Orlando

This project investigates factors that influence the perceived helpfulness of Amazon product reviews through machine learning techniques. After extensive feature analysis and correlation testing, we identified key metada…

Sentiment Analysis

Reinforced Agent: Inference-Time Feedback for Tool-Calling Agents

2026-04-29 · Anh Ta, Junjie Zhu, Shahin Shayandeh arxiv

Tool-calling agents are evaluated on tool selection, parameter accuracy, and scope recognition, yet LLM trajectory assessments remain inherently post-hoc. Disconnected from the active execution loop, such assessments ide…

Review-guided Helpful Answer Identification in E-commerce

2020-03-13 · Wenxuan Zhang, Wai Lam, Yang Deng, Jing Ma

Product-specific community question answering platforms can greatly help address the concerns of potential customers. However, the user-provided answers on such platforms often vary a lot in their qualities. Helpfulness …

Answer SelectionCommunity Question AnsweringQuestion Answering

Ranking Online Consumer Reviews

2019-01-17 · Sunil Saumya, Jyoti Prakash Singh, Abdullah Mohammed Baabdullah, Nripendra P. Rana 외

The product reviews are posted online in the hundreds and even in the thousands for some popular products. Handling such a large volume of continuously generated online content is a challenging task for buyers, sellers, …

Multi-perspective Coherent Reasoning for Helpfulness Prediction of Multimodal Reviews

2021-08-01 · ACL 2021 5 · Junhao Liu, Zhen Hai, Min Yang, Lidong Bing

As more and more product reviews are posted in both text and images, Multimodal Review Analysis (MRA) becomes an attractive research topic. Among the existing review analysis tasks, helpfulness prediction on review text …