paper-with-me

홈 › Papers

A Simple yet Effective Self-Debiasing Framework for Transformer Models

2023-06-02 · Xiaoyue Wang, Lijie Wang, Xin Liu, Suhang Wu, Jinsong Su, Hua Wu

Current Transformer-based natural language understanding (NLU) models heavily rely on dataset biases, while failing to handle real-world out-of-distribution (OOD) instances. Many methods have been proposed to deal with this issue, but they ignore the fact that the features learned in different layers of Transformer-based NLU models are different. In this paper, we first conduct preliminary studies to obtain two conclusions: 1) both low- and high-layer sentence representations encode common biased features during training; 2) the low-layer sentence representations encode fewer unbiased features than the highlayer ones. Based on these conclusions, we propose a simple yet effective self-debiasing framework for Transformer-based NLU models. Concretely, we first stack a classifier on a selected low layer. Then, we introduce a residual connection that feeds the low-layer sentence representation to the top-layer classifier. In this way, the top-layer sentence representation will be trained to ignore the common biased features encoded by the low-layer sentence representation and focus on task-relevant unbiased features. During inference, we remove the residual connection and directly use the top-layer sentence representation to make predictions. Extensive experiments and indepth analyses on NLU tasks show that our framework performs better than several competitive baselines, achieving a new SOTA on all OOD test sets.

📄 PDF Abstract BibTeX arXiv:2306.01907

Code (1)

bigcat2333/derc 공식 구현 pytorch

Tasks

Natural Language UnderstandingSentence

Methods 이 논문이 사용한 방법론

Test 설명 없음
Residual Connection 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

Time Is MattEr: Temporal Self-supervision for Video Transformers

2022-07-19 · Sukmin Yun, Jaehyung Kim, Dongyoon Han, Hwanjun Song 외

Understanding temporal dynamics of video is an essential aspect of learning better video representations. Recently, transformer-based architectural designs have been extensively explored for video tasks due to their capa…

Action RecognitionTemporal Action Localization

End-to-End Self-Debiasing Framework for Robust NLU Training

2021-09-05 · Findings (ACL) 2021 8 · Abbas Ghaddar, Philippe Langlais, Mehdi Rezagholizadeh, Ahmad Rashid

Existing Natural Language Understanding (NLU) models have been shown to incorporate dataset biases leading to strong performance on in-distribution (ID) test sets but poor performance on out-of-distribution (OOD) ones. W…

Natural Language Understanding

Self-Debiasing Large Language Models: Zero-Shot Recognition and Reduction of Stereotypes

2024-02-03 · Isabel O. Gallegos, Ryan A. Rossi, Joe Barrow, Md Mehrab Tanjim 외

Large language models (LLMs) have shown remarkable advances in language generation and understanding but are also prone to exhibiting harmful social biases. While recognition of these behaviors has generated an abundance…

Text GenerationZero-Shot Learning

Self-supervised debiasing using low rank regularization

2022-10-11 · CVPR 2024 1 · Geon Yeong Park, Chanyong Jung, Sangmin Lee, Jong Chul Ye 외

Spurious correlations can cause strong biases in deep neural networks, impairing generalization ability. While most existing debiasing methods require full supervision on either spurious attributes or target labels, trai…

Self-Supervised Learning

Gender Biases and Where to Find Them: Exploring Gender Bias in Pre-Trained Transformer-based Language Models Using Movement Pruning

2022-07-06 · NAACL (GeBNLP) 2022 7 · Przemyslaw Joniak, Akiko Aizawa

Language model debiasing has emerged as an important field of study in the NLP community. Numerous debiasing techniques were proposed, but bias ablation remains an unaddressed issue. We demonstrate a novel framework for …

Language ModelingLanguage Modelling