English

MGNC-CNN: A Simple Approach to Exploiting Multiple Word Embeddings for Sentence Classification

Computation and Language 2016-03-29 v2

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.

Keywords

Cite

@article{arxiv.1603.00968,
  title  = {MGNC-CNN: A Simple Approach to Exploiting Multiple Word Embeddings for Sentence Classification},
  author = {Ye Zhang and Stephen Roller and Byron Wallace},
  journal= {arXiv preprint arXiv:1603.00968},
  year   = {2016}
}

Comments

This paper got accepted by NAACL 2016

R2 v1 2026-06-22T13:02:47.185Z