Energy and Policy Considerations for Deep Learning in NLP
Emma StrubellAnanya GaneshAndrew McCallum
Quantifies the massive carbon footprint and financial expense of training modern natural language processing models while offering concrete recommendations to prioritize computational efficiency and equitable access in AI research.
Recent progress in deep neural networks has produced large gains in accuracy on many natural language processing tasks, yet these gains now depend on training runs that consume substantial electricity and specialized hardware. The resulting financial expense and carbon emissions raise concerns about who can participate in cutting-edge research and about the environmental impact of widespread model development. This paper sets out to measure those costs for several widely used models and for the full process of developing one state-of-the-art system, then to offer practical steps the field can take in response.
The authors estimated energy use by running the models on representative GPUs, recording average power draw, and scaling the measurements by the training durations reported in the original publications. They converted kilowatt-hours to carbon dioxide emissions with U.S. Environmental Protection Agency factors and to dollar costs with current cloud-compute prices. A separate case study tallied every training job performed over six months while developing a multi-task parsing pipeline, producing nearly 4,800 separate runs.
Training one large Transformer model emitted roughly 192 pounds of CO2 and cost a few hundred dollars on the cloud; the much larger BERT model required the equivalent of a transcontinental flight in emissions and several thousand dollars. A full neural-architecture search multiplied those figures by more than three thousand. Developing the parsing pipeline over six months consumed the equivalent of 27 years of GPU time and an estimated 350,000 in cloud fees. These figures already exceed the lifetime emissions of an average car for some experiments and quickly become prohibitive for groups without large budgets.
The results show that accuracy improvements are being purchased at rapidly rising financial and environmental cost, concentrating progress in well-funded industry labs and leaving academic researchers at a growing disadvantage. They also indicate that the bulk of the expense lies not in a single final training run but in the repeated experiments needed to tune and validate new models.
The authors therefore recommend three concrete changes: papers should report training time and sensitivity to hyperparameters so that later users can judge true cost; funding agencies should create shared academic computing resources to restore equitable access; and both industry and academia should prioritize research on more efficient algorithms and hardware, including better hyperparameter-search methods that reduce the need for exhaustive trials. These steps would lower barriers without sacrificing scientific quality.
The estimates rely on average U.S. electricity sources and a global data-center efficiency factor; actual emissions vary by region and by whether providers use renewables. Hardware details for TPUs were unavailable, so some comparisons rest on partial data. Nonetheless, the measured orders of magnitude are consistent across models and provide a reliable basis for the policy conclusions.
- Paper: Scaling Laws for Neural Language Models, Jared Kaplan et al. (2020). Understanding neural scaling laws is essential before evaluating the computational and carbon footprints of training ever-larger language models.
- Paper: Language Models are Few-Shot Learners, T. B. Brown et al. (2020). This seminal description of GPT-3 establishes the massive scale and resource demands that directly motivate the source paper's environmental and cost audit.
- Paper: On the Dangers of Stochastic Parrots: Can Language Models Be Too Big? π¦, Emily M. Bender et al. (2021). This paper expands significantly on the environmental and societal critiques introduced in the source by framing large language models as uncurated stochastic parrots.
- Paper: GLaM: Efficient Scaling of Language Models with Mixture-of-Experts, Nan Du et al. (2022). This work directly addresses the energy and scaling challenges highlighted in the source by deploying mixture-of-experts architectures to reduce training costs.
