paper-with-me

홈 › Papers

Automatic Extraction of Causal Relations from Text using Linguistically Informed Deep Neural Networks

2018-07-01 · WS 2018 7 · Tirthankar Dasgupta, Rupsa Saha, Lipika Dey, Abir Naskar

In this paper we have proposed a linguistically informed recursive neural network architecture for automatic extraction of cause-effect relations from text. These relations can be expressed in arbitrarily complex ways. The architecture uses word level embeddings and other linguistic features to detect causal events and their effects mentioned within a sentence. The extracted events and their relations are used to build a causal-graph after clustering and appropriate generalization, which is then used for predictive purposes. We have evaluated the performance of the proposed extraction model with respect to two baseline systems,one a rule-based classifier, and the other a conditional random field (CRF) based supervised model. We have also compared our results with related work reported in the past by other authors on SEMEVAL data set, and found that the proposed bi-directional LSTM model enhanced with an additional linguistic layer performs better. We have also worked extensively on creating new annotated datasets from publicly available data, which we are willing to share with the community.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringFeature EngineeringSentence

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

De-Confounded Variational Encoder-Decoder for Logical Table-to-Text Generation

2021-08-01 · ACL 2021 5 · Wenqing Chen, Jidong Tian, Yitian Li, Hao He 외

Logical table-to-text generation aims to automatically generate fluent and logically faithful text from tables. The task remains challenging where deep learning models often generated linguistically fluent but logically …

DecoderSentenceTable-to-Text GenerationText Generation+1

Catching the Common Cause: Extraction and Annotation of Causal Relations and their Participants

2017-04-01 · WS 2017 4 · Ines Rehbein, Josef Ruppenhofer

In this paper, we present a simple, yet effective method for the automatic identification and extraction of causal relations from text, based on a large English-German parallel corpus. The goal of this effort is to creat…

Language ModelingLanguage Modelling

Automatic Extraction of Causal Relations from Natural Language Texts: A Comprehensive Survey

2016-05-25 · Nabiha Asghar

Automatic extraction of cause-effect relationships from natural language texts is a challenging open problem in Artificial Intelligence. Most of the early attempts at its solution used manually constructed linguistic and…

Relation Extraction

Learning Causal Bayesian Networks from Text

2020-11-26 · ALTA 2020 12 · Farhad Moghimifar, Afshin Rahimi, Mahsa Baktashmotlagh, Xue Li

Causal relationships form the basis for reasoning and decision-making in Artificial Intelligence systems. To exploit the large volume of textual data available today, the automatic discovery of causal relationships from …

Decision MakingForm

ATL at FinCausal 2022: Transformer Based Architecture for Automatic Causal Sentence Detection and Cause-Effect Extraction

2022-06-01 · FNP (LREC) 2022 6 · Abir Naskar, Tirthankar Dasgupta, Sudeshna Jana, Lipika Dey

Automatic extraction of cause-effect relationships from natural language texts is a challenging open problem in Artificial Intelligence. Most of the early attempts at its solution used manually constructed linguistic and…

SentenceTask 2