Effective Use of Word Order for Text Categorization with Convolutional Neural Networks
About
Convolutional neural network (CNN) is a neural network that can make use of the internal structure of data such as the 2D structure of image data. This paper studies CNN on text categorization to exploit the 1D structure (namely, word order) of text data for accurate prediction. Instead of using low-dimensional word vectors as input as is often done, we directly apply CNN to high-dimensional text data, which leads to directly learning embedding of small text regions for use in classification. In addition to a straightforward adaptation of CNN from image to text, a simple but new variation which employs bag-of-word conversion in the convolution layer is proposed. An extension to combine multiple convolution layers is also explored for higher accuracy. The experiments demonstrate the effectiveness of our approach in comparison with state-of-the-art methods.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Sentiment Analysis | IMDB (test) | Accuracy92.3 | 248 | |
| Sentiment Classification | IMDB (test) | Error Rate0.0767 | 144 | |
| Sentiment Classification | IMDB | -- | 41 | |
| Text Categorization | RCV1 (test) | Error Rate13.97 | 24 | |
| Text Categorization | Elec (test) | Error Rate8.11 | 16 | |
| Hierarchical Text Classification | RCV1 | Micro-F182.7 | 15 | |
| Sentiment Classification | Elec | Error Rate7.14 | 15 | |
| Hierarchical Text Classification | Yelp (test) | Micro-F163.6 | 13 | |
| Hierarchical Text Classification | NYT (test) | Micro-F172.9 | 9 | |
| Topic Categorization | RCV1 | Error Rate9.33 | 8 |