paper-with-me

홈 › Papers

RankSHAP: Shapley Value Based Feature Attributions for Learning to Rank

2024-05-03 · Tanya Chowdhury, Yair Zick, James Allan

Numerous works propose post-hoc, model-agnostic explanations for learning to rank, focusing on ordering entities by their relevance to a query through feature attribution methods. However, these attributions often weakly correlate or contradict each other, confusing end users. We adopt an axiomatic game-theoretic approach, popular in the feature attribution community, to identify a set of fundamental axioms that every ranking-based feature attribution method should satisfy. We then introduce Rank-SHAP, extending classical Shapley values to ranking. We evaluate the RankSHAP framework through extensive experiments on two datasets, multiple ranking methods and evaluation metrics. Additionally, a user study confirms RankSHAP's alignment with human intuition. We also perform an axiomatic analysis of existing rank attribution algorithms to determine their compliance with our proposed axioms. Ultimately, our aim is to equip practitioners with a set of axiomatically backed feature attribution methods for studying IR ranking models, that ensure generality as well as consistency.

📄 PDF Abstract BibTeX arXiv:2405.01848

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyLearning-To-Rank

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Focus 설명 없음

Similar Papers 제목 키워드 기반

On marginal feature attributions of tree-based models

2023-02-16 · Khashayar Filom, Alexey Miroshnikov, Konstandinos Kotsiopoulos, Arjun Ravi Kannan

Due to their power and ease of use, tree-based machine learning models, such as random forests and gradient-boosted tree ensembles, have become very popular. To interpret them, local feature attributions based on margina…

WeightedSHAP: analyzing and improving Shapley based feature attributions

2022-09-27 · Yongchan Kwon, James Zou

Shapley value is a popular approach for measuring the influence of individual features. While Shapley feature attribution is built upon desiderata from game theory, some of its constraints may be less natural in certain …

Algorithms to estimate Shapley value feature attributions

2022-07-15 · Hugh Chen, Ian C. Covert, Scott M. Lundberg, Su-In Lee

Feature attributions based on the Shapley value are popular for explaining machine learning models; however, their estimation is complex from both a theoretical and computational standpoint. We disentangle this complexit…

Counterfactual Shapley Additive Explanations

2021-10-27 · Emanuele Albini, Jason Long, Danial Dervovic, Daniele Magazzeni

Feature attributions are a common paradigm for model explanations due to their simplicity in assigning a single numeric score for each input feature to a model. In the actionable recourse setting, wherein the goal of the…

counterfactualCounterfactual ExplanationExplainable artificial intelligenceFeature Importance

Explaining Models by Propagating Shapley Values of Local Components

2019-11-27 · Hugh Chen, Scott Lundberg, Su-In Lee

In healthcare, making the best possible predictions with complex models (e.g., neural networks, ensembles/stacks of different models) can impact patient welfare. In order to make these complex models explainable, we pres…