Datasets:
Modalities:
Text
Size:
10K - 100K
Update README.md
Browse files
README.md
CHANGED
@@ -19,13 +19,13 @@ dataset_info:
|
|
19 |
- name: relevance
|
20 |
dtype: float
|
21 |
splits:
|
22 |
-
- name:
|
23 |
num_bytes: 0
|
24 |
num_examples: 353
|
25 |
-
- name:
|
26 |
num_bytes: 0
|
27 |
num_examples: 252
|
28 |
-
- name:
|
29 |
num_bytes: 0
|
30 |
num_examples: 203
|
31 |
configs:
|
@@ -35,11 +35,11 @@ configs:
|
|
35 |
path: SimCat-TASLP2018/test.*
|
36 |
- config_name: WS-TIST2002
|
37 |
data_files:
|
38 |
-
- split:
|
39 |
path: WS-TIST2002/ALL.*
|
40 |
-
- split:
|
41 |
path: WS-TIST2002/REL.*
|
42 |
-
- split:
|
43 |
path: WS-TIST2002/SIM.*
|
44 |
---
|
45 |
|
|
|
19 |
- name: relevance
|
20 |
dtype: float
|
21 |
splits:
|
22 |
+
- name: all_split
|
23 |
num_bytes: 0
|
24 |
num_examples: 353
|
25 |
+
- name: rel_split
|
26 |
num_bytes: 0
|
27 |
num_examples: 252
|
28 |
+
- name: sim_split
|
29 |
num_bytes: 0
|
30 |
num_examples: 203
|
31 |
configs:
|
|
|
35 |
path: SimCat-TASLP2018/test.*
|
36 |
- config_name: WS-TIST2002
|
37 |
data_files:
|
38 |
+
- split: all_split
|
39 |
path: WS-TIST2002/ALL.*
|
40 |
+
- split: rel_split
|
41 |
path: WS-TIST2002/REL.*
|
42 |
+
- split: sim_split
|
43 |
path: WS-TIST2002/SIM.*
|
44 |
---
|
45 |
|