paper-with-me

Papers

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 two auxiliary tasks: predicting the dependency label of a word and whether there exists an arc linking it to the predicate. The auxiliary tasks provide syntactic information that is specific to semantic role labeling and are learned from training data (dependency annotations) without relying on existing dependency parsers, which can be noisy (e.g., on out-of-domain data or infrequent constructions). Experimental results on the CoNLL-2009 benchmark dataset show that our model outperforms the state of the art in English, and consistently improves performance in other languages, including Chinese, German, and Spanish.

📄 PDF Abstract BibTeX

Code (1)

RuiCaiNLP/SRL_DEP 공식 구현 pytorch

Tasks

ARCSemantic Role Labeling

Similar Papers 제목 키워드 기반

A Full End-to-End Semantic Role Labeler, Syntax-agnostic Over Syntax-aware?

2018-08-11 · Jiaxun Cai, Shexia He, Zuchao Li, Hai Zhao

Semantic role labeling (SRL) is to recognize the predicate-argument structure of a sentence, including subtasks of predicate disambiguation and argument labeling. Previous studies usually formulate the entire SRL problem…

DecoderSemantic Role LabelingSentence

A Full End-to-End Semantic Role Labeler, Syntactic-agnostic Over Syntactic-aware?

2018-08-01 · COLING 2018 8 · Jiaxun Cai, Shexia He, Zuchao Li, Hai Zhao

Semantic role labeling (SRL) is to recognize the predicate-argument structure of a sentence, including subtasks of predicate disambiguation and argument labeling. Previous studies usually formulate the entire SRL problem…

DecoderMachine TranslationQuestion AnsweringSemantic Parsing+2

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

Syntax-aware Neural Semantic Role Labeling

2019-07-22 · Qingrong Xia, Zhenghua Li, Min Zhang, Meishan Zhang 외

Semantic role labeling (SRL), also known as shallow semantic parsing, is an important yet challenging task in NLP. Motivated by the close correlation between syntactic and semantic structures, traditional discrete-featur…

Semantic ParsingSemantic Role LabelingSentence

A Unified Syntax-aware Framework for Semantic Role Labeling

2018-10-01 · EMNLP 2018 10 · Zuchao Li, Shexia He, Jiaxun Cai, Zhuosheng Zhang 외

Semantic role labeling (SRL) aims to recognize the predicate-argument structure of a sentence. Syntactic information has been paid a great attention over the role of enhancing SRL. However, the latest advance shows that …

Machine TranslationQuestion AnsweringSemantic Role LabelingSentence