paper-with-me

Papers

Knowledge-Enhanced Personalized Review Generation with Capsule Graph Neural Network

2020-10-04 · Junyi Li, Siqing Li, Wayne Xin Zhao, Gaole He, Zhicheng Wei, Nicholas Jing Yuan, Ji-Rong Wen

Personalized review generation (PRG) aims to automatically produce review text reflecting user preference, which is a challenging natural language generation task. Most of previous studies do not explicitly model factual description of products, tending to generate uninformative content. Moreover, they mainly focus on word-level generation, but cannot accurately reflect more abstractive user preference in multiple aspects. To address the above issues, we propose a novel knowledge-enhanced PRG model based on capsule graph neural network~(Caps-GNN). We first construct a heterogeneous knowledge graph (HKG) for utilizing rich item attributes. We adopt Caps-GNN to learn graph capsules for encoding underlying characteristics from the HKG. Our generation process contains two major steps, namely aspect sequence generation and sentence generation. First, based on graph capsules, we adaptively learn aspect capsules for inferring the aspect sequence. Then, conditioned on the inferred aspect label, we design a graph-based copy mechanism to generate sentences by incorporating related entities or words from HKG. To our knowledge, we are the first to utilize knowledge graph for the PRG task. The incorporated KG information is able to enhance user preference at both aspect and word levels. Extensive experiments on three real-world datasets have demonstrated the effectiveness of our model on the PRG task.

📄 PDF Abstract BibTeX arXiv:2010.01480

Code (1)

turboLJY/CapsGNN-Review-Generation 공식 구현 pytorch

Tasks

Graph Neural NetworkReview GenerationSentenceText Generation

Similar Papers 제목 키워드 기반

Transfer Capsule Network for Aspect Level Sentiment Classification

2019-07-01 · ACL 2019 7 · Zhuang Chen, Tieyun Qian

Aspect-level sentiment classification aims to determine the sentiment polarity of a sentence towards an aspect. Due to the high cost in annotation, the lack of aspect-level labeled data becomes a major obstacle in this a…

ClassificationGeneral ClassificationSentenceSentiment Analysis+2

A Novel BGCapsule Network for Text Classification

2020-07-02 · Akhilesh Kumar Gangwar, Vadlamani Ravi

Several text classification tasks such as sentiment analysis, news categorization, multi-label classification and opinion classification are challenging problems even for modern deep learning networks. Recently, Capsule …

ClassificationGeneral Classificationimage-classificationImage Classification+5

Sentiment Analysis by Capsules

2018-02-01 · The Web Conference (WWW) 2018 2 · Yequan Wang, Aixin Sun, Jialong Han, Ying Liu 외

In this paper, we propose RNN-Capsule, a capsule model based on Recurrent Neural Network (RNN) for sentiment analysis. For a given problem, one capsule is built for each sentiment category e.g., ‘positive’ and ‘negative’…

AttributeSentiment AnalysisSentiment ClassificationSpecificity

Reasoning-Enhanced Self-Training for Long-Form Personalized Text Generation

2025-01-07 · Alireza Salemi, Cheng Li, Mingyang Zhang, Qiaozhu Mei 외

Personalized text generation requires a unique ability of large language models (LLMs) to learn from context that they often do not encounter during their standard training. One way to encourage LLMs to better use person…

FormResponse GenerationText 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