paper-with-me

Papers

Fine-Grained Causality Extraction From Natural Language Requirements Using Recursive Neural Tensor Networks

2021-07-21 · Jannik Fischbach, Tobias Springer, Julian Frattini, Henning Femmer, Andreas Vogelsang, Daniel Mendez

[Context:] Causal relations (e.g., If A, then B) are prevalent in functional requirements. For various applications of AI4RE, e.g., the automatic derivation of suitable test cases from requirements, automatically extracting such causal statements are a basic necessity. [Problem:] We lack an approach that is able to extract causal relations from natural language requirements in fine-grained form. Specifically, existing approaches do not consider the combinatorics between causes and effects. They also do not allow to split causes and effects into more granular text fragments (e.g., variable and condition), making the extracted relations unsuitable for automatic test case derivation. [Objective & Contributions:] We address this research gap and make the following contributions: First, we present the Causality Treebank, which is the first corpus of fully labeled binary parse trees representing the composition of 1,571 causal requirements. Second, we propose a fine-grained causality extractor based on Recursive Neural Tensor Networks. Our approach is capable of recovering the composition of causal statements written in natural language and achieves a F1 score of 74 % in the evaluation on the Causality Treebank. Third, we disclose our open data sets as well as our code to foster the discourse on the automatic extraction of causality in the RE community.

📄 PDF Abstract BibTeX arXiv:2107.09980

Code (1)

springto/Fine-Grained-Causality-Extraction-From-NL-Requirements 공식 구현

Tasks

Tensor Networks

Similar Papers 제목 키워드 기반

Toward Fine-grained Causality Reasoning and CausalQA

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Understanding causality is key to the success of NLP applications, especially in high-stakes domains. Causality comes in various perspectives such as enable and prevent that, despite their importance, have been largely i…

Question AnsweringSentence

Towards Fine-grained Causal Reasoning and QA

2022-04-15 · Linyi Yang, Zhen Wang, Yuxiang Wu, Jie Yang 외

Understanding causality is key to the success of NLP applications, especially in high-stakes domains. Causality comes in various perspectives such as enable and prevent that, despite their importance, have been largely i…

Question AnsweringSentence

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

A Survey on Extraction of Causal Relations from Natural Language Text

2021-01-16 · Jie Yang, Soyeon Caren Han, Josiah Poon

As an essential component of human cognition, cause-effect relations appear frequently in text, and curating cause-effect relations from text helps in building causal networks for predictive tasks. Existing causality ext…

BIG-bench Machine LearningFeature EngineeringRelation ExtractionRepresentation Learning

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

2019-04-16 · Zhaoning Li, Qi Li, Xiaotian Zou, Jiangtao Ren

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 dep…

Feature Engineering