Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
- split: test
|
8 |
+
path: data/test-*
|
9 |
+
dataset_info:
|
10 |
+
features:
|
11 |
+
- name: sentence
|
12 |
+
dtype: string
|
13 |
+
- name: relation
|
14 |
+
dtype:
|
15 |
+
class_label:
|
16 |
+
names:
|
17 |
+
'0': Cause-Effect(e1,e2)
|
18 |
+
'1': Cause-Effect(e2,e1)
|
19 |
+
'2': Component-Whole(e1,e2)
|
20 |
+
'3': Component-Whole(e2,e1)
|
21 |
+
'4': Content-Container(e1,e2)
|
22 |
+
'5': Content-Container(e2,e1)
|
23 |
+
'6': Entity-Destination(e1,e2)
|
24 |
+
'7': Entity-Destination(e2,e1)
|
25 |
+
'8': Entity-Origin(e1,e2)
|
26 |
+
'9': Entity-Origin(e2,e1)
|
27 |
+
'10': Instrument-Agency(e1,e2)
|
28 |
+
'11': Instrument-Agency(e2,e1)
|
29 |
+
'12': Member-Collection(e1,e2)
|
30 |
+
'13': Member-Collection(e2,e1)
|
31 |
+
'14': Message-Topic(e1,e2)
|
32 |
+
'15': Message-Topic(e2,e1)
|
33 |
+
'16': Product-Producer(e1,e2)
|
34 |
+
'17': Product-Producer(e2,e1)
|
35 |
+
'18': Other
|
36 |
+
- name: id
|
37 |
+
dtype: string
|
38 |
+
- name: title
|
39 |
+
dtype: string
|
40 |
+
- name: context
|
41 |
+
dtype: string
|
42 |
+
- name: triplets
|
43 |
+
dtype: string
|
44 |
+
splits:
|
45 |
+
- name: train
|
46 |
+
num_bytes: 2976954
|
47 |
+
num_examples: 8000
|
48 |
+
- name: test
|
49 |
+
num_bytes: 1007749
|
50 |
+
num_examples: 2717
|
51 |
+
download_size: 2580448
|
52 |
+
dataset_size: 3984703
|
53 |
+
---
|
54 |
+
# Dataset Card for "semEval_rebel"
|
55 |
+
|
56 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|