Feature Attribution in Directed Acyclic Graphs Using Edge Intervention
A team of researchers has proposed DAG-SHAP, a feature attribution method for directed acyclic graphs that shifts the unit of analysis from individual nodes to feature edges, aiming to better capture both externality and exogenous contributions in causal models [1]. The method, detailed in a paper submitted to arXiv on 13 June 2026, addresses a known shortcoming of Shapley value-based attribution techniques. Those methods typically adopt a node-centric view, attributing importance solely to individual features, and often fail to simultaneously capture the externality and exogenous influence of features, leading to what the authors call unreasonable interpretations [2]. DAG-SHAP instead treats each feature edge as an individual attribution object [2]. The authors also introduce an approximation method for efficiently computing DAG-SHAP and validate its effectiveness through experiments on both real and synthetic datasets [2]. The code has been made publicly available on GitHub [2]. The paper appears on arXiv, an open-access repository of electronic preprints that, as of November 2024, receives about 24,000 submissions per month and has surpassed two million total articles [6]. The work is listed under the Computer Science > Artificial Intelligence category and includes links to several community-developed tools integrated through arXivLabs, a framework launched by arXiv to allow collaborators to build experimental features directly on the platform [4][1]. arXivLabs projects, which include the Bibliographic Explorer and CORE Recommender, are developed under guidelines that require partners to share arXiv’s values of openness, community, excellence, and user data privacy [4][5]. The arXivLabs framework is currently on a temporary hiatus for new proposals while the development team focuses on modernizing and migrating arXiv’s systems to the cloud, though existing projects and already-submitted proposals are unaffected [3]. The DAG-SHAP paper’s abstract page also surfaces links to code-finding services such as CatalyzeX Code Finder for Papers and Papers with Code, which aim to provide an easy way to find relevant code for machine learning papers [1][5].
model-releaseresearch-paperproduct-launchtool-release
Background sources we checked (7)
- arxiv.org ↗ Shapley value-based feature attribution methods face challenges in scenarios involving complex feature interactions and causal relationships, even when a causal structure is provided. Existing methods typically adopt a node-centric view, attributing importance solely to individua…
- info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
- blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
- info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository ... # arXivLabs: Showcase ... arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. ... While the arXiv team is focused on our core mission—pr…
- en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
- en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…
- en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…
Sources
- export.arxiv.org — Feature Attribution in Directed Acyclic Graphs Using Edge Intervention ↗