A Data-driven Neural Network Architecture for Sentiment Analysis
Erion \c{C}ano, Maurizio Morisio

TL;DR
This paper explores neural network architectures for sentiment analysis, emphasizing data creation, architecture comparison, and parameter optimization, with findings on effective convolution and pooling configurations for text feature extraction.
Contribution
It introduces large emotion datasets and compares neural network variants, providing guidelines for architecture design and parameter tuning in sentiment analysis.
Findings
Parallel convolutions with filter lengths up to three are effective.
Max-pooling region size should match text length for optimal features.
Feature map lengths of 6 to 18 yield top performance.
Abstract
The fabulous results of convolution neural networks in image-related tasks, attracted attention of text mining, sentiment analysis and other text analysis researchers. It is however difficult to find enough data for feeding such networks, optimize their parameters, and make the right design choices when constructing network architectures. In this paper we present the creation steps of two big datasets of song emotions. We also explore usage of convolution and max-pooling neural layers on song lyrics, product and movie review text datasets. Three variants of a simple and flexible neural network architecture are also compared. Our intention was to spot any important patterns that can serve as guidelines for parameter optimization of similar models. We also wanted to identify architecture design choices which lead to high performing sentiment analysis models. To this end, we conducted a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsConvolution
