CLOct 10, 2020

Latent Tree Learning with Ordered Neurons: What Parses Does It Produce?

arXiv:2010.04926v1993 citations
Originality Synthesis-oriented
AI Analysis

This work provides insights into the limitations of unsupervised parsing models for NLP researchers, highlighting incremental improvements in understanding model behavior.

The study analyzed the ON-LSTM model's unsupervised constituency parsing performance, finding it produces reasonably consistent parses but struggles with complex noun phrases and overestimates split heights before verbs.

Recent latent tree learning models can learn constituency parsing without any exposure to human-annotated tree structures. One such model is ON-LSTM (Shen et al., 2019), which is trained on language modelling and has near-state-of-the-art performance on unsupervised parsing. In order to better understand the performance and consistency of the model as well as how the parses it generates are different from gold-standard PTB parses, we replicate the model with different restarts and examine their parses. We find that (1) the model has reasonably consistent parsing behaviors across different restarts, (2) the model struggles with the internal structures of complex noun phrases, (3) the model has a tendency to overestimate the height of the split points right before verbs. We speculate that both problems could potentially be solved by adopting a different training task other than unidirectional language modelling.

Code Implementations1 repo
Foundations

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

Your Notes