Recurrent Neural Network for Text Classification with Multi-Task Learning

Abstract

Neural network based methods have obtained great progress on a variety of natural language processing tasks. However, in most previous works, the models are learned based on single-task supervised objectives, which often suffer from insufficient training data. In this paper, we use the multi-task learning framework to jointly learn across multiple related tasks. Based on recurrent neural network, we propose three different mechanisms of sharing information to model text with task-specific and shared layers. The entire network is trained jointly on all these tasks. Experiments on four benchmark text classification tasks show that our proposed models can improve the performance of a task with the help of other related tasks. PDF

Cite

Text

Liu et al. "Recurrent Neural Network for Text Classification with Multi-Task Learning." International Joint Conference on Artificial Intelligence, 2016.

Markdown

[Liu et al. "Recurrent Neural Network for Text Classification with Multi-Task Learning." International Joint Conference on Artificial Intelligence, 2016.](https://mlanthology.org/ijcai/2016/liu2016ijcai-recurrent/)

BibTeX

@inproceedings{liu2016ijcai-recurrent,
  title     = {{Recurrent Neural Network for Text Classification with Multi-Task Learning}},
  author    = {Liu, Pengfei and Qiu, Xipeng and Huang, Xuanjing},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2016},
  pages     = {2873-2879},
  url       = {https://mlanthology.org/ijcai/2016/liu2016ijcai-recurrent/}
}