# Causality Extraction based on Self-Attentive BiLSTM-CRF with Transferred   Embeddings

**Authors:** Zhaoning Li, Qi Li, Xiaotian Zou, Jiangtao Ren

arXiv: 1904.07629 · 2020-11-10

## TL;DR

This paper introduces SCITE, a neural causality extractor using self-attention and transferred embeddings, formulated as a sequence labeling task, which outperforms existing methods without extensive feature engineering.

## Contribution

The paper proposes a novel causality extraction model based on BiLSTM-CRF with transferred Flair embeddings and self-attention, reducing reliance on domain knowledge and manual feature engineering.

## Key findings

- Significant improvement over baseline methods in causality extraction accuracy
- Effective use of transferred embeddings to address data scarcity
- Enhanced dependency learning through multihead self-attention

## Abstract

Causality extraction from natural language texts is a challenging open problem in artificial intelligence. Existing methods utilize patterns, constraints, and machine learning techniques to extract causality, heavily depending on domain knowledge and requiring considerable human effort and time for feature engineering. In this paper, we formulate causality extraction as a sequence labeling problem based on a novel causality tagging scheme. On this basis, we propose a neural causality extractor with the BiLSTM-CRF model as the backbone, named SCITE (Self-attentive BiLSTM-CRF wIth Transferred Embeddings), which can directly extract cause and effect without extracting candidate causal pairs and identifying their relations separately. To address the problem of data insufficiency, we transfer contextual string embeddings, also known as Flair embeddings, which are trained on a large corpus in our task. In addition, to improve the performance of causality extraction, we introduce a multihead self-attention mechanism into SCITE to learn the dependencies between causal words. We evaluate our method on a public dataset, and experimental results demonstrate that our method achieves significant and consistent improvement compared to baselines.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.07629/full.md

## Figures

14 figures with captions in the complete paper: https://tomesphere.com/paper/1904.07629/full.md

## References

56 references — full list in the complete paper: https://tomesphere.com/paper/1904.07629/full.md

---
Source: https://tomesphere.com/paper/1904.07629