Word representations: a simple and general method for semi-supervised learning

  • Authors:
  • Joseph Turian;Lev Ratinov;Yoshua Bengio

  • Affiliations:
  • Université de Montréal, Montréal, Québec, Canada;University of Illinois at Urbana-Champaign, Urbana, IL;Université de Montréal, Montréal, Québec, Canada

  • Venue:
  • ACL '10 Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

If we take an existing supervised NLP system, a simple and general way to improve accuracy is to use unsupervised word representations as extra word features. We evaluate Brown clusters, Collobert and Weston (2008) embeddings, and HLBL (Mnih & Hinton, 2009) embeddings of words on both NER and chunking. We use near state-of-the-art supervised baselines, and find that each of the three word representations improves the accuracy of these baselines. We find further improvements by combining different word representations. You can download our word features, for off-the-shelf use in existing NLP systems, as well as our code, here: http://metaoptimize.com/projects/wordreprs/