CLLGNENov 18, 2016

Visualizing and Understanding Curriculum Learning for Long Short-Term Memory Networks

arXiv:1611.06204v178 citations
Originality Synthesis-oriented
AI Analysis

This provides incremental insights into curriculum learning for NLP practitioners, focusing on LSTM networks in tasks like sentiment analysis.

The paper investigates how curriculum learning affects the internal representations of LSTM networks, finding that it biases models toward constructive representations and improves performance, especially for smaller models and limited data.

Curriculum Learning emphasizes the order of training instances in a computational learning setup. The core hypothesis is that simpler instances should be learned early as building blocks to learn more complex ones. Despite its usefulness, it is still unknown how exactly the internal representation of models are affected by curriculum learning. In this paper, we study the effect of curriculum learning on Long Short-Term Memory (LSTM) networks, which have shown strong competency in many Natural Language Processing (NLP) problems. Our experiments on sentiment analysis task and a synthetic task similar to sequence prediction tasks in NLP show that curriculum learning has a positive effect on the LSTM's internal states by biasing the model towards building constructive representations i.e. the internal representation at the previous timesteps are used as building blocks for the final prediction. We also find that smaller models significantly improves when they are trained with curriculum learning. Lastly, we show that curriculum learning helps more when the amount of training data is limited.

Foundations

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

Your Notes