paper-with-me

Papers

Towards Causality Extraction from Requirements

2020-06-29 · Jannik Fischbach, Benedikt Hauptmann, Lukas Konwitschny, Dominik Spies, Andreas Vogelsang

System behavior is often based on causal relations between certain events (e.g. If event1, then event2). Consequently, those causal relations are also textually embedded in requirements. We want to extract this causal knowledge and utilize it to derive test cases automatically and to reason about dependencies between requirements. Existing NLP approaches fail to extract causality from natural language (NL) with reasonable performance. In this paper, we describe first steps towards building a new approach for causality extraction and contribute: (1) an NLP architecture based on Tree Recursive Neural Networks (TRNN) that we will train to identify causal relations in NL requirements and (2) an annotation scheme and a dataset that is suitable for training TRNNs. Our dataset contains 212,186 sentences from 463 publicly available requirement documents and is a first step towards a gold standard corpus for causality extraction. We encourage fellow researchers to contribute to our dataset and help us in finalizing the causality annotation process. Additionally, the dataset can also be annotated further to serve as a benchmark for other RE-relevant NLP tasks such as requirements classification.

📄 PDF Abstract BibTeX arXiv:2006.15871

Code (0)

등록된 구현이 없습니다.

Similar 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 외

[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 extract…

Tensor Networks

Zero-shot Event Causality Identification with Question Answering

2022-09-01 · CLIB 2022 9 · Daria Liakhovets, Sven Schlarb

Extraction of event causality and especially implicit causality from text data is a challenging task. Causality is often treated as a specific relation type and can be considered as a part of relation extraction or relat…

ArticlesEvent Causality IdentificationMultiple-choicePassage Retrieval+8

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

A Review of Dataset and Labeling Methods for Causality Extraction

2020-12-01 · COLING 2020 8 · Jinghang Xu, Wanli Zuo, Shining Liang, Xianglin Zuo

Causality represents the most important kind of correlation between events. Extracting causali-ty from text has become a promising hot topic in NLP. However, there is no mature research systems and datasets for public ev…

Counterfactual Causality from First Principles?

2017-10-10 · Gregor Gössler, Oleg Sokolsky, Jean-Bernard Stefani

In this position paper we discuss three main shortcomings of existing approaches to counterfactual causality from the computer science perspective, and sketch lines of work to try and overcome these issues: (1) causality…

counterfactualPosition