Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
multilinguality:
|
5 |
+
- monolingual
|
6 |
+
task_categories:
|
7 |
+
- text-retrieval
|
8 |
+
config_names:
|
9 |
+
- corpus
|
10 |
+
tags:
|
11 |
+
- text-retrieval
|
12 |
+
- instruction-retrieval
|
13 |
+
dataset_info:
|
14 |
+
- config_name: top_ranked
|
15 |
+
features:
|
16 |
+
- name: qid
|
17 |
+
dtype: string
|
18 |
+
- name: pid
|
19 |
+
dtype: string
|
20 |
+
splits:
|
21 |
+
- name: top_ranked
|
22 |
+
num_examples: 78
|
23 |
+
- config_name: qrels_og
|
24 |
+
features:
|
25 |
+
- name: query-id
|
26 |
+
dtype: string
|
27 |
+
- name: corpus-id
|
28 |
+
dtype: string
|
29 |
+
- name: score
|
30 |
+
dtype: float64
|
31 |
+
splits:
|
32 |
+
- name: test
|
33 |
+
num_examples: 156
|
34 |
+
- config_name: qrels_changed
|
35 |
+
features:
|
36 |
+
- name: query-id
|
37 |
+
dtype: string
|
38 |
+
- name: corpus-id
|
39 |
+
dtype: string
|
40 |
+
- name: score
|
41 |
+
dtype: float64
|
42 |
+
splits:
|
43 |
+
- name: test
|
44 |
+
num_examples: 156
|
45 |
+
- config_name: corpus
|
46 |
+
features:
|
47 |
+
- name: _id
|
48 |
+
dtype: string
|
49 |
+
- name: title
|
50 |
+
dtype: string
|
51 |
+
- name: text
|
52 |
+
dtype: string
|
53 |
+
splits:
|
54 |
+
- name: corpus
|
55 |
+
num_examples: 78
|
56 |
+
- config_name: queries
|
57 |
+
features:
|
58 |
+
- name: _id
|
59 |
+
dtype: string
|
60 |
+
- name: text
|
61 |
+
dtype: string
|
62 |
+
- name: instruction_og
|
63 |
+
dtype: string
|
64 |
+
- name: instruction_changed
|
65 |
+
dtype: string
|
66 |
+
- name: keywords
|
67 |
+
dtype: string
|
68 |
+
- name: short_query
|
69 |
+
dtype: string
|
70 |
+
splits:
|
71 |
+
- name: queries
|
72 |
+
num_examples: 39
|
73 |
+
configs:
|
74 |
+
- config_name: qrels_og
|
75 |
+
data_files:
|
76 |
+
- split: test
|
77 |
+
path: qrels_og/test.jsonl
|
78 |
+
- config_name: qrels_changed
|
79 |
+
data_files:
|
80 |
+
- split: test
|
81 |
+
path: qrels_changed/test.jsonl
|
82 |
+
- config_name: corpus
|
83 |
+
data_files:
|
84 |
+
- split: corpus
|
85 |
+
path: corpus.jsonl
|
86 |
+
- config_name: queries
|
87 |
+
data_files:
|
88 |
+
- split: queries
|
89 |
+
path: queries.jsonl
|
90 |
+
- config_name: top_ranked
|
91 |
+
data_files:
|
92 |
+
- split: top_ranked
|
93 |
+
path: top_ranked.jsonl
|
94 |
+
---
|