Self-Balanced Dropout replaces zeroed units with a trainable mask to reduce co-adaptation, but the theoretical justification is invalid and empirical gains are modest.
MGNC-CNN: A Simple Approach to Exploiting Multiple Word Embeddings for Sentence Classification
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
We introduce a novel, simple convolution neural network (CNN) architecture - multi-group norm constraint CNN (MGNC-CNN) that capitalizes on multiple sets of word embeddings for sentence classification. MGNC-CNN extracts features from input embedding sets independently and then joins these at the penultimate layer in the network to form a final feature vector. We then adopt a group regularization strategy that differentially penalizes weights associated with the subcomponents generated from the respective embedding sets. This model is much simpler than comparable alternative architectures and requires substantially less training time. Furthermore, it is flexible in that it does not require input word embeddings to be of the same dimensionality. We show that MGNC-CNN consistently outperforms baseline models.
fields
cs.CL 1years
2019 1verdicts
REJECT 1representative citing papers
citing papers explorer
-
Self-Balanced Dropout
Self-Balanced Dropout replaces zeroed units with a trainable mask to reduce co-adaptation, but the theoretical justification is invalid and empirical gains are modest.