Preprint
Large Language Models

Recent Advances in Natural Language Processing via Large Pre-trained Language Models: A Survey

Bonan Min(Amazon (United States)), Hayley Ross(Harvard University Press), Elior Sulem(California University of Pennsylvania), Amir Pouran Ben Veyseh(University of Oregon), Thien Huu Nguyen(University of Oregon), Oscar Sainz(University of the Basque Country), Eneko Agirre(University of the Basque Country), Ilana Heintz(Synaptic Research (United States)), Dan Roth(California University of Pennsylvania)
June 27, 2023ACM Computing Surveys1,595 citations

1.6k

Citations

38

Influential Citations

ACM Computing Surveys

Venue

2023

Year

Abstract

Large, pre-trained language models (PLMs) such as BERT and GPT have drastically changed the Natural Language Processing (NLP) field. For numerous NLP tasks, approaches leveraging PLMs have achieved state-of-the-art performance. The key idea is to learn a generic, latent representation of language from a generic task once, then share it across disparate NLP tasks. Language modeling serves as the generic task, one with abundant self-supervised text available for extensive training. This article presents the key fundamental concepts of PLM architectures and a comprehensive view of the shift to PLM-driven NLP techniques. It surveys work applying the pre-training then fine-tuning, prompting, and text generation approaches. In addition, it discusses PLM limitations and suggested directions for future research.

Analysis

Why This Paper Matters

This survey is a pivotal reference in the rapidly evolving field of NLP, capturing the transformative impact of large pre-trained language models (PLMs) like BERT and GPT. It systematically organizes the vast body of work that has emerged since the introduction of these models, offering a clear taxonomy of approaches: pre-training then fine-tuning, prompting, and text generation. For AI practitioners, this paper serves as a comprehensive map of the current landscape, helping them understand the core ideas and trade-offs of each paradigm.

The paper's significance lies in its timing and scope. Published in ACM Computing Surveys, it consolidates knowledge that was previously scattered across numerous papers, making it an essential starting point for anyone entering the field or seeking to broaden their understanding. By highlighting the shift from task-specific architectures to generic, reusable language representations, it underscores a fundamental change in how NLP systems are built and deployed.

Technical Contributions

The survey makes several key technical contributions:

  • Architectural Overview: It explains the fundamental concepts of PLM architectures, including transformer-based models, attention mechanisms, and the role of self-supervised learning.
  • Paradigm Taxonomy: It clearly delineates three main paradigms: pre-training then fine-tuning, prompting (including in-context learning), and text generation. This taxonomy helps practitioners choose the right approach for their tasks.
  • Comprehensive Coverage: It surveys a wide range of NLP tasks, from classification and sequence labeling to generation and question answering, showing how PLMs are applied across the board.
  • Limitations and Future Directions: It candidly discusses limitations such as computational cost, bias, and lack of interpretability, and suggests areas for future research, including more efficient training and better evaluation.

Results

As a survey, the paper does not introduce new experimental results. Instead, it aggregates findings from numerous studies, noting that PLM-based approaches have achieved state-of-the-art performance on many NLP benchmarks. For example, it references the success of models like BERT and GPT on tasks such as GLUE, SQuAD, and SuperGLUE, though specific numbers are not detailed in the abstract. The paper's value is in its synthesis, providing a high-level view of the consistent gains achieved by PLMs across diverse tasks.

Significance

The broader impact of this survey is substantial. It not only documents the current state of the art but also shapes future research by identifying open challenges. For the AI community, it reinforces the importance of large-scale pre-training and the potential of prompting as a lightweight adaptation method. It also serves as an educational resource, enabling newcomers to quickly grasp the key concepts and trends. As PLMs continue to evolve, this survey will remain a foundational reference, guiding both academic research and industrial applications.