CLSep 7, 2021

How much pretraining data do language models need to learn syntax?

arXiv:2109.03160v2662 citations
AI Analysis

This work addresses the efficiency and cost-effectiveness of pretraining for NLP practitioners, though it is incremental as it builds on existing methods to analyze data scaling.

The study investigated how pretraining data size affects the syntactic capabilities of RoBERTa models, finding that larger datasets increase syntactic knowledge and improve downstream tasks like part-of-speech tagging, but do not consistently enhance performance across all syntactic phenomena and incur higher costs.

Transformers-based pretrained language models achieve outstanding results in many well-known NLU benchmarks. However, while pretraining methods are very convenient, they are expensive in terms of time and resources. This calls for a study of the impact of pretraining data size on the knowledge of the models. We explore this impact on the syntactic capabilities of RoBERTa, using models trained on incremental sizes of raw text data. First, we use syntactic structural probes to determine whether models pretrained on more data encode a higher amount of syntactic information. Second, we perform a targeted syntactic evaluation to analyze the impact of pretraining data size on the syntactic generalization performance of the models. Third, we compare the performance of the different models on three downstream applications: part-of-speech tagging, dependency parsing and paraphrase identification. We complement our study with an analysis of the cost-benefit trade-off of training such models. Our experiments show that while models pretrained on more data encode more syntactic knowledge and perform better on downstream applications, they do not always offer a better performance across the different syntactic phenomena and come at a higher financial and environmental cost.

Foundations

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

Your Notes