paper-with-me

Papers

Syntax-Enhanced Self-Attention-Based Semantic Role Labeling

2019-10-24 · IJCNLP 2019 11 · Yue Zhang, Rui Wang, Luo Si

As a fundamental NLP task, semantic role labeling (SRL) aims to discover the semantic roles for each predicate within one sentence. This paper investigates how to incorporate syntactic knowledge into the SRL task effectively. We present different approaches of encoding the syntactic information derived from dependency trees of different quality and representations; we propose a syntax-enhanced self-attention model and compare it with other two strong baseline methods; and we conduct experiments with newly published deep contextualized word representations as well. The experiment results demonstrate that with proper incorporation of the high quality syntactic information, our model achieves a new state-of-the-art performance for the Chinese SRL task on the CoNLL-2009 dataset.

📄 PDF Abstract BibTeX arXiv:1910.11204

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Role LabelingSentence

Similar Papers 제목 키워드 기반

基于Self-Attention的句法感知汉语框架语义角色标注(Syntax-Aware Chinese Frame Semantic Role Labeling Based on Self-Attention)

2020-10-01 · CCL 2020 10 · Xiaohui Wang, Ru Li, Zhiqiang Wang, Qinghua Chai 외

框架语义角色标注(Frame Semantic Role Labeling, FSRL)是基于FrameNet标注体系的语义分析任务。语义角色标注通常对句法有很强的依赖性,目前的语义角色标注模型大多基于双向长短时记忆网络Bi-LSTM,虽然可以获取句子中的长距离依赖信息,但无法很好获取句子中的句法信息。因此,引入self-attention机制来捕获句子中每个词的句法信息。实验结果表明,该模型在CFN(Chinese FrameNet,…

Semantic Role Labeling

Syntax-aware Multilingual Semantic Role Labeling

2019-09-01 · IJCNLP 2019 11 · Shexia He, Zuchao Li, Hai Zhao

Recently, semantic role labeling (SRL) has earned a series of success with even higher performance improvements, which can be mainly attributed to syntactic integration and enhanced word representation. However, most of …

Semantic Role Labeling

Attentive Semantic Role Labeling with Boundary Indicator

2018-09-08 · Zhuosheng Zhang, Shexia He, Zuchao Li, Hai Zhao

The goal of semantic role labeling (SRL) is to discover the predicate-argument structure of a sentence, which plays a critical role in deep processing of natural language. This paper introduces simple yet effective auxil…

Semantic Role LabelingSentence

Linguistically-Informed Self-Attention for Semantic Role Labeling

2018-04-08 · Anonymous

The current state-of-the-art end-to-end semantic role labeling (SRL) model is a deep neural network architecture with no explicit linguistic features. However, prior work has shown that gold syntax trees can dramaticall…

Dependency ParsingMulti-Task LearningPredicate DetectionSemantic Role Labeling

Linguistically-Informed Self-Attention for Semantic Role Labeling

2018-04-23 · EMNLP 2018 10 · Emma Strubell, Patrick Verga, Daniel Andor, David Weiss 외

Current state-of-the-art semantic role labeling (SRL) uses a deep neural network with no explicit linguistic features. However, prior work has shown that gold syntax trees can dramatically improve SRL decoding, suggestin…

Dependency ParsingMulti-Task LearningPart-Of-Speech TaggingPredicate Detection+3