paper-with-me

홈 › Papers

Reading the Manual: Event Extraction as Definition Comprehension

2019-12-03 · EMNLP (spnlp) 2020 11 · Yunmo Chen, Tongfei Chen, Seth Ebner, Aaron Steven White, Benjamin Van Durme

We ask whether text understanding has progressed to where we may extract event information through incremental refinement of bleached statements derived from annotation manuals. Such a capability would allow for the trivial construction and extension of an extraction framework by intended end-users through declarations such as, "Some person was born in some location at some time." We introduce an example of a model that employs such statements, with experiments illustrating we can extract events under closed ontologies and generalize to unseen event types simply by reading new definitions.

📄 PDF Abstract BibTeX arXiv:1912.01586

Code (0)

등록된 구현이 없습니다.

Tasks

Event Extraction

Similar Papers 제목 키워드 기반

Probing and Fine-tuning Reading Comprehension Models for Few-shot Event Extraction

2020-10-21 · Rui Feng, Jie Yuan, Chao Zhang

We study the problem of event extraction from text data, which requires both detecting target event types and their arguments. Typically, both the event detection and argument detection subtasks are formulated as supervi…

Event DetectionEvent ExtractionNatural Language InferenceReading Comprehension

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

Event Extraction as Machine Reading Comprehension

2020-11-01 · EMNLP 2020 11 · Jian Liu, Yubo Chen, Kang Liu, Wei Bi 외

Event extraction (EE) is a crucial information extraction task that aims to extract event information in texts. Previous methods for EE typically model it as a classification task, which are usually prone to the data sca…

Event Argument ExtractionEvent ExtractionMachine Reading ComprehensionNatural Questions+4

Detecting Causes of Stock Price Rise and Decline by Machine Reading Comprehension with BERT

2022-06-01 · FNP (LREC) 2022 6 · Gakuto Tsutsumi, Takehito Utsuro

In this paper, we focused on news reported when stock prices fluctuate significantly. The news reported when stock prices change is a very useful source of information on what factors cause stock prices to change. Howeve…

Machine Reading ComprehensionReading Comprehension

基于阅读理解框架的中文事件论元抽取(Chinese Event Argument Extraction using Reading Comprehension Framework)

2020-10-01 · CCL 2020 10 · Min Chen, Fan Wu, Zhongqing Wang, Peifeng Li 외

传统的事件论元抽取方法把该任务当作句子中实体提及的多分类或序列标注任务,论元角色的类别在这些方法中只能作为向量表示,而忽略了论元角色的先验信息。实际上,论元角色的语义和论元本身有很大关系。对此,本文提议将其当作机器阅读理解任务,把论元角色表述为自然语言描述的问题,通过在上下文中回答这些问题来抽取论元。该方法更好地利用了论元角色类别的先验信息,在ACE2005中文语料上的实验证明了该方法的有效性。

Event Argument ExtractionReading Comprehension