LGCLJan 24, 2024

SpacTor-T5: Pre-training T5 Models with Span Corruption and Replaced Token Detection

arXiv:2401.13160v11 citations
Originality Incremental advance
AI Analysis

This addresses the high computational cost of pre-training for NLP researchers and practitioners, offering a more efficient method that is incremental in nature.

The paper tackles the inefficiency of pre-training large language models by introducing SpacTor, a hybrid objective combining span corruption and replaced token detection with a two-stage curriculum, achieving the same downstream performance as standard pre-training with 50% fewer iterations and 40% fewer FLOPs.

Pre-training large language models is known to be extremely resource intensive and often times inefficient, under-utilizing the information encapsulated in the training text sequences. In this paper, we present SpacTor, a new training procedure consisting of (1) a hybrid objective combining span corruption (SC) and token replacement detection (RTD), and (2) a two-stage curriculum that optimizes the hybrid objective over the initial $τ$ iterations, then transitions to standard SC loss. We show empirically that the effectiveness of the hybrid objective is tied to the two-stage pre-training schedule, and provide extensive analysis on why this is the case. In our experiments with encoder-decoder architectures (T5) on a variety of NLP tasks, SpacTor-T5 yields the same downstream performance as standard SC pre-training, while enabling a 50% reduction in pre-training iterations and 40% reduction in total FLOPs. Alternatively, given the same amount of computing budget, we find that SpacTor results in significantly improved downstream benchmark performance.

Foundations

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

Your Notes