paper-with-me

홈 › Papers

A Comparative Study of Neural Network Models for Sentence Classification

2018-10-03 · Phuong Le-Hong, Anh-Cuong Le

This paper presents an extensive comparative study of four neural network models, including feed-forward networks, convolutional networks, recurrent networks and long short-term memory networks, on two sentence classification datasets of English and Vietnamese text. We show that on the English dataset, the convolutional network models without any feature engineering outperform some competitive sentence classifiers with rich hand-crafted linguistic features. We demonstrate that the GloVe word embeddings are consistently better than both Skip-gram word embeddings and word count vectors. We also show the superiority of convolutional neural network models on a Vietnamese newspaper sentence dataset over strong baseline models. Our experimental results suggest some good practices for applying neural network models in sentence classification.

📄 PDF Abstract BibTeX arXiv:1810.01656

Code (0)

등록된 구현이 없습니다.

Tasks

Feature EngineeringGeneral ClassificationSentenceSentence ClassificationWord Embeddings

Methods 이 논문이 사용한 방법론

GloVe GloVe Embeddings are a type of word embedding that encode the co-occurrence probability ratio between two words as vector differences. GloVe uses a weighted least squares…

Similar Papers 제목 키워드 기반

Comparative Analysis of Multilingual Text Classification & Identification through Deep Learning and Embedding Visualization

2023-12-06 · Arinjay Wyawhare

This research conducts a comparative study on multilingual text classification methods, utilizing deep learning and embedding visualization. The study employs LangDetect, LangId, FastText, and Sentence Transformer on a d…

ClassificationClusteringMultilingual text classificationSentence+2

Comparing Apples to Apples: Generating Aspect-Aware Comparative Sentences from User Reviews

2023-07-05 · Jessica Echterhoff, An Yan, Julian McAuley

It is time-consuming to find the best product among many similar alternatives. Comparative sentences can help to contrast one item from others in a way that highlights important features of an item that stand out. Given …

Unveiling Comparative Sentiments in Vietnamese Product Reviews: A Sequential Classification Framework

2024-01-02 · Ha Le, Bao Tran, Phuong Le, Tan Nguyen 외

Comparative opinion mining is a specialized field of sentiment analysis that aims to identify and extract sentiments expressed comparatively. To address this task, we propose an approach that consists of solving three se…

Opinion MiningSentenceSentiment Analysis

Entity-Aware Dependency-Based Deep Graph Attention Network for Comparative Preference Classification

2020-07-01 · ACL 2020 6 · Nianzu Ma, Sahisnu Mazumder, Hao Wang, Bing Liu

This paper studies the task of comparative preference classification (CPC). Given two entities in a sentence, our goal is to classify whether the first (or the second) entity is preferred over the other or no comparison …

General ClassificationGraph AttentionSentenceWord Embeddings

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 re…

General ClassificationSensitivitySentenceSentence Classification