paper-with-me

Papers

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 (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.

📄 PDF Abstract BibTeX arXiv:1412.1058

Code (4)

gmichalo/question_identification_on_medical_logs pytorch
jean-kunz/ml_research_papers tf
tensorflow/models tf
tensorflow/models/tree/master/research/sentiment_analysis tf

Tasks

General ClassificationImage to textSentiment Analysis

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

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

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

Text Categorization Can Enhance Domain-Agnostic Stopword Extraction

2024-01-24 · Houcemeddine Turki, Naome A. Etori, Mohamed Ali Hadj Taieb, Abdul-Hakeem Omotayo 외

This paper investigates the role of text categorization in streamlining stopword extraction in natural language processing (NLP), specifically focusing on nine African languages alongside French. By leveraging the Masakh…

Text Categorization

Semi-supervised Convolutional Neural Networks for Text Categorization via Region Embedding

2015-04-06 · NeurIPS 2015 12 · Rie Johnson, Tong Zhang

This paper presents a new semi-supervised framework with convolutional neural networks (CNNs) for text categorization. Unlike the previous approaches that rely on word embeddings, our method learns embeddings of small te…

ClassificationGeneral ClassificationSentiment AnalysisSentiment Classification+4

Disconnected Recurrent Neural Networks for Text Categorization

2018-07-01 · ACL 2018 7 · Baoxin Wang

Recurrent neural network (RNN) has achieved remarkable performance in text categorization. RNN can model the entire sequence and capture long-term dependencies, but it does not do well in extracting key patterns. In cont…

PositionSentiment AnalysisText Classification