paper-with-me

Papers

Zero-shot Event Extraction via Transfer Learning: Challenges and Insights

2021-08-01 · ACL 2021 5 · Qing Lyu, Hongming Zhang, Elior Sulem, Dan Roth

Event extraction has long been a challenging task, addressed mostly with supervised methods that require expensive annotation and are not extensible to new event ontologies. In this work, we explore the possibility of zero-shot event extraction by formulating it as a set of Textual Entailment (TE) and/or Question Answering (QA) queries (e.g. {`}A city was attacked{''} entails {`}There is an attack{''}), exploiting pretrained TE/QA models for direct transfer. On ACE-2005 and ERE, our system achieves acceptable results, yet there is still a large gap from supervised approaches, showing that current QA and TE technologies fail in transferring to a different domain. To investigate the reasons behind the gap, we analyze the remaining key challenges, their respective impact, and possible improvement directions.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Event ExtractionNatural Language InferenceQuestion AnsweringTransfer LearningZero-shot Event Extraction

Similar Papers 제목 키워드 기반

Multilingual Generative Language Models for Zero-Shot Cross-Lingual Event Argument Extraction

2022-03-15 · ACL 2022 5 · Kuan-Hao Huang, I-Hung Hsu, Premkumar Natarajan, Kai-Wei Chang 외

We present a study on leveraging multilingual pre-trained generative language models for zero-shot cross-lingual event argument extraction (EAE). By formulating EAE as a language generation task, our method effectively e…

Cross-Lingual TransferEvent Argument ExtractionText GenerationZero-Shot Cross-Lingual Transfer

Zero-Shot Transfer Learning for Event Extraction

2017-07-04 · ACL 2018 7 · Lifu Huang, Heng Ji, Kyunghyun Cho, Clare R. Voss

Most previous event extraction studies have relied heavily on features derived from annotated event mentions, thus cannot be applied to new event types without annotation effort. In this work, we take a fresh look at eve…

Event ExtractionTransfer Learning

Small Models Are (Still) Effective Cross-Domain Argument Extractors

2024-04-12 · William Gantt, Aaron Steven White

Effective ontology transfer has been a major goal of recent work on event argument extraction (EAE). Two methods in particular -- question answering (QA) and template infilling (TI) -- have emerged as promising approache…

Event Argument ExtractionQuestion AnsweringSentence

A Monte Carlo Language Model Pipeline for Zero-Shot Sociopolitical Event Extraction

2023-05-24 · Erica Cai, Brendan O'Connor

Current social science efforts automatically populate event databases of "who did what to whom?" tuples, by applying event extraction (EE) to text such as news. The event databases are used to analyze sociopolitical dyna…

Computational EfficiencyEvent ExtractionInstruction FollowingLanguage Modeling+3

Textual Entailment for Event Argument Extraction: Zero- and Few-Shot with Multi-Source Learning

2022-05-03 · Findings (NAACL) 2022 7 · Oscar Sainz, Itziar Gonzalez-Dios, Oier Lopez de Lacalle, Bonan Min 외

Recent work has shown that NLP tasks such as Relation Extraction (RE) can be recasted as Textual Entailment tasks using verbalizations, with strong performance in zero-shot and few-shot settings thanks to pre-trained ent…

Event Argument ExtractionNatural Language InferenceRelation ExtractionZero-shot Named Entity Recognition (NER)