SOTAVerified

Automatic Document Selection for Efficient Encoder Pretraining

2022-10-20Unverified0· sign in to hype

Yukun Feng, Patrick Xia, Benjamin Van Durme, João Sedoc

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

Building pretrained language models is considered expensive and data-intensive, but must we increase dataset size to achieve better performance? We propose an alternative to larger training sets by automatically identifying smaller yet domain-representative subsets. We extend Cynical Data Selection, a statistical sentence scoring method that conditions on a representative target domain corpus. As an example, we treat the OntoNotes corpus as a target domain and pretrain a RoBERTa-like encoder from a cynically selected subset of the Pile. On both perplexity and across several downstream tasks in the target domain, it consistently outperforms random selection with 20x less data, 3x fewer training iterations, and 2x less estimated cloud compute cost, validating the recipe of automatic document selection for LM pretraining.

Tasks

Reproductions