CLNov 12, 2018

Syntax Helps ELMo Understand Semantics: Is Syntax Still Relevant in a Deep Neural Architecture for SRL?

arXiv:1811.04773v11094 citations
Originality Synthesis-oriented
AI Analysis

This addresses the problem of improving SRL accuracy for NLP researchers, showing incremental benefits of syntax in deep learning models.

The paper tackled whether explicit syntax modeling is still needed for semantic role labeling (SRL) when using deep contextualized embeddings like ELMo, finding that syntactically-informed models outperform syntax-free ones, especially on out-of-domain data, with ELMo helping close the gap between predicted and gold parses.

Do unsupervised methods for learning rich, contextualized token representations obviate the need for explicit modeling of linguistic structure in neural network models for semantic role labeling (SRL)? We address this question by incorporating the massively successful ELMo embeddings (Peters et al., 2018) into LISA (Strubell et al., 2018), a strong, linguistically-informed neural network architecture for SRL. In experiments on the CoNLL-2005 shared task we find that though ELMo out-performs typical word embeddings, beginning to close the gap in F1 between LISA with predicted and gold syntactic parses, syntactically-informed models still out-perform syntax-free models when both use ELMo, especially on out-of-domain data. Our results suggest that linguistic structures are indeed still relevant in this golden age of deep learning for NLP.

Foundations

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

Your Notes