Feature-Level Debiased Natural Language Understanding
Yougang Lyu, Piji Li, Yechang Yang, Maarten de Rijke, Pengjie Ren,, Yukun Zhao, Dawei Yin, Zhaochun Ren

TL;DR
This paper introduces DCT, a contrastive learning-based debiasing method for NLU models that reduces reliance on dataset biases, improving out-of-distribution performance and representation fairness.
Contribution
The paper proposes a novel contrastive learning approach with dynamic sampling strategies to effectively mitigate biases in NLU models, addressing limitations of previous methods.
Findings
DCT outperforms state-of-the-art baselines on out-of-distribution datasets.
DCT reduces biased latent features in model representations.
DCT maintains in-distribution performance.
Abstract
Natural language understanding (NLU) models often rely on dataset biases rather than intended task-relevant features to achieve high performance on specific datasets. As a result, these models perform poorly on datasets outside the training distribution. Some recent studies address this issue by reducing the weights of biased samples during the training process. However, these methods still encode biased latent features in representations and neglect the dynamic nature of bias, which hinders model prediction. We propose an NLU debiasing method, named debiasing contrastive learning (DCT), to simultaneously alleviate the above problems based on contrastive learning. We devise a debiasing, positive sampling strategy to mitigate biased latent features by selecting the least similar biased positive samples. We also propose a dynamic negative sampling strategy to capture the dynamic influence…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMultimodal Machine Learning Applications · Topic Modeling · Domain Adaptation and Few-Shot Learning
MethodsContrastive Learning
