add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -3,6 +3,103 @@ language:
|
|
3 |
- en
|
4 |
paperswithcode_id: scitail
|
5 |
pretty_name: SciTail
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
# Dataset Card for "scitail"
|
@@ -216,4 +313,4 @@ inproceedings{scitail,
|
|
216 |
|
217 |
### Contributions
|
218 |
|
219 |
-
Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@mariamabarham](https://github.com/mariamabarham), [@lewtun](https://github.com/lewtun), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
|
|
|
3 |
- en
|
4 |
paperswithcode_id: scitail
|
5 |
pretty_name: SciTail
|
6 |
+
dataset_info:
|
7 |
+
- config_name: snli_format
|
8 |
+
features:
|
9 |
+
- name: sentence1_binary_parse
|
10 |
+
dtype: string
|
11 |
+
- name: sentence1_parse
|
12 |
+
dtype: string
|
13 |
+
- name: sentence1
|
14 |
+
dtype: string
|
15 |
+
- name: sentence2_parse
|
16 |
+
dtype: string
|
17 |
+
- name: sentence2
|
18 |
+
dtype: string
|
19 |
+
- name: annotator_labels
|
20 |
+
sequence: string
|
21 |
+
- name: gold_label
|
22 |
+
dtype: string
|
23 |
+
splits:
|
24 |
+
- name: test
|
25 |
+
num_bytes: 2008631
|
26 |
+
num_examples: 2126
|
27 |
+
- name: train
|
28 |
+
num_bytes: 22495833
|
29 |
+
num_examples: 23596
|
30 |
+
- name: validation
|
31 |
+
num_bytes: 1266529
|
32 |
+
num_examples: 1304
|
33 |
+
download_size: 14174621
|
34 |
+
dataset_size: 25770993
|
35 |
+
- config_name: tsv_format
|
36 |
+
features:
|
37 |
+
- name: premise
|
38 |
+
dtype: string
|
39 |
+
- name: hypothesis
|
40 |
+
dtype: string
|
41 |
+
- name: label
|
42 |
+
dtype: string
|
43 |
+
splits:
|
44 |
+
- name: test
|
45 |
+
num_bytes: 411343
|
46 |
+
num_examples: 2126
|
47 |
+
- name: train
|
48 |
+
num_bytes: 4618115
|
49 |
+
num_examples: 23097
|
50 |
+
- name: validation
|
51 |
+
num_bytes: 261086
|
52 |
+
num_examples: 1304
|
53 |
+
download_size: 14174621
|
54 |
+
dataset_size: 5290544
|
55 |
+
- config_name: dgem_format
|
56 |
+
features:
|
57 |
+
- name: premise
|
58 |
+
dtype: string
|
59 |
+
- name: hypothesis
|
60 |
+
dtype: string
|
61 |
+
- name: label
|
62 |
+
dtype: string
|
63 |
+
- name: hypothesis_graph_structure
|
64 |
+
dtype: string
|
65 |
+
splits:
|
66 |
+
- name: test
|
67 |
+
num_bytes: 608213
|
68 |
+
num_examples: 2126
|
69 |
+
- name: train
|
70 |
+
num_bytes: 6832104
|
71 |
+
num_examples: 23088
|
72 |
+
- name: validation
|
73 |
+
num_bytes: 394040
|
74 |
+
num_examples: 1304
|
75 |
+
download_size: 14174621
|
76 |
+
dataset_size: 7834357
|
77 |
+
- config_name: predictor_format
|
78 |
+
features:
|
79 |
+
- name: answer
|
80 |
+
dtype: string
|
81 |
+
- name: sentence2_structure
|
82 |
+
dtype: string
|
83 |
+
- name: sentence1
|
84 |
+
dtype: string
|
85 |
+
- name: sentence2
|
86 |
+
dtype: string
|
87 |
+
- name: gold_label
|
88 |
+
dtype: string
|
89 |
+
- name: question
|
90 |
+
dtype: string
|
91 |
+
splits:
|
92 |
+
- name: test
|
93 |
+
num_bytes: 797161
|
94 |
+
num_examples: 2126
|
95 |
+
- name: train
|
96 |
+
num_bytes: 8884823
|
97 |
+
num_examples: 23587
|
98 |
+
- name: validation
|
99 |
+
num_bytes: 511305
|
100 |
+
num_examples: 1304
|
101 |
+
download_size: 14174621
|
102 |
+
dataset_size: 10193289
|
103 |
---
|
104 |
|
105 |
# Dataset Card for "scitail"
|
|
|
313 |
|
314 |
### Contributions
|
315 |
|
316 |
+
Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@mariamabarham](https://github.com/mariamabarham), [@lewtun](https://github.com/lewtun), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
|