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