paper-with-me

Papers

Convolutional Neural Networks for Text Categorization: Shallow Word-level vs. Deep Character-level

2016-08-31 · Rie Johnson, Tong Zhang

This paper reports the performances of shallow word-level convolutional neural networks (CNN), our earlier work (2015), on the eight datasets with relatively large training data that were used for testing the very deep character-level CNN in Conneau et al. (2016). Our findings are as follows. The shallow word-level CNNs achieve better error rates than the error rates reported in Conneau et al., though the results should be interpreted with some consideration due to the unique pre-processing of Conneau et al. The shallow word-level CNN uses more parameters and therefore requires more storage than the deep character-level CNN; however, the shallow word-level CNN computes much faster.

📄 PDF Abstract BibTeX arXiv:1609.00718

Code (0)

등록된 구현이 없습니다.

Tasks

Text Categorization

Similar Papers 제목 키워드 기반

Deep Pyramid Convolutional Neural Networks for Text Categorization

2017-07-01 · ACL 2017 7 · Rie Johnson, Tong Zhang

This paper proposes a low-complexity word-level deep convolutional neural network (CNN) architecture for text categorization that can efficiently represent long-range associations in text. In the literature, several deep…

Sentiment AnalysisSentiment ClassificationText Classification

Convolutional Sentence Kernel from Word Embeddings for Short Text Categorization

2015-09-01 · EMNLP 2015 9 · Jonghoon Kim, Fran{\c{c}}ois Rousseau, Michalis Vazirgiannis
SentenceSentiment AnalysisText CategorizationWord Embeddings

Do Convolutional Networks need to be Deep for Text Classification ?

2017-07-13 · Hoa T. Le, Christophe Cerisara, Alexandre Denis

We study in this work the importance of depth in convolutional models for text classification, either when character or word inputs are considered. We show on 5 standard text classification and sentiment analysis tasks t…

ClassificationGeneral ClassificationSentiment Analysistext-classification+1

Effective Use of Word Order for Text Categorization with Convolutional Neural Networks

2014-12-01 · HLT 2015 5 · Rie Johnson, Tong Zhang

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…

General ClassificationImage to textSentiment Analysis

When Polysemy Matters: Modeling Semantic Categorization with Word Embeddings

2022-07-01 · *SEM (NAACL) 2022 7 · Elizabeth Soper, Jean-Pierre Koenig

Recent work using word embeddings to model semantic categorization have indicated that static models outperform the more recent contextual class of models (Majewska et al, 2021). In this paper, we consider polysemy as a …

Word Embeddings