paper-with-me

Papers

Encoder-decoder based unified semantic role labeling with label-aware syntax

2021-05-18 · Conference 2021 5 · Hao Fei, Fei Li, Bobo Li, Donghong Ji

Currently the unified semantic role labeling (SRL) that achieves predicate identification and argument role labeling in an end-to-end manner has received growing interests. Recent works show that leveraging the syntax knowledge significantly enhances the SRL performances. In this paper, we investigate a novel unified SRL framework based on the sequence-to-sequence architecture with double enhancement in both the encoder and decoder sides. In the encoder side, we propose a novel label-aware graph convolutional network (LA-GCN) to encode both the syntactic dependent arcs and labels into BERT-based word representations. In the decoder side, we creatively design a pointer-network-based model for detecting predicates, arguments and roles jointly. Our pointer-net decoder is able to make decisions by consulting all the input elements in a global view, and meanwhile it is syntactic-aware by incorporating the syntax information from LA-GCN. Besides, a high-order interacted attention is introduced into the decoder for leveraging previously recognized triplets to help the current decision. Empirical experiments show that our framework significantly outperforms all existing graph-based methods on the CoNLL09 and Universal Proposition Bank datasets. In-depth analysis demonstrates that our model can effectively capture the correlations between syntactic and SRL structures.

📄 PDF Abstract BibTeX

Code (1)

scofield7419/LAGCN-SRL 공식 구현 pytorch

Tasks

DecoderSemantic 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

Translate and Label! An Encoder-Decoder Approach for Cross-lingual Semantic Role Labeling

2019-08-29 · IJCNLP 2019 11 · Angel Daza, Anette Frank

We propose a Cross-lingual Encoder-Decoder model that simultaneously translates and generates sentences with Semantic Role Labeling annotations in a resource-poor target language. Unlike annotation projection techniques,…

DecoderSemantic Role Labeling

When and Where Did it Happen? An Encoder-Decoder Model to Identify Scenario Context

2024-10-10 · Enrique Noriega-Atala, Robert Vacareanu, Salena Torres Ashton, Adarsh Pyarelal 외

We introduce a neural architecture finetuned for the task of scenario context generation: The relevant location and time of an event or entity mentioned in text. Contextualizing information extraction helps to scope the …

Data AugmentationDecoderEpidemiologyKnowledge Graphs+1

POLYGLOT: Multilingual Semantic Role Labeling with Unified Labels

2016-08-01 · ACL 2016 8 · Alan Akbik, Yunyao Li
Question AnsweringSemantic Role Labeling