A Comparative Study on Regularization Strategies for Embedding-based Neural Networks.

Hao Peng,Lili Mou,Ge Li,Yunchuan Chen,Yangyang Lu,Zhi Jin
DOI: https://doi.org/10.18653/v1/d15-1252
2015-01-01
Abstract:This paper aims to compare different regularization strategies to address a common phenomenon, severe overfitting, in embedding-based neural networks for NLP. We chose two widely studied neural models and tasks as our testbed. We tried several frequently applied or newly proposed regularization strategies, including penalizing weights (embeddings excluded), penalizing embeddings, re-embedding words, and dropout. We also emphasized on incremental hyperparameter tuning, and combining different regularizations. The results provide a picture on tuning hyperparameters for neural NLP models.
What problem does this paper attempt to address?