paper-with-me

홈 › Papers

Decorrelate Irrelevant, Purify Relevant: Overcome Textual Spurious Correlations from a Feature Perspective

2022-02-16 · COLING 2022 10 · Shihan Dou, Rui Zheng, Ting Wu, Songyang Gao, Junjie Shan, Qi Zhang, Yueming Wu, Xuanjing Huang

Natural language understanding (NLU) models tend to rely on spurious correlations (i.e., dataset bias) to achieve high performance on in-distribution datasets but poor performance on out-of-distribution ones. Most of the existing debiasing methods often identify and weaken these samples with biased features (i.e., superficial surface features that cause such spurious correlations). However, down-weighting these samples obstructs the model in learning from the non-biased parts of these samples. To tackle this challenge, in this paper, we propose to eliminate spurious correlations in a fine-grained manner from a feature space perspective. Specifically, we introduce Random Fourier Features and weighted re-sampling to decorrelate the dependencies between features to mitigate spurious correlations. After obtaining decorrelated features, we further design a mutual-information-based method to purify them, which forces the model to learn features that are more relevant to tasks. Extensive experiments on two well-studied NLU tasks demonstrate that our method is superior to other comparative approaches.

📄 PDF Abstract BibTeX arXiv:2202.08048

Code (2)

coling2022-depro/depro 공식 구현 pytorch
sleepthroughdifficulties/kernelwhitening pytorch

Tasks

Fact VerificationNatural Language InferenceNatural Language Understanding

Similar Papers 제목 키워드 기반

Learning Purified Feature Representations from Task-irrelevant Labels

2021-02-22 · Yinghui Li, Chen Wang, Yangning Li, Hai-Tao Zheng 외

Learning an empirically effective model with generalization using limited data is a challenging task for deep neural networks. In this paper, we propose a novel learning framework called PurifiedLearning to exploit task-…

Infusing Environmental Captions for Long-Form Video Language Grounding

2024-08-05 · Hyogun Lee, Soyeon Hong, Mujeen Sung, Jinwoo Choi

In this work, we tackle the problem of long-form video-language grounding (VLG). Given a long-form video and a natural language query, a model should temporally localize the precise moment that answers the query. Humans …

FormLanguage ModelingLanguage ModellingLarge Language Model

Purifying Task Vectors in Knowledge-Aware Subspace for Model Merging

2025-10-16 · Bang An, Yibo Yang, Philip Torr, Bernard Ghanem arxiv

Model merging aims to integrate task-specific abilities from individually fine-tuned models into a single model without extra training. In recent model merging methods, task vector has become a fundamental building block…

Improved Density-Based Spatio--Textual Clustering on Social Media

2018-06-14 · Minh D. Nguyen, Won-Yong Shin

DBSCAN may not be sufficient when the input data type is heterogeneous in terms of textual description. When we aim to discover clusters of geo-tagged records relevant to a particular point-of-interest (POI) on social me…

Clustering

Sparse and Decorrelated Representations for Stable Zero-shot NMT

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Bokyung Son, Sungwon Lyu

Using a single encoder and decoder for all directions and training with English-centric data is a popular scheme for multilingual NMT. However, zero-shot translation under this scheme is vulnerable to changes in training…

DecoderNMTTranslation