paper-with-me

홈 › Papers

Generative Adversarial Training Can Improve Neural Language Models

2022-11-02 · Sajad Movahedi, Azadeh Shakery

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.

📄 PDF Abstract BibTeX arXiv:2211.09728

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

ATOGAN:Adaptive Training Objective Generative Adversarial Network for Cross-lingual Word Alignment in Non-Isomorphic Embedding Spaces

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Cross-lingual word alignment is a task for word translation from monolingual word embedding spaces of two languages. Recent works are mostly based on supervised approaches, which need specific bilingual seed dictionaries…

Generative Adversarial NetworkTranslationWord AlignmentWord Translation

Seq-GAN-BERT:Sequence Generative Adversarial Learning for Low-resource Name Entity Recognition

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Named entity recognition (NER), as an important basic task of natural language processing, has been widely studied. In the case of relatively sufficient labeled data, traditional NER methods have achieved remarkable resu…

Language ModelingLanguage Modellingnamed-entity-recognitionNamed Entity Recognition+2

Language Generation with Recurrent Generative Adversarial Networks without Pre-training

2017-06-05 · Ofir Press, Amir Bar, Ben Bogin, Jonathan Berant 외

Generative Adversarial Networks (GANs) have shown great promise recently in image generation. Training GANs for language generation has proven to be more difficult, because of the non-differentiable nature of generating …

Text Generation

Adversarial Training Improves Joint Energy-Based Generative Modelling

2022-07-18 · Rostislav Korst, Arip Asadulaev

We propose the novel framework for generative modelling using hybrid energy-based models. In our method we combine the interpretable input gradients of the robust classifier and Langevin Dynamics for sampling. Using the …

Improve Training Stability of Semi-supervised Generative Adversarial Networks with Collaborative Training

2018-01-01 · ICLR 2018 1 · Dalei Wu, Xiaohua Liu

Improved generative adversarial network (Improved GAN) is a successful method of using generative adversarial models to solve the problem of semi-supervised learning. However, it suffers from the problem of unstable trai…

General ClassificationGenerative Adversarial Network