paper-with-me

홈 › Papers

Common-Sense Bias Modeling for Classification Tasks

2024-01-24 · Miao Zhang, Zee Fryer, Ben Colman, Ali Shahriyari, Gaurav Bharaj

Machine learning model bias can arise from dataset composition: correlated sensitive features can distort the downstream classification model's decision boundary and lead to performance differences along these features. Existing de-biasing works tackle the most prominent bias features, such as colors of digits or background of animals. However, real-world datasets often include a large number of feature correlations that intrinsically manifest in the data as common sense information. Such spurious visual cues can further reduce model robustness. Thus, domain practitioners desire a comprehensive understanding of correlations and the flexibility to address relevant biases. To this end, we propose a novel framework to extract comprehensive biases in image datasets based on textual descriptions, a common sense-rich modality. Specifically, features are constructed by clustering noun phrase embeddings with similar semantics. The presence of each feature across the dataset is inferred, and their co-occurrence statistics are measured, with spurious correlations optionally examined by a human-in-the-loop module. Downstream experiments show that our method uncovers novel model biases in multiple image benchmark datasets. Furthermore, the discovered bias can be mitigated by simple data re-weighting to de-correlate the features, outperforming state-of-the-art unsupervised bias mitigation methods.

📄 PDF Abstract BibTeX arXiv:2401.13213

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationCommon Sense Reasoning

Similar Papers 제목 키워드 기반

On Commonsense Cues in BERT for Solving Commonsense Tasks

2020-08-10 · Findings (ACL) 2021 8 · Leyang Cui, Sijie Cheng, Yu Wu, Yue Zhang

BERT has been used for solving commonsense tasks such as CommonsenseQA. While prior research has found that BERT does contain commonsense information to some extent, there has been work showing that pre-trained models ca…

Sentiment AnalysisSentiment Classification

Bias Mitigation or Cultural Commonsense? Evaluating LLMs with a Japanese Dataset

2025-09-29 · Taisei Yamamoto, Ryoma Kumon, Danushka Bollegala, Hitomi Yanaka arxiv

Large language models (LLMs) exhibit social biases, prompting the development of various debiasing methods. However, debiasing methods may degrade the capabilities of LLMs. Previous research has evaluated the impact of b…

Debiasing Event Understanding for Visual Commonsense Tasks

2022-05-01 · Findings (ACL) 2022 5 · Minji Seo, YeonJoon Jung, Seungtaek Choi, Seung-won Hwang 외

We study event understanding as a critical step towards visual commonsense tasks.Meanwhile, we argue that current object-based event understanding is purely likelihood-based, leading to incorrect event prediction, due to…

Lawyers are Dishonest? Quantifying Representational Harms in Commonsense Knowledge Resources

2021-03-21 · EMNLP 2021 11 · Ninareh Mehrabi, Pei Zhou, Fred Morstatter, Jay Pujara 외

Warning: this paper contains content that may be offensive or upsetting. Numerous natural language processing models have tried injecting commonsense by using the ConceptNet knowledge base to improve performance on diffe…

Every Answer Matters: Evaluating Commonsense with Probabilistic Measures

2024-06-06 · Qi Cheng, Michael Boratko, Pranay Kumar Yelugam, Tim O'Gorman 외

Large language models have demonstrated impressive performance on commonsense tasks; however, these tasks are often posed as multiple-choice questions, allowing models to exploit systematic biases. Commonsense is also in…

Common Sense ReasoningLanguage ModelingLanguage ModellingMultiple-choice