English

Language Model Pre-training on True Negatives

Computation and Language 2022-12-02 v1

Abstract

Discriminative pre-trained language models (PLMs) learn to predict original texts from intentionally corrupted ones. Taking the former text as positive and the latter as negative samples, the PLM can be trained effectively for contextualized representation. However, the training of such a type of PLMs highly relies on the quality of the automatically constructed samples. Existing PLMs simply treat all corrupted texts as equal negative without any examination, which actually lets the resulting model inevitably suffer from the false negative issue where training is carried out on pseudo-negative data and leads to less efficiency and less robustness in the resulting PLMs. In this work, on the basis of defining the false negative issue in discriminative PLMs that has been ignored for a long time, we design enhanced pre-training methods to counteract false negative predictions and encourage pre-training language models on true negatives by correcting the harmful gradient updates subject to false negative predictions. Experimental results on GLUE and SQuAD benchmarks show that our counter-false-negative pre-training methods indeed bring about better performance together with stronger robustness.

Keywords

Cite

@article{arxiv.2212.00460,
  title  = {Language Model Pre-training on True Negatives},
  author = {Zhuosheng Zhang and Hai Zhao and Masao Utiyama and Eiichiro Sumita},
  journal= {arXiv preprint arXiv:2212.00460},
  year   = {2022}
}

Comments

Accepted by AAAI 2023

R2 v1 2026-06-28T07:19:20.682Z