With the rapid growth of e-commerce, recommender systems have been widely adopted across diverse online services by presenting products aligned with user preferences. Moreover, review-based recommender systems have been studied to alleviate the sparsity of interaction data. However, many studies directly use full review texts, which may contain redundant semantics or noise that is irrelevant to recommendations, thereby degrading data quality and recommendation performance. To address this limitation, this study proposes summarized reviews fusion for adaptive recommendation (SuReFAR), which predicts ratings by summarizing reviews into key information using a multi-summarization strategy. Specifically, SuReFAR utilizes TextRank and bidirectional and auto-regressive transformers (BART) to generate extractive and abstractive summaries of user and item review sets, respectively. Subsequently, we apply an attention mechanism to emphasize salient information within each summary representation and fuse multiple summary representations by adaptively controlling their contributions through a gated multimodal unit (GMU) to predict ratings. We conducted experiments on Amazon and Yelp review datasets, demonstrating that the proposed model consistently outperforms baseline models and captures user preferences more effectively via personalized summary representations.
Park et al. (Wed,) studied this question.