EvoText: Enhancing Natural Language Generation Models via Self-Escalation Learning for Up-to-Date Knowledge and Improved Performance
Zhengqing Yuan, Huiwen Xue, Chao Zhang, Yongming Liu

TL;DR
EvoText is a novel training method that improves natural language generation models by enabling them to learn up-to-date knowledge through a self-escalation process without additional datasets.
Contribution
EvoText introduces a self-escalation learning approach using two models, enhancing performance and knowledge freshness without extra data during training.
Findings
Achieved stable improvements across seven NLP tasks.
Applicable to all Transformer-based autoregressive models.
No changes needed in model structure.
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: , a text generation model, and , a model that can determine whether the data generated by is legitimate. Initially, the fine-tuned model serves as the knowledge base. The text…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Multimodal Machine Learning Applications
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Layer Normalization · Position-Wise Feed-Forward Layer · Absolute Position Encodings · Adam · Label Smoothing · Softmax · Balanced Selection
