paper-with-me

홈 › Papers

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

2019-01-16 · Zuchao Li, Shexia He, Hai Zhao, Yiqing Zhang, Zhuosheng Zhang, Xi Zhou, Xiang Zhou

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 dependency-based semantic representation form and only show specific model optimization respectively. Meanwhile, handling these two SRL tasks uniformly was less successful. This paper presents an end-to-end model for both dependency and span SRL with a unified argument representation to deal with two different types of argument annotations in a uniform fashion. Furthermore, we jointly predict all predicates and arguments, especially including long-term ignored predicate identification subtask. Our single model achieves new state-of-the-art results on both span (CoNLL 2005, 2012) and dependency (CoNLL 2008, 2009) SRL benchmarks.

📄 PDF Abstract BibTeX arXiv:1901.05280

Code (1)

bcmi220/unisrl tf

Tasks

Model OptimizationSemantic Role LabelingSentence

Similar Papers 제목 키워드 기반

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

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

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 …

Semantic Role Labeling

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 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

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

Semantic Role Labeling as Dependency Parsing: Exploring Latent Tree Structures Inside Arguments

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Semantic role labeling (SRL) is a fundamental yet challenging task in the NLP community. Recent works of SRL mainly fall into two lines: 1) BIO-based; 2) span-based. Despite ubiquity, they share some intrinsic drawbacks …

Dependency ParsingSemantic Role Labeling