paper-with-me

Papers

Measuring Spurious Correlation in Classification: 'Clever Hans' in Translationese

2023-08-25 · Angana Borah, Daria Pylypenko, Cristina Espana-Bonet, Josef van Genabith

Recent work has shown evidence of 'Clever Hans' behavior in high-performance neural translationese classifiers, where BERT-based classifiers capitalize on spurious correlations, in particular topic information, between data and target classification labels, rather than genuine translationese signals. Translationese signals are subtle (especially for professional translation) and compete with many other signals in the data such as genre, style, author, and, in particular, topic. This raises the general question of how much of the performance of a classifier is really due to spurious correlations in the data versus the signals actually targeted for by the classifier, especially for subtle target signals and in challenging (low resource) data settings. We focus on topic-based spurious correlation and approach the question from two directions: (i) where we have no knowledge about spurious topic information and its distribution in the data, (ii) where we have some indication about the nature of spurious topic correlations. For (i) we develop a measure from first principles capturing alignment of unsupervised topics with target classification labels as an indication of spurious topic information in the data. We show that our measure is the same as purity in clustering and propose a 'topic floor' (as in a 'noise floor') for classification. For (ii) we investigate masking of known spurious topic carriers in classification. Both (i) and (ii) contribute to quantifying and (ii) to mitigating spurious correlations.

📄 PDF Abstract BibTeX arXiv:2308.13170

Code (1)

daria-pylypenko/bert_feature_importance_with_ig 공식 구현 pytorch

Tasks

Classification

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

The Clever Hans Effect in Anomaly Detection

2020-06-18 · Jacob Kauffmann, Lukas Ruff, Grégoire Montavon, Klaus-Robert Müller

The 'Clever Hans' effect occurs when the learned model produces correct predictions based on the 'wrong' features. This effect which undermines the generalization capability of an ML model and goes undetected by standard…

Anomaly DetectionExplainable Artificial Intelligence (XAI)Outlier Detection

Imbalanced Classification through the Lens of Spurious Correlations

2025-10-31 · Jakob Hackstein, Sidney Bender arxiv

Class imbalance poses a fundamental challenge in machine learning, frequently leading to unreliable classification performance. While prior methods focus on data- or loss-reweighting schemes, we view imbalance as a data …

Mitigating Clever Hans Strategies in Image Classifiers through Generating Counterexamples

2025-10-20 · Sidney Bender, Ole Delzer, Jan Herrmann, Heike Antje Marxfeld 외 arxiv

Deep learning models remain vulnerable to spurious correlations, leading to so-called Clever Hans predictors that undermine robustness even in large-scale foundation and self-supervised models. Group distributional robus…

Knowledge Distillation

Right for the Right Latent Factors: Debiasing Generative Models via Disentanglement

2022-02-01 · Xiaoting Shao, Karl Stelzner, Kristian Kersting

A key assumption of most statistical machine learning methods is that they have access to independent samples from the distribution of data they encounter at test time. As such, these methods often perform poorly in the …

BIG-bench Machine LearningDisentanglement

Reproducibility study on how to find Spurious Correlations, Shortcut Learning, Clever Hans or Group-Distributional non-robustness and how to fix them

2026-04-06 · Ole Delzer, Sidney Bender arxiv

Deep Neural Networks (DNNs) are increasingly utilized in high-stakes domains like medical diagnostics and autonomous driving where model reliability is critical. However, the research landscape for ensuring this reliabil…

Knowledge DistillationAutonomous Driving