paper-with-me

홈 › Papers

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

2019-11-07 · Zuchao Li, Hai Zhao, Junru Zhou, Kevin Parnow, Shexia He

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.

📄 PDF Abstract BibTeX arXiv:1911.02851

Code (1)

dreamh1gh/awesome-srl paddle

Tasks

Semantic Role Labeling

Similar Papers 제목 키워드 기반

Semantic Role Labeling as Syntactic Dependency Parsing

2020-10-21 · EMNLP 2020 11 · Tianze Shi, Igor Malioutov, Ozan İrsoy

We reduce the task of (span-based) PropBank-style semantic role labeling (SRL) to syntactic dependency parsing. Our approach is motivated by our empirical analysis that shows three common syntactic patterns account for o…

Dependency ParsingSemantic Role Labeling

Dependency or Span, End-to-End Uniform Semantic Role Labeling

2019-01-16 · Zuchao Li, Shexia He, Hai Zhao, Yiqing Zhang 외

Semantic role labeling (SRL) aims to discover the predicateargument structure of a sentence. End-to-end SRL without syntactic input has received great attention. However, most of them focus on either span-based or depend…

Model OptimizationSemantic Role LabelingSentence

Syntax-aware Neural Semantic Role Labeling with Supertags

2019-03-12 · NAACL 2019 6 · Jungo Kasai, Dan Friedman, Robert Frank, Dragomir Radev 외

We introduce a new syntax-aware model for dependency-based semantic role labeling that outperforms syntax-agnostic models for English and Spanish. We use a BiLSTM to tag the text with supertags extracted from dependency …

Semantic Role LabelingTAG

Semantic Role Labeling Meets Definition Modeling: Using Natural Language to Describe Predicate-Argument Structures

2022-12-02 · Simone Conia, Edoardo Barba, Alessandro Scirè, Roberto Navigli

One of the common traits of past and present approaches for Semantic Role Labeling (SRL) is that they rely upon discrete labels drawn from a predefined linguistic inventory to classify predicate senses and their argument…

Semantic Role Labeling

Syntax-aware Semantic Role Labeling without Parsing

2019-03-01 · TACL 2019 3 · Rui Cai, Mirella Lapata

In this paper we focus on learning dependency aware representations for semantic role labeling without recourse to an external parser. The backbone of our model is an LSTM-based semantic role labeler jointly trained with…

ARCSemantic Role Labeling