MLLGMay 25, 2016

Adversarial Training Methods for Semi-Supervised Text Classification

arXiv:1605.07725v41136 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses a domain-specific problem for text classification by extending adversarial training to handle sparse high-dimensional inputs, offering an incremental improvement over existing methods.

The paper tackled the problem of applying adversarial training to sparse text inputs by perturbing word embeddings in recurrent neural networks instead of the original input, achieving state-of-the-art results on multiple benchmark semi-supervised and supervised tasks.

Adversarial training provides a means of regularizing supervised learning algorithms while virtual adversarial training is able to extend supervised learning algorithms to the semi-supervised setting. However, both methods require making small perturbations to numerous entries of the input vector, which is inappropriate for sparse high-dimensional inputs such as one-hot word representations. We extend adversarial and virtual adversarial training to the text domain by applying perturbations to the word embeddings in a recurrent neural network rather than to the original input itself. The proposed method achieves state of the art results on multiple benchmark semi-supervised and purely supervised tasks. We provide visualizations and analysis showing that the learned word embeddings have improved in quality and that while training, the model is less prone to overfitting. Code is available at https://github.com/tensorflow/models/tree/master/research/adversarial_text.

Code Implementations4 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes