paper-with-me

홈 › Papers

Syntax Aware LSTM Model for Chinese Semantic Role Labeling

2017-04-03 · Feng Qian, Lei Sha, Baobao Chang, Lu-chen Liu, Ming Zhang

As for semantic role labeling (SRL) task, when it comes to utilizing parsing information, both traditional methods and recent recurrent neural network (RNN) based methods use the feature engineering way. In this paper, we propose Syntax Aware Long Short Time Memory(SA-LSTM). The structure of SA-LSTM modifies according to dependency parsing information in order to model parsing information directly in an architecture engineering way instead of feature engineering way. We experimentally demonstrate that SA-LSTM gains more improvement from the model architecture. Furthermore, SA-LSTM outperforms the state-of-the-art on CPB 1.0 significantly according to Student t-test ($p<0.05$).

📄 PDF Abstract BibTeX arXiv:1704.00405

Code (0)

등록된 구현이 없습니다.

Tasks

Chinese Semantic Role LabelingDependency ParsingFeature EngineeringSemantic Role Labeling

Similar Papers 제목 키워드 기반

Syntax Aware LSTM model for Semantic Role Labeling

2017-09-01 · WS 2017 9 · Feng Qian, Lei Sha, Baobao Chang, Lu-chen Liu 외

In Semantic Role Labeling (SRL) task, the tree structured dependency relation is rich in syntax information, but it is not well handled by existing models. In this paper, we propose Syntax Aware Long Short Time Memory (S…

Feature EngineeringMachine TranslationmodelRelation+3

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

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