IJCAI 2020poster0 citations

Specializing Word Embeddings (for Parsing) by Information Bottleneck (Extended Abstract)

Xiang Lisa Li, Jason Eisner

Abstract

Pre-trained word embeddings like ELMo and BERT contain rich syntactic and semantic information, resulting in state-of-the-art performance on various tasks. We propose a very fast variational information bottleneck (VIB) method to nonlinearly compress these embeddings, keeping only the information that helps a discriminative parser. We compress each word embedding to either a discrete tag or a continuous vector. In the discrete version, our automatically compressed tags form an alternative tag set: we show experimentally that our tags capture most of the information in traditional POS tag annotations, but our tag sequences can be parsed more accurately at the same level of tag granularity. In the continuous version, we show experimentally that moderately compressing the word embeddings by our method yields a more accurate parser in 8 of 9 languages, unlike simple dimensionality reduction.

Natural Language Processing: EmbeddingsNatural Language Processing: Tagging, chunking, and parsingNatural Language Processing: Natural Language Processing
BibTeX
@inproceedings{ijcai2020p658,
  title     = {Specializing Word Embeddings (for Parsing) by Information Bottleneck (Extended Abstract)},
  author    = {Li, Xiang Lisa and Eisner, Jason},
  booktitle = {Proceedings of the Twenty-Ninth International Joint Conference on
               Artificial Intelligence, {IJCAI-20}},
  publisher = {International Joint Conferences on Artificial Intelligence Organization},
  editor    = {Christian Bessiere},
  pages     = {4745--4749},
  year      = {2020},
  month     = {7},
  note      = {Sister Conferences Best Papers},
  doi       = {10.24963/ijcai.2020/658},
  url       = {https://doi.org/10.24963/ijcai.2020/658},
}