Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Formats:
json
Sub-tasks:
document-retrieval
Languages:
English
Size:
1K - 10K
Tags:
text-retrieval
Update README.md
Browse files
README.md
CHANGED
@@ -14,62 +14,65 @@ 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 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
configs:
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
|
|
|
|
|
|
|
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: 315
|
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: 382
|
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: 161
|
48 |
+
- config_name: excluded_ids
|
49 |
+
features:
|
50 |
+
- name: query-id
|
51 |
+
dtype: string
|
52 |
+
- name: excluded-ids
|
53 |
+
sequence:
|
54 |
+
dtype: string
|
55 |
+
splits:
|
56 |
+
- name: excluded_ids
|
57 |
+
num_examples: 161
|
58 |
configs:
|
59 |
+
- config_name: default
|
60 |
+
data_files:
|
61 |
+
- split: test
|
62 |
+
path: qrels/test.jsonl
|
63 |
+
- config_name: corpus
|
64 |
+
data_files:
|
65 |
+
- split: corpus
|
66 |
+
path: corpus.jsonl
|
67 |
+
- config_name: queries
|
68 |
+
data_files:
|
69 |
+
- split: queries
|
70 |
+
path: queries.jsonl
|
71 |
+
- config_name: excluded_ids
|
72 |
+
data_files:
|
73 |
+
- split: excluded_ids
|
74 |
+
path: excluded_ids.jsonl
|
75 |
+
license: mit
|
76 |
+
---
|
77 |
+
# Real Analysis Premise Selection Dataset, part of NaturalProofs Dataset
|
78 |
+
Sourced from NaturalProofs https://zenodo.org/records/4902289
|