paper-with-me

Papers

How Faithful Is Attribution for Sales Forecasting? A Counterfactual Study

2026-09-04 · Glib Kechyn arxiv

Deep models for sales forecasting, such as WaveNet-style dilated convolutional networks, are accurate but opaque: when a single model predicts sales for one of many series, it offers no account of why. We add a post-hoc, architecture-agnostic counterfactual interpretability layer to a multi-series WaveNet forecaster trained on the full Corporacion Favorita grocery dataset (174,685 series over 1,688 days). The method decomposes each forecast into contributions that sum exactly to the predicted value, avoiding the allocation artifacts we observed with additive SHAP-style attribution. We evaluate faithfulness with a deletion/insertion protocol and find a statistically significant effect on both tests (deletion gap 0.22, p<0.001; insertion gap 0.27, p<0.01; robust across five background-sampling seeds), establishing that the attributions reflect genuine model behavior rather than plausible-looking artifacts. We then characterize, honestly, where attribution is and is not informative: reliance on the promotion signal is heterogeneous across series (median ratio approximately 1.0, with roughly 20% of series showing a strong effect), and the model captures the shape of the weekly sales cycle (day-of-week r=0.78) while systematically under-predicting its amplitude. Our contribution is not improved accuracy but an interpretability layer with a rigorous faithfulness evaluation and a candid account of its limits.

📄 PDF Abstract BibTeX arXiv:2609.04797

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Counterfactuals As a Means for Evaluating Faithfulness of Attribution Methods in Autoregressive Language Models

2024-08-21 · Sepehr Kamahi, Yadollah Yaghoobzadeh

Despite the widespread adoption of autoregressive language models, explainability evaluation research has predominantly focused on span infilling and masked language models. Evaluating the faithfulness of an explanation …

counterfactualDecision MakingFeature ImportanceLanguage Modelling

FitCF: A Framework for Automatic Feature Importance-guided Counterfactual Example Generation

2025-01-01 · Qianli Wang, Nils Feldhus, Simon Ostermann, Luis Felipe Villa-Arenas 외

Counterfactual examples are widely used in natural language processing (NLP) as valuable data to improve models, and in explainable artificial intelligence (XAI) to understand model behavior. The automated generation of …

counterfactualExplainable artificial intelligenceExplainable Artificial Intelligence (XAI)Feature Importance

Are self-explanations from Large Language Models faithful?

2024-01-15 · Andreas Madsen, Sarath Chandar, Siva Reddy

Instruction-tuned Large Language Models (LLMs) excel at many tasks and will even explain their reasoning, so-called self-explanations. However, convincing and wrong self-explanations can lead to unsupported confidence in…

counterfactualFaithfulness CriticNatural Language InferenceQuestion Answering+2

Did Models Learn Sufficiently? Attribution-Guided Training via Subset-Selected Counterfactual Augmentation

2025-11-15 · Yannan Chen, Ruoyu Chen, Wei Wang, Bin Zeng 외 arxiv

Current visual models often make predictions based on a limited set of discriminative visual cues. As a result, they may become unreliable when the distribution shifts or when these cues are missing. Faithful attribution…

On the notion of missingness for path attribution explainability methods in medical settings: Guiding the selection of medically meaningful baselines

2025-08-20 · Alexander Geiger, Lars Wagner, Daniel Rueckert, Dirk Wilhelm 외 arxiv

The explainability of deep learning models remains a significant challenge, particularly in the medical domain where interpretable outputs are essential for clinical trust and transparency. Path attribution methods such …