paper-with-me

홈 › Papers

RecExplainer: Aligning Large Language Models for Explaining Recommendation Models

2023-11-18 · Yuxuan Lei, Jianxun Lian, Jing Yao, Xu Huang, Defu Lian, Xing Xie

Recommender systems are widely used in online services, with embedding-based models being particularly popular due to their expressiveness in representing complex signals. However, these models often function as a black box, making them less transparent and reliable for both users and developers. Recently, large language models (LLMs) have demonstrated remarkable intelligence in understanding, reasoning, and instruction following. This paper presents the initial exploration of using LLMs as surrogate models to explaining black-box recommender models. The primary concept involves training LLMs to comprehend and emulate the behavior of target recommender models. By leveraging LLMs' own extensive world knowledge and multi-step reasoning abilities, these aligned LLMs can serve as advanced surrogates, capable of reasoning about observations. Moreover, employing natural language as an interface allows for the creation of customizable explanations that can be adapted to individual user preferences. To facilitate an effective alignment, we introduce three methods: behavior alignment, intention alignment, and hybrid alignment. Behavior alignment operates in the language space, representing user preferences and item information as text to mimic the target model's behavior; intention alignment works in the latent space of the recommendation model, using user and item representations to understand the model's behavior; hybrid alignment combines both language and latent spaces. Comprehensive experiments conducted on three public datasets show that our approach yields promising results in understanding and mimicking target models, producing high-quality, high-fidelity, and distinct explanations. Our code is available at https://github.com/microsoft/RecAI.

📄 PDF Abstract BibTeX arXiv:2311.10947

Code (1)

microsoft/recai 공식 구현 pytorch

Tasks

Explanation GenerationInstruction FollowingRecommendation SystemsWorld Knowledge

Similar Papers 제목 키워드 기반

RecAI: Leveraging Large Language Models for Next-Generation Recommender Systems

2024-03-11 · Jianxun Lian, Yuxuan Lei, Xu Huang, Jing Yao 외

This paper introduces RecAI, a practical toolkit designed to augment or even revolutionize recommender systems with the advanced capabilities of Large Language Models (LLMs). RecAI provides a suite of tools, including Re…

AI AgentRecommendation Systems

On Explaining Recommendations with Large Language Models: A Review

2024-11-29 · Alan Said

The rise of Large Language Models (LLMs), such as LLaMA and ChatGPT, has opened new opportunities for enhancing recommender systems through improved explainability. This paper provides a systematic literature review focu…

ArticlesRecommendation SystemsSystematic Literature Review

TALLRec: An Effective and Efficient Tuning Framework to Align Large Language Model with Recommendation

2023-04-30 · Keqin Bao, Jizhi Zhang, Yang Zhang, Wenjie Wang 외

Large Language Models (LLMs) have demonstrated remarkable performance across diverse domains, thereby prompting researchers to explore their potential for use in recommendation systems. Initial attempts have leveraged th…

Domain GeneralizationIn-Context LearningLanguage ModelingLanguage Modelling+2

DRE: Generating Recommendation Explanations by Aligning Large Language Models at Data-level

2024-04-09 · Shen Gao, Yifan Wang, Jiabao Fang, Lisi Chen 외

Recommendation systems play a crucial role in various domains, suggesting items based on user behavior.However, the lack of transparency in presenting recommendations can lead to user confusion. In this paper, we introdu…

Recommendation Systems

You May Like This Hotel Because ...: Identifying Evidence for Explainable Recommendations

2020-12-01 · Asian Chapter of the Association for Computational Linguistics 2020 · Shin Kanouchi, Masato Neishi, Yuta Hayashibe, Hiroki Ouchi 외

Explainable recommendation is a good way to improve user satisfaction. However, explainable recommendation in dialogue is challenging since it has to handle natural language as both input and output. To tackle the challe…

Explainable RecommendationSentence