paper-with-me

홈 › Papers

Personalized Review Generation By Expanding Phrases and Attending on Aspect-Aware Representations

2018-07-01 · ACL 2018 7 · Jianmo Ni, Julian McAuley

In this paper, we focus on the problem of building assistive systems that can help users to write reviews. We cast this problem using an encoder-decoder framework that generates personalized reviews by expanding short phrases (e.g. review summaries, product titles) provided as input to the system. We incorporate aspect-level information via an aspect encoder that learns aspect-aware user and item representations. An attention fusion layer is applied to control generation by attending on the outputs of multiple encoders. Experimental results show that our model successfully learns representations capable of generating coherent and diverse reviews. In addition, the learned aspect-aware representations discover those aspects that users are more inclined to discuss and bias the generated text toward their personalized aspect preferences.

📄 PDF Abstract BibTeX

Code (1)

nijianmo/textExpansion 공식 구현 pytorch

Tasks

DecoderRecommendation SystemsReview GenerationSentiment AnalysisText Generation

Similar Papers 제목 키워드 기반

LexiCon: Lexically Constrained Review Generation via Robust Insertion

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Existing review generators struggle to generate specific information correctly (e.g., Caesar salad, Snapdragon CPU), which prevents generated reviews from being more informative. In this paper, we propose to introduce le…

CPUDiversityInformativenessReview Generation

ReDecode Framework for Iterative Improvement in Paraphrase Generation

2018-11-11 · Milan Aggarwal, Nupur Kumari, Ayush Bansal, Balaji Krishnamurthy

Generating paraphrases, that is, different variations of a sentence conveying the same meaning, is an important yet challenging task in NLP. Automatically generating paraphrases has its utility in many NLP tasks like que…

DecoderInformation RetrievalParaphrase GenerationQuestion Answering+2

Should I visit this place? Inclusion and Exclusion Phrase Mining from Reviews

2020-12-18 · Omkar Gurjar, Manish Gupta

Although several automatic itinerary generation services have made travel planning easy, often times travellers find themselves in unique situations where they cannot make the best out of their trip. Visitors differ in t…

Sentiment Analysis

Sticking to the Facts: Confident Decoding for Faithful Data-to-Text Generation

2019-10-19 · Ran Tian, Shashi Narayan, Thibault Sellam, Ankur P. Parikh

We address the issue of hallucination in data-to-text generation, i.e., reducing the generation of text that is unsupported by the source. We conjecture that hallucination can be caused by an encoder-decoder model genera…

Data-to-Text GenerationDecoderHallucinationText Generation

Review-LLM: Harnessing Large Language Models for Personalized Review Generation

2024-07-10 · Qiyao Peng, Hongtao Liu, Hongyan Xu, Qing Yang 외

Product review generation is an important task in recommender systems, which could provide explanation and persuasiveness for the recommendation. Recently, Large Language Models (LLMs, e.g., ChatGPT) have shown superior …

PersuasivenessRecommendation SystemsReview Generation