shapley_value (663B)
1 # Shapley value 2 3 https://en.wikipedia.org/wiki/Shapley_value 4 5 [shapley_value_definition] 6 7 [survey_papers]: 8 - [bertossi2024shapley] 9 - [luo2024applications] 10 11 Results: 12 13 - [karmakar2024expected] on [shapley_value_expected] 14 - connections with [model_counting] and [pqe] 15 - [bienvenu2023when] 16 - [kara2023from] 17 - [standke2025tractability] pour [CQ_aggregates], when is is tractable depending on the [aggregation_function] and the [CQ] shape ([hierarchical_queries], [q_hierarchical_queries]) 18 19 - [shapley_value_omqa] 20 21 [Computational_problem]: [Shapley_value_computation] 22 23 See also: [pqe], [explainability], [shap_score], [stable_marriage] 24 25 Up: [responsibility_values]