paper-with-me

Papers

Document-Level Event Role Filler Extraction using Multi-Granularity Contextualized Encoding

2020-05-13 · ACL 2020 6 · Xinya Du, Claire Cardie

Few works in the literature of event extraction have gone beyond individual sentences to make extraction decisions. This is problematic when the information needed to recognize an event argument is spread across multiple sentences. We argue that document-level event extraction is a difficult task since it requires a view of a larger context to determine which spans of text correspond to event role fillers. We first investigate how end-to-end neural sequence models (with pre-trained language model representations) perform on document-level role filler extraction, as well as how the length of context captured affects the models' performance. To dynamically aggregate information captured by neural representations learned at different levels of granularity (e.g., the sentence- and paragraph-level), we propose a novel multi-granularity reader. We evaluate our models on the MUC-4 event extraction dataset, and show that our best system performs substantially better than prior work. We also report findings on the relationship between context length and neural model performance on the task.

📄 PDF Abstract BibTeX arXiv:2005.06579

Code (1)

xinyadu/doc_event_role 공식 구현 pytorch

Tasks

Document-level Event ExtractionEvent ExtractionLanguage ModelingLanguage ModellingSentence

Similar Papers 제목 키워드 기반

Reconstructing Event Regions for Event Extraction via Graph Attention Networks

2020-12-01 · Asian Chapter of the Association for Computational Linguistics 2020 · Pei Chen, Hang Yang, Kang Liu, Ruihong Huang 외

Event information is usually scattered across multiple sentences within a document. The local sentence-level event extractors often yield many noisy event role filler extractions in the absence of a broader view of the d…

Event ExtractionGraph AttentionSentence

GRIT: Generative Role-filler Transformers for Document-level Event Entity Extraction

2020-08-21 · EACL 2021 2 · Xinya Du, Alexander M. Rush, Claire Cardie

We revisit the classic problem of document-level role-filler entity extraction (REE) for template filling. We argue that sentence-level approaches are ill-suited to the task and introduce a generative transformer-based e…

DecoderRole-filler Entity ExtractionSentence

Document-level Entity-based Extraction as Template Generation

2021-09-10 · EMNLP 2021 11 · Kung-Hsiang Huang, Sam Tang, Nanyun Peng

Document-level entity-based extraction (EE), aiming at extracting entity-centric information such as entity roles and entity relations, is key to automatic knowledge acquisition from text corpora for various domains. Mos…

4-ary Relation ExtractionBinary Relation ExtractionRole-filler Entity Extraction

Template Filling with Generative Transformers

2021-06-01 · NAACL 2021 4 · Xinya Du, Alexander Rush, Claire Cardie

Template filling is generally tackled by a pipeline of two separate supervised systems {--} one for role-filler extraction and another for template/event recognition. Since pipelines consider events in isolation, they ca…

Harvesting Events from Multiple Sources: Towards a Cross-Document Event Extraction Paradigm

2024-06-23 · Qiang Gao, Zixiang Meng, Bobo Li, Jun Zhou 외

Document-level event extraction aims to extract structured event information from unstructured text. However, a single document often contains limited event information and the roles of different event arguments may be b…

coreference-resolutionCoreference ResolutionDocument-level Event ExtractionEvent Extraction