English

Generative Adversarial Training Can Improve Neural Language Models

Computation and Language 2022-11-18 v1 Machine Learning

Abstract

While deep learning in the form of recurrent neural networks (RNNs) has caused a significant improvement in neural language modeling, the fact that they are extremely prone to overfitting is still a mainly unresolved issue. In this paper we propose a regularization method based on generative adversarial networks (GANs) and adversarial training (AT), that can prevent overfitting in neural language models. Unlike common adversarial training methods such as the fast gradient sign method (FGSM) that require a second back-propagation through time, and therefore effectively require at least twice the amount of time for regular training, the overhead of our method does not exceed more than 20% of the training of the baselines.

Keywords

Cite

@article{arxiv.2211.09728,
  title  = {Generative Adversarial Training Can Improve Neural Language Models},
  author = {Sajad Movahedi and Azadeh Shakery},
  journal= {arXiv preprint arXiv:2211.09728},
  year   = {2022}
}

Comments

An extended abstract selected for poster presentation at the Eastern European Machine Learning Summer School 2019

R2 v1 2026-06-28T06:08:51.287Z