add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -20,6 +20,45 @@ task_ids: []
|
|
| 20 |
paperswithcode_id: atomic
|
| 21 |
tags:
|
| 22 |
- common-sense-if-then-reasoning
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
---
|
| 24 |
|
| 25 |
# Dataset Card for An Atlas of Machine Commonsense for If-Then Reasoning - Atomic Common Sense Dataset
|
|
|
|
| 20 |
paperswithcode_id: atomic
|
| 21 |
tags:
|
| 22 |
- common-sense-if-then-reasoning
|
| 23 |
+
dataset_info:
|
| 24 |
+
features:
|
| 25 |
+
- name: event
|
| 26 |
+
dtype: string
|
| 27 |
+
- name: oEffect
|
| 28 |
+
sequence: string
|
| 29 |
+
- name: oReact
|
| 30 |
+
sequence: string
|
| 31 |
+
- name: oWant
|
| 32 |
+
sequence: string
|
| 33 |
+
- name: xAttr
|
| 34 |
+
sequence: string
|
| 35 |
+
- name: xEffect
|
| 36 |
+
sequence: string
|
| 37 |
+
- name: xIntent
|
| 38 |
+
sequence: string
|
| 39 |
+
- name: xNeed
|
| 40 |
+
sequence: string
|
| 41 |
+
- name: xReact
|
| 42 |
+
sequence: string
|
| 43 |
+
- name: xWant
|
| 44 |
+
sequence: string
|
| 45 |
+
- name: prefix
|
| 46 |
+
sequence: string
|
| 47 |
+
- name: split
|
| 48 |
+
dtype: string
|
| 49 |
+
config_name: atomic
|
| 50 |
+
splits:
|
| 51 |
+
- name: test
|
| 52 |
+
num_bytes: 3995624
|
| 53 |
+
num_examples: 24856
|
| 54 |
+
- name: train
|
| 55 |
+
num_bytes: 32441878
|
| 56 |
+
num_examples: 202271
|
| 57 |
+
- name: validation
|
| 58 |
+
num_bytes: 3629768
|
| 59 |
+
num_examples: 22620
|
| 60 |
+
download_size: 19083782
|
| 61 |
+
dataset_size: 40067270
|
| 62 |
---
|
| 63 |
|
| 64 |
# Dataset Card for An Atlas of Machine Commonsense for If-Then Reasoning - Atomic Common Sense Dataset
|