English

Mitigating Data Scarcity for Large Language Models

Computation and Language 2023-02-06 v1 Artificial Intelligence

Abstract

In recent years, pretrained neural language models (PNLMs) have taken the field of natural language processing by storm, achieving new benchmarks and state-of-the-art performances. These models often rely heavily on annotated data, which may not always be available. Data scarcity are commonly found in specialized domains, such as medical, or in low-resource languages that are underexplored by AI research. In this dissertation, we focus on mitigating data scarcity using data augmentation and neural ensemble learning techniques for neural language models. In both research directions, we implement neural network algorithms and evaluate their impact on assisting neural language models in downstream NLP tasks. Specifically, for data augmentation, we explore two techniques: 1) creating positive training data by moving an answer span around its original context and 2) using text simplification techniques to introduce a variety of writing styles to the original training data. Our results indicate that these simple and effective solutions improve the performance of neural language models considerably in low-resource NLP domains and tasks. For neural ensemble learning, we use a multilabel neural classifier to select the best prediction outcome from a variety of individual pretrained neural language models trained for a low-resource medical text simplification task.

Keywords

Cite

@article{arxiv.2302.01806,
  title  = {Mitigating Data Scarcity for Large Language Models},
  author = {Hoang Van},
  journal= {arXiv preprint arXiv:2302.01806},
  year   = {2023}
}

Comments

155 pages, 26 tables, 11 figures

R2 v1 2026-06-28T08:31:27.678Z