noahjadallah commited on
Commit
f3b068e
·
2 Parent(s): 942847b 840b4c9

Merge remote-tracking branch 'origin/main' into main

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ widget:
3
+ - text: "If a user signs up, he will receive a confirmation email."
4
+ ---
5
+
6
+ # Cause-Effect Detection for Software Requirements Based on Token Classification with BERT
7
+
8
+ This model uses BERT to detect cause and effect from a single sentence. The focus of this model is the domain of software requirements engineering, however, it can also be used for other domains.
9
+
10
+ The model outputs one of the following 5 labels for each token:
11
+
12
+ Other
13
+
14
+ B-Cause
15
+
16
+ I-Cause
17
+
18
+ B-Effect
19
+
20
+ I-Effect
21
+
22
+ The source code can be found here: https://colab.research.google.com/drive/14V9Ooy3aNPsRfTK88krwsereia8cfSPc?usp=sharing