ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 1911.11756
20
12

Semi-Supervised Learning for Text Classification by Layer Partitioning

26 November 2019
Alexander Hanbo Li
A. Sethy
ArXivPDFHTML
Abstract

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 MMM into two components FFF and UUU so that M=U∘FM = U\circ FM=U∘F. The layers in FFF are then frozen and only the layers in UUU will be updated during most time of the training. In this way, FFF serves as a feature extractor that maps the input to high-level representation and adds systematical noise using dropout. We can then train UUU using any state-of-the-art SSL algorithms such as Π\PiΠ-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.

View on arXiv
Comments on this paper