added causality detection split
Browse files- README.md +10 -0
- causality-detection/test.parquet +3 -0
- causality-detection/train.parquet +3 -0
README.md
CHANGED
|
@@ -16,6 +16,16 @@ configs:
|
|
| 16 |
path: causality-detection/train.parquet
|
| 17 |
- split: test
|
| 18 |
path: causality-detection/test.parquet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
- config_name: causal candidate extraction
|
| 20 |
data_files:
|
| 21 |
- split: train
|
|
|
|
| 16 |
path: causality-detection/train.parquet
|
| 17 |
- split: test
|
| 18 |
path: causality-detection/test.parquet
|
| 19 |
+
features:
|
| 20 |
+
- name: text
|
| 21 |
+
dtype:
|
| 22 |
+
sequence: string
|
| 23 |
+
- name: label
|
| 24 |
+
dtype:
|
| 25 |
+
class_label:
|
| 26 |
+
names:
|
| 27 |
+
'0': uncausal
|
| 28 |
+
'1': causal
|
| 29 |
- config_name: causal candidate extraction
|
| 30 |
data_files:
|
| 31 |
- split: train
|
causality-detection/test.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:336d4b6bed16affb2d3d9bc94fad38cde30ceeec5d1a0c681cf0c74956ffeed0
|
| 3 |
+
size 57693
|
causality-detection/train.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd97fc90b22b41361b8c01dfc7f4ab79643a50725a8da0fe113c30cff14570e4
|
| 3 |
+
size 318884
|