CLOct 24, 2020

Deep Clustering of Text Representations for Supervision-free Probing of Syntax

arXiv:2010.12784v211 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of less-biased, supervision-free probing for syntax induction in NLP, though it is incremental as it builds on existing clustering and representation methods.

The paper tackles unsupervised probing of syntactic knowledge in language models by jointly transforming high-dimensional text representations into a cluster-friendly space and clustering them, achieving competitive performance on 45-tag English POSI, state-of-the-art on 12-tag POSI across 10 languages, and strong zero-shot results for resource-impoverished languages.

We explore deep clustering of text representations for unsupervised model interpretation and induction of syntax. As these representations are high-dimensional, out-of-the-box methods like KMeans do not work well. Thus, our approach jointly transforms the representations into a lower-dimensional cluster-friendly space and clusters them. We consider two notions of syntax: Part of speech Induction (POSI) and constituency labelling (CoLab) in this work. Interestingly, we find that Multilingual BERT (mBERT) contains surprising amount of syntactic knowledge of English; possibly even as much as English BERT (EBERT). Our model can be used as a supervision-free probe which is arguably a less-biased way of probing. We find that unsupervised probes show benefits from higher layers as compared to supervised probes. We further note that our unsupervised probe utilizes EBERT and mBERT representations differently, especially for POSI. We validate the efficacy of our probe by demonstrating its capabilities as an unsupervised syntax induction technique. Our probe works well for both syntactic formalisms by simply adapting the input representations. We report competitive performance of our probe on 45-tag English POSI, state-of-the-art performance on 12-tag POSI across 10 languages, and competitive results on CoLab. We also perform zero-shot syntax induction on resource impoverished languages and report strong results.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes