SOTAVerified

Convolutions Are All You Need (For Classifying Character Sequences)

2018-11-01WS 2018Unverified0· sign in to hype

Zach Wood-Doughty, Nicholas Andrews, Mark Dredze

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

While recurrent neural networks (RNNs) are widely used for text classification, they demonstrate poor performance and slow convergence when trained on long sequences. When text is modeled as characters instead of words, the longer sequences make RNNs a poor choice. Convolutional neural networks (CNNs), although somewhat less ubiquitous than RNNs, have an internal structure more appropriate for long-distance character dependencies. To better understand how CNNs and RNNs differ in handling long sequences, we use them for text classification tasks in several character-level social media datasets. The CNN models vastly outperform the RNN models in our experiments, suggesting that CNNs are superior to RNNs at learning to classify character-level data.

Tasks

Reproductions