Datasets:
Tasks:
Text2Text Generation
Languages:
English
Size:
10K<n<100K
ArXiv:
Tags:
common-sense-inference
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -20,6 +20,34 @@ task_ids: []
|
|
20 |
paperswithcode_id: event2mind
|
21 |
tags:
|
22 |
- common-sense-inference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# Dataset Card for "event2Mind"
|
|
|
20 |
paperswithcode_id: event2mind
|
21 |
tags:
|
22 |
- common-sense-inference
|
23 |
+
dataset_info:
|
24 |
+
features:
|
25 |
+
- name: Source
|
26 |
+
dtype: string
|
27 |
+
- name: Event
|
28 |
+
dtype: string
|
29 |
+
- name: Xintent
|
30 |
+
dtype: string
|
31 |
+
- name: Xemotion
|
32 |
+
dtype: string
|
33 |
+
- name: Otheremotion
|
34 |
+
dtype: string
|
35 |
+
- name: Xsent
|
36 |
+
dtype: string
|
37 |
+
- name: Osent
|
38 |
+
dtype: string
|
39 |
+
splits:
|
40 |
+
- name: test
|
41 |
+
num_bytes: 649273
|
42 |
+
num_examples: 5221
|
43 |
+
- name: train
|
44 |
+
num_bytes: 5916384
|
45 |
+
num_examples: 46472
|
46 |
+
- name: validation
|
47 |
+
num_bytes: 672365
|
48 |
+
num_examples: 5401
|
49 |
+
download_size: 1300770
|
50 |
+
dataset_size: 7238022
|
51 |
---
|
52 |
|
53 |
# Dataset Card for "event2Mind"
|