Search papers, labs, and topics across Lattice.
The paper introduces ReFORM, a framework that leverages LLMs to generate factor-specific user and item profiles from restaurant reviews, aiming to improve recommendation robustness by capturing nuanced user preferences and item evaluations. ReFORM employs a Multi-Factor Attention mechanism to highlight influential factors in user decision-making. Experiments on two restaurant datasets demonstrate ReFORM's superior performance compared to state-of-the-art baselines, validating the effectiveness of the proposed modules.
Restaurant recommendations get a flavor upgrade: ReFORM uses LLMs to distill user preferences and item qualities from reviews, then spotlights the decision factors that truly matter.
In recommender systems, large language models (LLMs) have gained popularity for generating descriptive summarization to improve recommendation robustness, along with Graph Convolution Networks. However, existing LLM-enhanced recommendation studies mainly rely on the internal knowledge of LLMs about item titles while neglecting the importance of various factors influencing users'decisions. Although information reflecting various decision factors of each user is abundant in reviews, few studies have actively exploited such insights for recommendation. To address these limitations, we propose a ReFORM: Review-aggregated Profile Generation via LLM with Multi-FactOr Attentive RecoMmendation framework. Specifically, we first generate factor-specific user and item profiles from reviews using LLM to capture a user's preference by items and an item's evaluation by users. Then, we propose a Multi-Factor Attention to highlight the most influential factors in each user's decision-making process. In this paper, we conduct experiments on two restaurant datasets of varying scales, demonstrating its robustness and superior performance over state-of-the-art baselines. Furthermore, in-depth analyses validate the effectiveness of the proposed modules and provide insights into the sources of personalization. Our source code and datasets are available at https://github.com/m0onsoo/ReFORM.