paper-with-me

홈 › Papers

A Sensitivity Analysis of (and Practitioners' Guide to) Convolutional Neural Networks for Sentence Classification

2015-10-13 · IJCNLP 2017 11 · Ye Zhang, Byron Wallace

Convolutional Neural Networks (CNNs) have recently achieved remarkably strong performance on the practically important task of sentence classification (kim 2014, kalchbrenner 2014, johnson 2014). However, these models require practitioners to specify an exact model architecture and set accompanying hyperparameters, including the filter region size, regularization parameters, and so on. It is currently unknown how sensitive model performance is to changes in these configurations for the task of sentence classification. We thus conduct a sensitivity analysis of one-layer CNNs to explore the effect of architecture components on model performance; our aim is to distinguish between important and comparatively inconsequential design decisions for sentence classification. We focus on one-layer CNNs (to the exclusion of more complex models) due to their comparative simplicity and strong empirical performance, which makes it a modern standard baseline method akin to Support Vector Machine (SVMs) and logistic regression. We derive practical advice from our extensive empirical results for those interested in getting the most out of CNNs for sentence classification in real world settings.

📄 PDF Abstract BibTeX arXiv:1510.03820

Code (19)

DongjunLee/text-cnn-tensorflow tf
Johnnylyu/Text-Mining-and-Classification-for-Attain tf
Tixierae/deep_learning_NLP pytorch
afrozloya/charrec tf
attardi/CNN_sentence tf
brightmart/ai_law tf
brightmart/text_classification tf
dennybritz/cnn-text-classification-tf tf
diegoschapira/CNN-Text-Classifier-using-Keras tf
doragd/text-classification-pytorch pytorch
hanfeng108/Language-Detection pytorch
jeonghunyoon/Text-classification-tensorflow tf
jeonghunyoon/text-classification-cnn-tf tf
joshuaczhao/CNN-Sentence-Classifier-Reproduction tf
peithous/pytorch-BinClass-intro pytorch
pipidog/CNLP tf
pipidog/QNLP tf
timerstime/SDG4DA tf
yoonkim/CNN_sentence tf

Tasks

General ClassificationSensitivitySentenceSentence Classification

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

Which Hyperparameters Matter? A Game-Theoretic Framework for Interpretable Hyperparameter Sensitivity Analysis

2026-07-17 · Nyi Nyi Aung, Heepeom Shin, Abigail Lawlor, Adrian Stein arxiv

This work presents a game-theoretic framework for interpretable hyperparameter-objective interaction analysis rather than proposing a new optimization algorithm. In the proposed framework, Shapley Effects are employed fo…

A guide to convolution arithmetic for deep learning

2016-03-23 · Vincent Dumoulin, Francesco Visin

We introduce a guide to help deep learning practitioners understand and manipulate convolutional neural network architectures. The guide clarifies the relationship between various properties (input shape, kernel shape, z…

Deep Learning

ntuer at SemEval-2019 Task 3: Emotion Classification with Word and Sentence Representations in RCNN

2019-02-21 · SEMEVAL 2019 6 · Peixiang Zhong, Chunyan Miao

In this paper we present our model on the task of emotion detection in textual conversations in SemEval-2019. Our model extends the Recurrent Convolutional Neural Network (RCNN) by using external fine-tuned word represen…

Emotion ClassificationGeneral ClassificationSensitivitySentence

Dependency Parsing with Dilated Iterated Graph CNNs

2017-05-01 · WS 2017 9 · Emma Strubell, Andrew McCallum

Dependency parses are an effective way to inject linguistic knowledge into many downstream tasks, and many practitioners wish to efficiently parse sentences at scale. Recent advances in GPU hardware have enabled neural n…

Dependency ParsingGPUSentence