LGCLSep 4, 2015

Character-level Convolutional Networks for Text Classification

arXiv:1509.01626v37078 citations
Originality Incremental advance
AI Analysis

This work addresses text classification for natural language processing applications, presenting an incremental approach by applying convolutional networks at the character level.

The authors tackled text classification by exploring character-level convolutional networks, achieving state-of-the-art or competitive results on large-scale datasets.

This article offers an empirical exploration on the use of character-level convolutional networks (ConvNets) for text classification. We constructed several large-scale datasets to show that character-level convolutional networks could achieve state-of-the-art or competitive results. Comparisons are offered against traditional models such as bag of words, n-grams and their TFIDF variants, and deep learning models such as word-based ConvNets and recurrent neural networks.

Code Implementations30 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes