paper-with-me

홈 › Papers

Event Argument Identification on Dependency Graphs with Bidirectional LSTMs

2017-11-01 · IJCNLP 2017 11 · Alex Judea, Michael Strube

In this paper we investigate the performance of event argument identification. We show that the performance is tied to syntactic complexity. Based on this finding, we propose a novel and effective system for event argument identification. Recurrent Neural Networks learn to produce meaningful representations of long and short dependency paths. Convolutional Neural Networks learn to decompose the lexical context of argument candidates. They are combined into a simple system which outperforms a feature-based, state-of-the-art event argument identifier without any manual feature engineering.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Feature Engineering

Similar Papers 제목 키워드 기반

An AMR-based Link Prediction Approach for Document-level Event Argument Extraction

2023-05-30 · Yuqing Yang, Qipeng Guo, Xiangkun Hu, Yue Zhang 외

Recent works have introduced Abstract Meaning Representation (AMR) for Document-level Event Argument Extraction (Doc-level EAE), since AMR provides a useful interpretation of complex semantic structures and helps to capt…

Abstract Meaning RepresentationEvent Argument ExtractionLink PredictionTAG

EDeR: A Dataset for Exploring Dependency Relations Between Events

2023-04-04 · RuiQi Li, Patrik Haslum, Leyang Cui

Relation extraction is a central task in natural language processing (NLP) and information retrieval (IR) research. We argue that an important type of relation not explored in NLP or IR research to date is that of an eve…

Event ExtractionInformation RetrievalRelationRelation Extraction+1

Hierarchical Multitask Learning with Dependency Parsing for Japanese Semantic Role Labeling Improves Performance of Argument Identification

2021-01-15 · Tomohiro Nakamura, Tomoya Miyashita, Soh Ohara

With the advent of FrameNet and PropBank, many semantic role labeling (SRL) systems have been proposed in English. Although research on Japanese predicate argument structure analysis (PASA) has been conducted, most studi…

Dependency ParsingSemantic Role Labeling

Resource-Enhanced Neural Model for Event Argument Extraction

2020-10-06 · Findings of the Association for Computational Linguistics 2020 · Jie Ma, Shuai Wang, Rishita Anubhai, Miguel Ballesteros 외

Event argument extraction (EAE) aims to identify the arguments of an event and classify the roles that those arguments play. Despite great efforts made in prior work, there remain many challenges: (1) Data scarcity. (2) …

Event Argument Extractionmodel

End-to-End Argument Mining as Biaffine Dependency Parsing

2021-04-01 · EACL 2021 2 · Yuxiao Ye, Simone Teufel

Non-neural approaches to argument mining (AM) are often pipelined and require heavy feature-engineering. In this paper, we propose a neural end-to-end approach to AM which is based on dependency parsing, in contrast to t…

Argument MiningDependency ParsingFeature EngineeringRelation+1