CLJul 9, 2018

A Sequence-to-Sequence Model for Semantic Role Labeling

arXiv:1807.03006v11094 citations
AI Analysis

This work addresses SRL for natural language processing researchers, representing an incremental step towards generative labeling setups.

The paper tackled Semantic Role Labeling (SRL) by proposing a sequence-to-sequence model with attention and copying mechanisms, applied to English PropBank data, but found it requires additional constraints to be competitive with state-of-the-art methods.

We explore a novel approach for Semantic Role Labeling (SRL) by casting it as a sequence-to-sequence process. We employ an attention-based model enriched with a copying mechanism to ensure faithful regeneration of the input sequence, while enabling interleaved generation of argument role labels. Here, we apply this model in a monolingual setting, performing PropBank SRL on English language data. The constrained sequence generation set-up enforced with the copying mechanism allows us to analyze the performance and special properties of the model on manually labeled data and benchmarking against state-of-the-art sequence labeling models. We show that our model is able to solve the SRL argument labeling task on English data, yet further structural decoding constraints will need to be added to make the model truly competitive. Our work represents a first step towards more advanced, generative SRL labeling setups.

Foundations

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

Your Notes