Combining Knowledge with Deep Convolutional Neural Networks for Short Text Classification

Abstract

Text classification is a fundamental task in NLP applications. Most existing work relied on either explicit or implicit text representation to address this problem. While these techniques work well for sentences, they can not easily be applied to short text because of its shortness and sparsity. In this paper, we propose a framework based on convolutional neural networks that combines explicit and implicit representations of short text for classification. We first conceptualize a short text as a set of relevant concepts using a large taxonomy knowledge base. We then obtain the embedding of short text by coalescing the words and relevant concepts on top of pre-trained word vectors. We further incorporate character level features into our model to capture fine-grained subword information. Experimental results on five commonly used datasets show that our proposed method significantly outperforms state-of-the-art methods.

Cite

Text

Wang et al. "Combining Knowledge with Deep Convolutional Neural Networks for Short Text Classification." International Joint Conference on Artificial Intelligence, 2017. doi:10.24963/IJCAI.2017/406

Markdown

[Wang et al. "Combining Knowledge with Deep Convolutional Neural Networks for Short Text Classification." International Joint Conference on Artificial Intelligence, 2017.](https://mlanthology.org/ijcai/2017/wang2017ijcai-combining/) doi:10.24963/IJCAI.2017/406

BibTeX

@inproceedings{wang2017ijcai-combining,
  title     = {{Combining Knowledge with Deep Convolutional Neural Networks for Short Text Classification}},
  author    = {Wang, Jin and Wang, Zhongyuan and Zhang, Dawei and Yan, Jun},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2017},
  pages     = {2915-2921},
  doi       = {10.24963/IJCAI.2017/406},
  url       = {https://mlanthology.org/ijcai/2017/wang2017ijcai-combining/}
}