Multi-Task Label Embedding for Text Classification

Honglun Zhang,Liqiang Xiao,Wenqing Chen,Yongkun Wang,Yaohui Jin
DOI: https://doi.org/10.18653/v1/d18-1484
2017-01-01
Abstract:Multi-task learning in text classification leverages implicit correlations among related tasks to extract common features and yield performance gains. However, a large body of previous work treats labels of each task as independent and meaningless one-hot vectors, which cause a loss of potential label information. In this paper, we propose Multi-Task Label Embedding to convert labels in text classification into semantic vectors, thereby turning the original tasks into vector matching tasks. Our model utilizes semantic correlations among tasks and makes it convenient to scale or transfer when new tasks are involved. Extensive experiments on five benchmark datasets for text classification show that our model can effectively improve the performances of related tasks with semantic representations of labels and additional information from each other.
What problem does this paper attempt to address?