paper-with-me

Papers

Right for the Wrong Reason: Can Interpretable ML Techniques Detect Spurious Correlations?

2023-07-23 · Susu Sun, Lisa M. Koch, Christian F. Baumgartner

While deep neural network models offer unmatched classification performance, they are prone to learning spurious correlations in the data. Such dependencies on confounding information can be difficult to detect using performance metrics if the test data comes from the same distribution as the training data. Interpretable ML methods such as post-hoc explanations or inherently interpretable classifiers promise to identify faulty model reasoning. However, there is mixed evidence whether many of these techniques are actually able to do so. In this paper, we propose a rigorous evaluation strategy to assess an explanation technique's ability to correctly identify spurious correlations. Using this strategy, we evaluate five post-hoc explanation techniques and one inherently interpretable method for their ability to detect three types of artificially added confounders in a chest x-ray diagnosis task. We find that the post-hoc technique SHAP, as well as the inherently interpretable Attri-Net provide the best performance and can be used to reliably identify faulty model behavior.

📄 PDF Abstract BibTeX arXiv:2307.12344

Code (1)

ss-sun/right-for-the-wrong-reason 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

SHAP 설명 없음

Similar Papers 제목 키워드 기반

CoTGuard: Using Chain-of-Thought Triggering for Copyright Protection in Multi-Agent LLM Systems

2025-05-26 · Yan Wen, Junfeng Guo, Heng Huang

As large language models (LLMs) evolve into autonomous agents capable of collaborative reasoning and task execution, multi-agent LLM systems have emerged as a powerful paradigm for solving complex problems. However, thes…

When Small Models Are Right for Wrong Reasons: Process Verification for Trustworthy Agents

2026-01-01 · Laksh Advani arxiv

Deploying small language models (7-9B parameters) as autonomous agents requires trust in their reasoning, not just their outputs. We reveal a critical reliability crisis: 50-69\% of correct answers from these models cont…

Right for the Right Reason: Making Image Classification Robust

2020-07-23 · Anna Nguyen, Adrian Oberföll, Michael Färber

The effectiveness of Convolutional Neural Networks (CNNs)in classifying image data has been thoroughly demonstrated. In order to explain the classification to humans, methods for visualizing classification evidence have …

ClassificationGeneral Classificationimage-classificationImage Classification+3

What Knowledge is Needed to Solve the RTE5 Textual Entailment Challenge?

2018-06-10 · Peter Clark

This document gives a knowledge-oriented analysis of about 20 interesting Recognizing Textual Entailment (RTE) examples, drawn from the 2005 RTE5 competition test set. The analysis ignores shallow statistical matching te…

Natural Language InferenceRTEWorld Knowledge

GRPO, Dr. GRPO, and DAPO Are Three Operations on One Number: The Group-Standard-Deviation Identity

2026-06-30 · Yong Yi Bay, Kathleen A. Yearick hf

Three of the most popular methods for training language models to reason look like three different tricks. They are not. All three adjust a single number: standard deviation, reflecting how much a prompt's sampled answer…