paper-with-me

Papers

Meta Decision Trees for Explainable Recommendation Systems

2019-12-19 · Eyal Shulman, Lior Wolf

We tackle the problem of building explainable recommendation systems that are based on a per-user decision tree, with decision rules that are based on single attribute values. We build the trees by applying learned regression functions to obtain the decision rules as well as the values at the leaf nodes. The regression functions receive as input the embedding of the user's training set, as well as the embedding of the samples that arrive at the current node. The embedding and the regressors are learned end-to-end with a loss that encourages the decision rules to be sparse. By applying our method, we obtain a collaborative filtering solution that provides a direct explanation to every rating it provides. With regards to accuracy, it is competitive with other algorithms. However, as expected, explainability comes at a cost and the accuracy is typically slightly lower than the state of the art result reported in the literature.

📄 PDF Abstract BibTeX arXiv:1912.09140

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeCollaborative FilteringExplainable RecommendationRecommendation Systemsregression

Similar Papers 제목 키워드 기반

An Explainable Ensemble Learning Framework for Crop Classification with Optimized Feature Pyramids and Deep Networks

2026-03-26 · Syed Rayhan Masud, SK Muktadir Hossain, Md. Ridoy Sarkar, Mohammad Sakib Mahmood 외 arxiv

Agriculture is increasingly challenged by climate change, soil degradation, and resource depletion, and hence requires advanced data-driven crop classification and recommendation solutions. This work presents an explaina…

Crop ClassificationEnsemble Learning

Energy Equity, Infrastructure and Demographic Analysis with XAI Methods

2025-09-18 · Sarahana Shrestha, Aparna S. Varde, Pankaj Lal arxiv

This study deploys methods in explainable artificial intelligence (XAI), e.g. decision trees and Pearson's correlation coefficient (PCC), to investigate electricity usage in multiple locales. It addresses the vital issue…

Explainable AI is Dead, Long Live Explainable AI! Hypothesis-driven decision support

2023-02-24 · Tim Miller

In this paper, we argue for a paradigm shift from the current model of explainable artificial intelligence (XAI), which may be counter-productive to better human decision making. In early decision support systems, we ass…

Decision MakingExplainable artificial intelligenceExplainable Artificial Intelligence (XAI)

CDT: Cascading Decision Trees for Explainable Reinforcement Learning

2020-11-15 · Zihan Ding, Pablo Hernandez-Leal, Gavin Weiguang Ding, Changjian Li 외

Deep Reinforcement Learning (DRL) has recently achieved significant advances in various domains. However, explaining the policy of RL agents still remains an open problem due to several factors, one being the complexity …

Deep Reinforcement LearningExplainable ModelsImitation Learningreinforcement-learning+3

Boosting-Based Sequential Meta-Tree Ensemble Construction for Improved Decision Trees

2024-02-09 · Ryota Maniwa, Naoki Ichijo, Yuta Nakahara, Toshiyasu Matsushima

A decision tree is one of the most popular approaches in machine learning fields. However, it suffers from the problem of overfitting caused by overly deepened trees. Then, a meta-tree is recently proposed. It solves the…