paper-with-me

홈 › Papers

The Blessing of Reasoning: LLM-Based Contrastive Explanations in Black-Box Recommender Systems

2025-02-24 · Yuyan Wang, Pan Li, Minmin Chen

Modern recommender systems use ML models to predict consumer preferences from consumption history. Although these "black-box" models achieve impressive predictive performance, they often suffer from a lack of transparency and explainability. Contrary to the presumed tradeoff between explainability and accuracy, we show that integrating large language models (LLMs) with deep neural networks (DNNs) can improve both. We propose LR-Recsys, which augments DNN-based systems with LLM reasoning capabilities. LR-Recsys introduces a contrastive-explanation generator that produces human-readable positive explanations and negative explanations. These explanations are embedded via a fine-tuned autoencoder and combined with consumer and product features to improve predictions. Beyond offering explainability, we show that LR-Recsys also improves learning efficiency and predictive accuracy, as supported by high-dimensional, multi-environment statistical learning theory. LR-Recsys outperforms state-of-the-art recommender systems by 3-14% on three real-world datasets. Importantly, our analysis reveals that these gains primarily derive from LLMs' reasoning capabilities rather than their external domain knowledge. LR-RecSys presents an effective approach to combine LLMs with traditional DNNs, two of the most widely used ML models today. The explanations generated by LR-Recsys provide actionable insights for consumers, sellers, and platforms, helping to build trust, optimize product offerings, and inform targeting strategies.

📄 PDF Abstract BibTeX arXiv:2502.16759

Code (0)

등록된 구현이 없습니다.

Tasks

Learning TheoryRecommendation Systems

Similar Papers 제목 키워드 기반

Contrastive Explanations of Text Classifiers as a Service

2022-07-01 · NAACL (ACL) 2022 7 · Lorenzo Malandri, Fabio Mercorio, Mario Mezzanzanica, Navid Nobani 외

The recent growth of black-box machine-learning methods in data analysis has increased the demand for explanation methods and tools to understand their behaviour and assist human-ML model cooperation. In this paper, we d…

The Dark Side of Explanations: Poisoning Recommender Systems with Counterfactual Examples

2023-04-30 · Ziheng Chen, Fabrizio Silvestri, Jia Wang, Yongfeng Zhang 외

Deep learning-based recommender systems have become an integral part of several online platforms. However, their black-box nature emphasizes the need for explainable artificial intelligence (XAI) approaches to provide hu…

counterfactualCounterfactual ExplanationExplainable artificial intelligenceExplainable Artificial Intelligence (XAI)+2

Learning Global Transparent Models Consistent with Local Contrastive Explanations

2020-02-19 · NeurIPS 2020 12 · Tejaswini Pedapati, Avinash Balakrishnan, Karthikeyan Shanmugam, Amit Dhurandhar

There is a rich and growing literature on producing local contrastive/counterfactual explanations for black-box models (e.g. neural networks). In these methods, for an input, an explanation is in the form of a contrast p…

counterfactual

CLIMAX: An exploration of Classifier-Based Contrastive Explanations

2023-07-02 · Praharsh Nanavati, Ranjitha Prasad

Explainable AI is an evolving area that deals with understanding the decision making of machine learning models so that these models are more transparent, accountable, and understandable for humans. In particular, post-h…

Decision MakingExplainable Artificial Intelligence (XAI)

RecExplainer: Aligning Large Language Models for Explaining Recommendation Models

2023-11-18 · Yuxuan Lei, Jianxun Lian, Jing Yao, Xu Huang 외

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 …

Explanation GenerationInstruction FollowingRecommendation SystemsWorld Knowledge