SOTAVerified

Unsupervised Distillation of Syntactic Information from Contextualized Word Representations

2020-10-11EMNLP (BlackboxNLP) 2020Code Available0· sign in to hype

Shauli Ravfogel, Yanai Elazar, Jacob Goldberger, Yoav Goldberg

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Contextualized word representations, such as ELMo and BERT, were shown to perform well on various semantic and syntactic tasks. In this work, we tackle the task of unsupervised disentanglement between semantics and structure in neural language representations: we aim to learn a transformation of the contextualized vectors, that discards the lexical semantics, but keeps the structural information. To this end, we automatically generate groups of sentences which are structurally similar but semantically different, and use metric-learning approach to learn a transformation that emphasizes the structural component that is encoded in the vectors. We demonstrate that our transformation clusters vectors in space by structural properties, rather than by lexical semantics. Finally, we demonstrate the utility of our distilled representations by showing that they outperform the original contextualized representations in a few-shot parsing setting.

Tasks

Reproductions