ICLR 2022poster19 citations

Pretraining Text Encoders with Adversarial Mixture of Training Signal Generators

Yu Meng, Chenyan Xiong, Payal Bajaj, saurabh tiwary, Paul N. Bennett, Jiawei Han, Xia Song

Abstract

We present a new framework AMOS that pretrains text encoders with an Adversarial learning curriculum via a Mixture Of Signals from multiple auxiliary generators. Following ELECTRA-style pretraining, the main encoder is trained as a discriminator to detect replaced tokens generated by auxiliary masked language models (MLMs). Different from ELECTRA which trains one MLM as the generator, we jointly train multiple MLMs of different sizes to provide training signals at various levels of difficulty. To push the discriminator to learn better with challenging replaced tokens, we learn mixture weights over the auxiliary MLMs' outputs to maximize the discriminator loss by backpropagating the gradient from the discriminator via Gumbel-Softmax. For better pretraining efficiency, we propose a way to assemble multiple MLMs into one unified auxiliary model. AMOS outperforms ELECTRA and recent state-of-the-art pretrained models by about 1 point on the GLUE benchmark for BERT base-sized models.

Language Model Pretraining
BibTeX
@inproceedings{
meng2022pretraining,
title={Pretraining Text Encoders with Adversarial Mixture of Training Signal Generators},
author={Yu Meng and Chenyan Xiong and Payal Bajaj and saurabh tiwary and Paul N. Bennett and Jiawei Han and Xia Song},
booktitle={International Conference on Learning Representations},
year={2022},
url={https://openreview.net/forum?id=sX3XaHwotOg}
}