HyperAIHyperAI

Command Palette

Search for a command to run...

il y a 6 heures

Voici la traduction en chinois, conforme au style académique des revues SCI/SSCI : 基于随机路径积分的忠实度感知推荐解释

Oren Barkan Yahlly Schein Yehonatan Elisha Veronika Bogina Mikhail Baklanov Noam Koenigstein

Voici la traduction en chinois, conforme au style académique des revues SCI/SSCI :
基于随机路径积分的忠实度感知推荐解释

Résumé

Voici la traduction du texte en français, respectant le style académique et la terminologie technique appropriée :La fidélité de l'explication, qui mesure la précision avec laquelle une explication reflète le raisonnement réel d'un modèle, demeure un domaine insuffisamment exploré au sein des systèmes de recommandation. Nous présentons SPINRec (Stochastic Path Integration for Neural Recommender Explanations), une approche agnostique vis-à-vis du modèle qui adapte les techniques d'intégration de chemin à la nature clairsemée et implicite des données de recommandation. Pour surmonter les limites des méthodes antérieures, SPINRec emploie un échantillonnage de référence stochastique (stochastic baseline sampling) : au lieu de procéder à une intégration à partir d'une ligne de base fixe ou irréaliste, il échantillonne plusieurs profils utilisateurs plausibles issus de la distribution empirique des données et sélectionne le chemin d'attribution le plus fidèle. Cette conception permet de capturer l'influence des interactions tant observées que non observées, générant ainsi des explications plus stables et personnalisées. Nous réalisons l'évaluation de la fidélité la plus exhaustive à ce jour sur trois modèles (MF, VAE, NCF), trois jeux de données (ML1M, Yahoo! Music, Pinterest) et un ensemble de métriques contrefactuelles, incluant des courbes de perturbation basées sur l'AUC et des diagnostics à longueur fixe. SPINRec surpasse systématiquement toutes les méthodes de référence, établissant ainsi un nouveau standard pour l'explicabilité fidèle dans le domaine de la recommandation. Le code et les outils d'évaluation sont disponibles en libre accès à l'adresse suivante : https://github.com/DeltaLabTLV/SPINRec.

Summarization

Researchers from The Open University of Israel and Tel Aviv University introduce SPINRec, a model-agnostic framework that enhances explanation fidelity in recommender systems by employing stochastic baseline sampling to integrate attribution paths from plausible user profiles rather than relying on fixed or unrealistic baselines.

Introduction

As recommender systems increasingly shape user decisions in e-commerce and media, the demand for transparency has shifted focus from simple persuasiveness to fidelity, ensuring that explanations accurately reflect the model's actual decision-making process. However, applying established attribution techniques like Path-Integration (PI) to this domain is challenging because recommendation data is inherently sparse and binary. Standard PI methods, which rely on "all-zero" baselines, fail to capture the nuance of user interactions in this setting, often resulting in weak or misleading attribution signals.

To address this gap, the authors introduce SPINRec (Stochastic Path Integration for Neural Recommender Explanations), a novel framework that adapts Path-Integration specifically for neural recommenders. By moving away from static baselines, the authors provide a method that respects the unique data structure of recommendation engines.

Key innovations and advantages include:

  • Stochastic Baseline Sampling: Instead of relying on an unrealistic all-zero baseline, the model samples multiple plausible user histories from the empirical data distribution to generate more stable and informative gradient signals.
  • Domain-Specific Adaptation: The framework is the first to successfully adapt Path-Integration from computer vision and NLP to recommender systems, specifically addressing the challenges of high-dimensional, sparse, and binary data.
  • Superior Fidelity: Extensive evaluations across multiple architectures (including Matrix Factorization and VAEs) and datasets establish SPINRec as the new state-of-the-art benchmark for counterfactual explanation fidelity.

Dataset

The authors conduct experiments using three distinct datasets: ML1M (MovieLens), Yahoo! Music, and Pinterest. The data preparation and evaluation strategy involve the following steps:

  • Data Processing: All datasets are binarized to convert interactions into implicit feedback.
  • Splitting Strategy: The researchers apply an 80/20 user-based split to divide the data into training and testing sets.
  • Validation: An additional 10% of users are withheld from the training data to serve as a validation set for hyperparameter tuning.
  • Evaluation Scope: Results are reported on the test set, with explanations specifically targeting the top recommendation for each user.

Method

The authors leverage path-integration methods to develop SPINRec, a framework for generating explanations in recommender systems. The core approach computes feature attributions by integrating gradients along a path from a baseline user representation to the actual user data. Given a user's binary feature vector x\mathbf{x}x and a target item yyy, the predicted affinity fθy(x)f_{\theta^y}(\mathbf{x})fθy(x) is decomposed into contributions from individual features using a straight-line path r(t)=tx+(1t)z\mathbf{r}(t) = t \cdot \mathbf{x} + (1 - t) \cdot \mathbf{z}r(t)=tx+(1t)z, where z\mathbf{z}z is a baseline vector and t[0,1]t \in [0, 1]t[0,1]. The attribution for each feature is derived from the integral of the gradient of the model's output with respect to the interpolated input, weighted by the path's derivative. This results in an explanation map m\mathbf{m}m, which quantifies the relevance of each feature to the recommendation, as defined in Equation \ref{eq:expl_map}.

Experiment

  • The study evaluates the counterfactual fidelity of SPINRec across three datasets (ML1M, Yahoo! Music, Pinterest) and three recommender architectures (Matrix Factorization, VAE, NCF), comparing it against state-of-the-art baselines including LXR, FIA, and SHAP.
  • On AUC-based fidelity metrics, SPINRec achieved the best results across all models and datasets, statistically surpassing strong baselines like LXR and FIA (p0.01p \leq 0.01p0.01).
  • In fixed-length metric evaluations (POS, DEL, INS, CDCG), the method consistently outperformed all baselines across varying explanation lengths (KeK_eKe) and ranking cutoffs (KrK_rKr), demonstrating robustness in identifying high-impact features.
  • Ablation studies validated the contribution of stochastic baseline sampling, showing that SPINRec significantly outperforms plain path integration (PI) by leveraging unobserved interactions, with performance gains most pronounced in complex models like VAE and NCF.

The authors use counterfactual fidelity metrics to evaluate explanation methods across multiple recommendation models and datasets, with results showing that SPINRec consistently outperforms all baselines in both AUC-based and fixed-length metrics. Across all configurations, SPINRec achieves the best performance, particularly in metrics like POS@K and CDCG, demonstrating superior fidelity in explaining recommendation outcomes.

The authors use counterfactual fidelity metrics to evaluate explanation methods across multiple recommendation models and datasets, with results showing that SPINRec consistently outperforms all baselines in both AUC-based and fixed-length metrics. Across all configurations, SPINRec achieves the best performance, particularly excelling in metrics like POS@K and CDCG, while also demonstrating robustness across different recommendation architectures and datasets.

Construire l'IA avec l'IA

De l'idée au lancement — accélérez votre développement IA avec du co-codage IA gratuit, un environnement prêt à l'emploi et les meilleurs prix GPU.

Co-codage IA
GPU prêts à utiliser
Meilleurs prix
Commencer

Hyper Newsletters

Abonnez-vous à nos dernières mises à jour
Nous vous enverrons les dernières mises à jour de la semaine dans votre boîte de réception à neuf heures chaque lundi matin
Propulsé par MailChimp
Voici la traduction en chinois, conforme au style académique des revues SCI/SSCI : 基于随机路径积分的忠实度感知推荐解释 | Articles de recherche | HyperAI