paper-with-me

Papers

Event Causality Recognition Exploiting Multiple Annotators' Judgments and Background Knowledge

2019-11-01 · IJCNLP 2019 11 · Kazuma Kadowaki, Ryu Iida, Kentaro Torisawa, Jong-Hoon Oh, Julien Kloetzer

We propose new BERT-based methods for recognizing event causality such as {`}smoke cigarettes{''} {--}{\textgreater} {`}die of lung cancer{''} written in web texts. In our methods, we grasp each annotator{'}s policy by training multiple classifiers, each of which predicts the labels given by a single annotator, and combine the resulting classifiers{'} outputs to predict the final labels determined by majority vote. Furthermore, we investigate the effect of supplying background knowledge to our classifiers. Since BERT models are pre-trained with a large corpus, some sort of background knowledge for event causality may be learned during pre-training. Our experiments with a Japanese dataset suggest that this is actually the case: Performance improved when we pre-trained the BERT models with web texts containing a large number of event causalities instead of Wikipedia articles or randomly sampled web texts. However, this effect was limited. Therefore, we further improved performance by simply adding texts related to an input causality candidate as background knowledge to the input of the BERT models. We believe these findings indicate a promising future research direction.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Articles

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Toward Future Scenario Generation: Extracting Event Causality Exploiting Semantic Relation, Context, and Association Features

2014-06-01 · ACL 2014 6 · Chikara Hashimoto, Kentaro Torisawa, Julien Kloetzer, Motoki Sano 외
Decision MakingRelation

COLA: Contextualized Commonsense Causal Reasoning from the Causal Inference Perspective

2023-05-09 · Zhaowei Wang, Quyet V. Do, Hongming Zhang, Jiayao Zhang 외

Detecting commonsense causal relations (causation) between events has long been an essential yet challenging task. Given that events are complicated, an event may have different causes under various contexts. Thus, explo…

Causal InferenceCoLACommonsense Causal Reasoning

VAC2: Visual Analysis of Combined Causality in Event Sequences

2022-06-11 · Sujia Zhu, Yue Shen, Zihao Zhu, Wang Xia 외

Identifying causality behind complex systems plays a significant role in different domains, such as decision making, policy implementations, and management recommendations. However, existing causality studies on temporal…

Causal DiscoveryDecision MakingManagementPoint Processes

Event Causality Extraction with Event Argument Correlations

2023-01-27 · COLING 2022 10 · Shiyao Cui, Jiawei Sheng, Xin Cong, Quangang Li 외

Event Causality Identification (ECI), which aims to detect whether a causality relation exists between two given textual events, is an important task for event causality understanding. However, the ECI task ignores cruci…

Event Causality Identification

CAUSE: Learning Granger Causality from Event Sequences using Attribution Methods

2020-02-18 · ICML 2020 1 · Wei Zhang, Thomas Kobber Panum, Somesh Jha, Prasad Chalasani 외

We study the problem of learning Granger causality between event types from asynchronous, interdependent, multi-type event sequences. Existing work suffers from either limited model flexibility or poor model explainabili…