English

EvoText: Enhancing Natural Language Generation Models via Self-Escalation Learning for Up-to-Date Knowledge and Improved Performance

Computation and Language 2023-04-14 v3

Abstract

In recent years, pretrained models have been widely used in various fields, including natural language understanding, computer vision, and natural language generation. However, the performance of these language generation models is highly dependent on the model size and the dataset size. While larger models excel in some aspects, they cannot learn up-to-date knowledge and are relatively difficult to relearn. In this paper, we introduce EvoText, a novel training method that enhances the performance of any natural language generation model without requiring additional datasets during the entire training process (although a prior dataset is necessary for pretraining). EvoText employs two models: GG, a text generation model, and DD, a model that can determine whether the data generated by GG is legitimate. Initially, the fine-tuned DD model serves as the knowledge base. The text generated by GG is then input to DD to determine whether it is legitimate. Finally, GG is fine-tuned based on DD's output. EvoText enables the model to learn up-to-date knowledge through a self-escalation process that builds on a priori knowledge. When EvoText needs to learn something new, it simply fine-tunes the DD model. Our approach applies to autoregressive language modeling for all Transformer classes. With EvoText, eight models achieved stable improvements in seven natural language processing tasks without any changes to the model structure.

Keywords

Cite

@article{arxiv.2302.03896,
  title  = {EvoText: Enhancing Natural Language Generation Models via Self-Escalation Learning for Up-to-Date Knowledge and Improved Performance},
  author = {Zhengqing Yuan and Huiwen Xue and Chao Zhang and Yongming Liu},
  journal= {arXiv preprint arXiv:2302.03896},
  year   = {2023}
}

Comments

22 pages, 4 figures

R2 v1 2026-06-28T08:34:48.087Z