Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Formats:
json
Sub-tasks:
document-retrieval
Languages:
English
Size:
10K - 100K
Tags:
text-retrieval
License:
Update README.md
Browse files
README.md
CHANGED
@@ -14,48 +14,51 @@ config_names:
|
|
14 |
tags:
|
15 |
- text-retrieval
|
16 |
dataset_info:
|
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 |
configs:
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
|
|
|
|
|
|
|
14 |
tags:
|
15 |
- text-retrieval
|
16 |
dataset_info:
|
17 |
+
- config_name: default
|
18 |
+
features:
|
19 |
+
- name: query-id
|
20 |
+
dtype: string
|
21 |
+
- name: corpus-id
|
22 |
+
dtype: string
|
23 |
+
- name: score
|
24 |
+
dtype: float64
|
25 |
+
splits:
|
26 |
+
- name: test
|
27 |
+
num_examples: 2150
|
28 |
+
- config_name: corpus
|
29 |
+
features:
|
30 |
+
- name: _id
|
31 |
+
dtype: string
|
32 |
+
- name: title
|
33 |
+
dtype: string
|
34 |
+
- name: text
|
35 |
+
dtype: string
|
36 |
+
splits:
|
37 |
+
- name: corpus
|
38 |
+
num_examples: 14358
|
39 |
+
- config_name: queries
|
40 |
+
features:
|
41 |
+
- name: _id
|
42 |
+
dtype: string
|
43 |
+
- name: text
|
44 |
+
dtype: string
|
45 |
+
splits:
|
46 |
+
- name: queries
|
47 |
+
num_examples: 775
|
48 |
configs:
|
49 |
+
- config_name: default
|
50 |
+
data_files:
|
51 |
+
- split: test
|
52 |
+
path: qrels/test.jsonl
|
53 |
+
- config_name: corpus
|
54 |
+
data_files:
|
55 |
+
- split: corpus
|
56 |
+
path: corpus.jsonl
|
57 |
+
- config_name: queries
|
58 |
+
data_files:
|
59 |
+
- split: queries
|
60 |
+
path: queries.jsonl
|
61 |
+
license: gfdl
|
62 |
+
---
|
63 |
+
# Stacks Premise Selection Dataset, part of NaturalProofs Dataset
|
64 |
+
Sourced from NaturalProofs https://zenodo.org/records/4902289
|