CLNov 7, 2019

Dependency and Span, Cross-Style Semantic Role Labeling on PropBank and NomBank

arXiv:1911.02851v25 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of integrating different SRL styles for NLP researchers, though it is incremental as it builds on existing neural SRL methods.

The paper tackles the lack of comparability between dependency and span formalisms in semantic role labeling by defining a cross-style convention and proposing a joint optimization model, achieving effective results on both span and dependency SRL benchmarks.

The latest developments in neural semantic role labeling (SRL) have shown great performance improvements with both the dependency and span formalisms/styles. Although the two styles share many similarities in linguistic meaning and computation, most previous studies focus on a single style. In this paper, we define a new cross-style semantic role label convention and propose a new cross-style joint optimization model designed around the most basic linguistic meaning of a semantic role, providing a solution to make the results of the two styles more comparable and allowing both formalisms of SRL to benefit from their natural connections in both linguistics and computation. Our model learns a general semantic argument structure and is capable of outputting in either style. Additionally, we propose a syntax-aided method to uniformly enhance the learning of both dependency and span representations. Experiments show that the proposed methods are effective on both span and dependency SRL benchmarks.

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