Semi-Supervised Learning for Text Classification by Layer Partitioning

11/26/2019
by   Alexander Hanbo Li, et al.
0

Most recent neural semi-supervised learning algorithms rely on adding small perturbation to either the input vectors or their representations. These methods have been successful on computer vision tasks as the images form a continuous manifold, but are not appropriate for discrete input such as sentence. To adapt these methods to text input, we propose to decompose a neural network M into two components F and U so that M = U∘ F. The layers in F are then frozen and only the layers in U will be updated during most time of the training. In this way, F serves as a feature extractor that maps the input to high-level representation and adds systematical noise using dropout. We can then train U using any state-of-the-art SSL algorithms such as Π-model, temporal ensembling, mean teacher, etc. Furthermore, this gradually unfreezing schedule also prevents a pretrained model from catastrophic forgetting. The experimental results demonstrate that our approach provides improvements when compared to state of the art methods especially on short texts.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
05/25/2016

Adversarial Training Methods for Semi-Supervised Text Classification

Adversarial training provides a means of regularizing supervised learnin...
research
08/21/2019

A Neural Network for Semi-Supervised Learning on Manifolds

Semi-supervised learning algorithms typically construct a weighted graph...
research
07/12/2017

Adversarial Dropout for Supervised and Semi-supervised Learning

Recently, the training with adversarial examples, which are generated by...
research
11/12/2019

Negative sampling in semi-supervised learning

We introduce Negative Sampling in Semi-Supervised Learning (NS3L), a sim...
research
01/18/2021

On Data-Augmentation and Consistency-Based Semi-Supervised Learning

Recently proposed consistency-based Semi-Supervised Learning (SSL) metho...
research
09/09/2021

Lexico-semantic and affective modelling of Spanish poetry: A semi-supervised learning approach

Text classification tasks have improved substantially during the last ye...
research
04/15/2021

Consistency Training with Virtual Adversarial Discrete Perturbation

We propose an effective consistency training framework that enforces a t...

Please sign up or login with your details

Forgot password? Click here to reset