CLOct 13, 2020

CAPT: Contrastive Pre-Training for Learning Denoised Sequence Representations

arXiv:2010.06351v416 citations
Originality Highly original
AI Analysis

This addresses a fundamental issue in self-supervised learning for researchers and practitioners in NLP and vision-language tasks, offering a method to improve model robustness and performance across multiple benchmarks.

The paper tackles the problem of pre-trained models learning representations that are covariant with noise, leading to discrepancies between pre-training and fine-tuning, by proposing CAPT, a contrastive pre-training method that learns noise-invariant sequence representations, resulting in improvements such as a 0.6% absolute gain on GLUE benchmarks and 0.8% on NLVR^2.

Pre-trained self-supervised models such as BERT have achieved striking success in learning sequence representations, especially for natural language processing. These models typically corrupt the given sequences with certain types of noise, such as masking, shuffling, or substitution, and then try to recover the original input. However, such pre-training approaches are prone to learning representations that are covariant with the noise, leading to the discrepancy between the pre-training and fine-tuning stage. To remedy this, we present ContrAstive Pre-Training (CAPT) to learn noise invariant sequence representations. The proposed CAPT encourages the consistency between representations of the original sequence and its corrupted version via unsupervised instance-wise training signals. In this way, it not only alleviates the pretrain-finetune discrepancy induced by the noise of pre-training, but also aids the pre-trained model in better capturing global semantics of the input via more effective sentence-level supervision. Different from most prior work that focuses on a particular modality, comprehensive empirical evidence on 11 natural language understanding and cross-modal tasks illustrates that CAPT is applicable for both language and vision-language tasks, and obtains surprisingly consistent improvement, including 0.6\% absolute gain on GLUE benchmarks and 0.8\% absolute increment on $\text{NLVR}^2$.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes