CLJul 10, 2024

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

arXiv:2407.07487v116 citationsh-index: 14
Originality Incremental advance
AI Analysis

This work addresses personalized review generation for recommender systems, but it is incremental as it adapts existing LLMs with fine-tuning and prompt engineering.

The paper tackles the problem of generating personalized product reviews using large language models (LLMs) by addressing issues like politeness and lack of personalization, resulting in a fine-tuned model that outperforms existing closed-source LLMs on a real-world dataset.

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 text modeling and generating ability, which could be applied in review generation. However, directly applying the LLMs for generating reviews might be troubled by the ``polite'' phenomenon of the LLMs and could not generate personalized reviews (e.g., negative reviews). In this paper, we propose Review-LLM that customizes LLMs for personalized review generation. Firstly, we construct the prompt input by aggregating user historical behaviors, which include corresponding item titles and reviews. This enables the LLMs to capture user interest features and review writing style. Secondly, we incorporate ratings as indicators of satisfaction into the prompt, which could further improve the model's understanding of user preferences and the sentiment tendency control of generated reviews. Finally, we feed the prompt text into LLMs, and use Supervised Fine-Tuning (SFT) to make the model generate personalized reviews for the given user and target item. Experimental results on the real-world dataset show that our fine-tuned model could achieve better review generation performance than existing close-source LLMs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes