paper-with-me

Papers

Implicit Argument Prediction with Event Knowledge

2018-02-20 · NAACL 2018 6 · Pengxiang Cheng, Katrin Erk

Implicit arguments are not syntactically connected to their predicates, and are therefore hard to extract. Previous work has used models with large numbers of features, evaluated on very small datasets. We propose to train models for implicit argument prediction on a simple cloze task, for which data can be generated automatically at scale. This allows us to use a neural model, which draws on narrative coherence and entity salience for predictions. We show that our model has superior performance on both synthetic and natural data.

📄 PDF Abstract BibTeX arXiv:1802.07226

Code (1)

pxch/event_imp_arg 공식 구현

Tasks

Prediction

Similar Papers 제목 키워드 기반

Trigger is Not Sufficient: Exploiting Frame-aware Knowledge for Implicit Event Argument Extraction

2021-08-01 · ACL 2021 5 · Kaiwen Wei, Xian Sun, Zequn Zhang, Jingyuan Zhang 외

Implicit Event Argument Extraction seeks to identify arguments that play direct or implicit roles in a given event. However, most prior works focus on capturing direct relations between arguments and the event trigger. T…

Event Argument ExtractionKnowledge Distillation

Machine Reading Comprehension as Data Augmentation: A Case Study on Implicit Event Argument Extraction

2021-11-01 · EMNLP 2021 11 · Jian Liu, Yufeng Chen, Jinan Xu

Implicit event argument extraction (EAE) is a crucial document-level information extraction task that aims to identify event arguments beyond the sentence level. Despite many efforts for this task, the lack of enough tra…

Data AugmentationEvent Argument ExtractionMachine Reading ComprehensionReading Comprehension+2

ECHO: Event-Centric Hypergraph Operations via Multi-Agent Collaboration for Multimedia Event Extraction

2026-03-04 · Hailong Chu, Hongbing Li, Yunlong Chu, Shutai Huang 외 arxiv

Multimedia event extraction (M2E2) aims to predict triggers, ground arguments across text and images, and then assemble them into schema-consistent event records. Recent LLM-based approaches have shown strong potential f…

Structured PredictionEvent Extraction

Explicit, Implicit, and Scattered: Revisiting Event Extraction to Capture Complex Arguments

2024-10-04 · Omar Sharif, Joseph Gatto, Madhusudan Basak, Sarah M. Preum

Prior works formulate the extraction of event-specific arguments as a span extraction problem, where event arguments are explicit -- i.e. assumed to be contiguous spans of text in a document. In this study, we revisit th…

Event ExtractionText Generation

Capturing Event Argument Interaction via A Bi-Directional Entity-Level Recurrent Decoder

2021-07-01 · ACL 2021 5 · Xiangyu Xi, Wei Ye, Shikun Zhang, Quanxiu Wang 외

Capturing interactions among event arguments is an essential step towards robust event argument extraction (EAE). However, existing efforts in this direction suffer from two limitations: 1) The argument role type informa…

DecoderEvent Argument ExtractionSentenceText Generation