paper-with-me

Papers

An Attention-Gated Convolutional Neural Network for Sentence Classification

2018-08-22 · Yang Liu, Lixin Ji, Ruiyang Huang, Tuosiyu Ming, Chao GAO, Jianpeng Zhang

The classification of sentences is very challenging, since sentences contain the limited contextual information. In this paper, we proposed an Attention-Gated Convolutional Neural Network (AGCNN) for sentence classification, which generates attention weights from the feature's context windows of different sizes by using specialized convolution encoders. It makes full use of limited contextual information to extract and enhance the influence of important features in predicting the sentence's category. Experimental results demonstrated that our model can achieve up to 3.1% higher accuracy than standard CNN models, and gain competitive results over the baselines on four out of the six tasks. Besides, we designed an activation function, namely, Natural Logarithm rescaled Rectified Linear Unit (NLReLU). Experiments showed that NLReLU can outperform ReLU and is comparable to other well-known activation functions on AGCNN.

📄 PDF Abstract BibTeX arXiv:1808.07325

Code (2)

fabyangliu/AGCNN-Sentence-Classification tf
fabyangliu/AGCNN_sentence_classification tf

Tasks

ClassificationGeneral ClassificationSentenceSentence Classification

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
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 제목 키워드 기반

A Sensitivity Analysis of Attention-Gated Convolutional Neural Networks for Sentence Classification

2019-08-17 · Yang Liu, Jianpeng Zhang, Chao GAO, Jinghua Qu 외

In this paper, we investigate the effect of different hyperparameters as well as different combinations of hyperparameters settings on the performance of the Attention-Gated Convolutional Neural Networks (AGCNNs), e.g., …

General ClassificationSensitivitySentenceSentence Classification

SECNN: Squeeze-and-Excitation Convolutional Neural Network for Sentence Classification

2023-12-11 · Shandong Yuan

Sentence classification is one of the basic tasks of natural language processing. Convolution neural network (CNN) has the ability to extract n-grams features through convolutional filters and capture local correlations …

ClassificationSentenceSentence Classification

Sentence Modeling with Deep Neural Architecture using Lexicon and Character Attention Mechanism for Sentiment Classification

2017-11-01 · IJCNLP 2017 11 · Huy Thanh Nguyen, Minh Le Nguyen

Tweet-level sentiment classification in Twitter social networking has many challenges: exploiting syntax, semantic, sentiment, and context in tweets. To address these problems, we propose a novel approach to sentiment an…

ClassificationGeneral ClassificationSentenceSentiment Analysis+2

Hierarchical Attentional Hybrid Neural Networks for Document Classification

2019-01-20 · Jader Abreu, Luis Fred, David Macêdo, Cleber Zanchettin

Document classification is a challenging task with important applications. The deep learning approaches to the problem have gained much attention recently. Despite the progress, the proposed models do not incorporate the…

ClassificationDocument ClassificationGeneral ClassificationText Classification

Multiple Range-Restricted Bidirectional Gated Recurrent Units with Attention for Relation Classification

2017-07-05 · Jonggu Kim, Jong-Hyeok Lee

Most of neural approaches to relation classification have focused on finding short patterns that represent the semantic relation using Convolutional Neural Networks (CNNs) and those approaches have generally achieved bet…

ClassificationGeneral ClassificationRelationRelation Classification+1