NAACL 2021long7 citations

SCRIPT: Self-Critic PreTraining of Transformers

Erik Nijkamp, Bo Pang, Ying Nian Wu, Caiming Xiong

Abstract

We introduce Self-CRItic Pretraining Transformers (SCRIPT) for representation learning of text. The popular masked language modeling (MLM) pretraining methods like BERT replace some tokens with [MASK] and an encoder is trained to recover them, while ELECTRA trains a discriminator to detect replaced tokens proposed by a generator. In contrast, we train a language model as in MLM and further derive a discriminator or critic on top of the encoder without using any additional parameters. That is, the model itself is a critic. SCRIPT combines MLM training and discriminative training for learning rich representations and compute- and sample-efficiency. We demonstrate improved sample-efficiency in pretraining and enhanced representations evidenced by improved downstream task performance on GLUE and SQuAD over strong baselines. Also, the self-critic scores can be directly used as pseudo-log-likelihood for efficient scoring.

BibTeX
@inproceedings{nijkamp-etal-2021-script,
    title = "{SCRIPT}: Self-Critic {P}re{T}raining of Transformers",
    author = "Nijkamp, Erik  and
      Pang, Bo  and
      Wu, Ying Nian  and
      Xiong, Caiming",
    editor = "Toutanova, Kristina  and
      Rumshisky, Anna  and
      Zettlemoyer, Luke  and
      Hakkani-Tur, Dilek  and
      Beltagy, Iz  and
      Bethard, Steven  and
      Cotterell, Ryan  and
      Chakraborty, Tanmoy  and
      Zhou, Yichao",
    booktitle = "Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies",
    month = jun,
    year = "2021",
    address = "Online",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2021.naacl-main.409/",
    doi = "10.18653/v1/2021.naacl-main.409",
    pages = "5196--5202"
}
SCRIPT: Self-Critic PreTraining of Transformers · NAACL 2021