paper-with-me

Papers

Improving Neural Language Modeling via Adversarial Training

2019-06-10 · Dilin Wang, Chengyue Gong, Qiang Liu

Recently, substantial progress has been made in language modeling by using deep neural networks. However, in practice, large scale neural language models have been shown to be prone to overfitting. In this paper, we present a simple yet highly effective adversarial training mechanism for regularizing neural language models. The idea is to introduce adversarial noise to the output embedding layer while training the models. We show that the optimal adversarial noise yields a simple closed-form solution, thus allowing us to develop a simple and time efficient algorithm. Theoretically, we show that our adversarial mechanism effectively encourages the diversity of the embedding vectors, helping to increase the robustness of models. Empirically, we show that our method improves on the single model state-of-the-art results for language modeling on Penn Treebank (PTB) and Wikitext-2, achieving test perplexity scores of 46.01 and 38.07, respectively. When applied to machine translation, our method improves over various transformer-based translation baselines in BLEU scores on the WMT14 English-German and IWSLT14 German-English tasks.

📄 PDF Abstract BibTeX arXiv:1906.03805

Code (1)

ChengyueGongR/advsoft 공식 구현 pytorch

Tasks

DiversityLanguage ModelingLanguage ModellingMachine TranslationTranslation

Similar Papers 제목 키워드 기반

Adversarial Training for Multi-task and Multi-lingual Joint Modeling of Utterance Intent Classification

2018-10-01 · EMNLP 2018 10 · Ryo Masumura, Yusuke Shinohara, Ryuichiro Higashinaka, Yushi Aono

This paper proposes an adversarial training method for the multi-task and multi-lingual joint modeling needed for utterance intent classification. In joint modeling, common knowledge can be efficiently utilized among mul…

General Classificationintent-classificationIntent ClassificationSpoken Dialogue Systems

Adversarial Training for Multilingual Acoustic Modeling

2019-06-17 · Ke Hu, Hasim Sak, Hank Liao

Multilingual training has been shown to improve acoustic modeling performance by sharing and transferring knowledge in modeling different languages. Knowledge sharing is usually achieved by using common lower-level layer…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Language Identificationspeech-recognition+1

Adversarial Multitask Learning for Joint Multi-Feature and Multi-Dialect Morphological Modeling

2019-10-28 · ACL 2019 7 · Nasser Zalmout, Nizar Habash

Morphological tagging is challenging for morphologically rich languages due to the large target space and the need for more training data to minimize model sparsity. Dialectal variants of morphologically rich languages s…

Morphological TaggingTransfer Learning

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 iss…

Language ModelingLanguage Modelling

Language Modeling with Generative AdversarialNetworks

2018-04-08 · Mehrad Moradshahi, Utkarsh Contractor

Generative Adversarial Networks (GANs) have been promising in the field of image generation, however, they have been hard to train for language generation. GANs were originally designed to output differentiable values, s…

Image GenerationLanguage ModelingLanguage ModellingText Generation