Update README.md
Browse files
README.md
CHANGED
@@ -1,30 +1,37 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
configs:
|
4 |
-
- config_name: default
|
5 |
-
data_files:
|
6 |
-
- split: train
|
7 |
-
path: data/train-*
|
8 |
-
dataset_info:
|
9 |
-
features:
|
10 |
-
- name: query_id
|
11 |
-
dtype: int64
|
12 |
-
- name: text
|
13 |
-
dtype: string
|
14 |
-
- name: document_ids
|
15 |
-
sequence: string
|
16 |
-
- name: scores
|
17 |
-
sequence: float64
|
18 |
-
- name: means
|
19 |
-
dtype: float64
|
20 |
-
- name: stds
|
21 |
-
dtype: float64
|
22 |
-
- name: maxmins
|
23 |
-
dtype: float64
|
24 |
-
splits:
|
25 |
-
- name: train
|
26 |
-
num_bytes: 351849640
|
27 |
-
num_examples: 500000
|
28 |
-
download_size: 198040061
|
29 |
-
dataset_size: 351849640
|
30 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
configs:
|
4 |
+
- config_name: default
|
5 |
+
data_files:
|
6 |
+
- split: train
|
7 |
+
path: data/train-*
|
8 |
+
dataset_info:
|
9 |
+
features:
|
10 |
+
- name: query_id
|
11 |
+
dtype: int64
|
12 |
+
- name: text
|
13 |
+
dtype: string
|
14 |
+
- name: document_ids
|
15 |
+
sequence: string
|
16 |
+
- name: scores
|
17 |
+
sequence: float64
|
18 |
+
- name: means
|
19 |
+
dtype: float64
|
20 |
+
- name: stds
|
21 |
+
dtype: float64
|
22 |
+
- name: maxmins
|
23 |
+
dtype: float64
|
24 |
+
splits:
|
25 |
+
- name: train
|
26 |
+
num_bytes: 351849640
|
27 |
+
num_examples: 500000
|
28 |
+
download_size: 198040061
|
29 |
+
dataset_size: 351849640
|
30 |
+
---
|
31 |
+
|
32 |
+
This dataset is based on the translated MMARCO dataset.
|
33 |
+
500k queries (from [queries](https://huggingface.co/datasets/akhooli/ar_mmarco_queries)) were selected and scored against 32 documents each
|
34 |
+
(based on English scores) from
|
35 |
+
[Ar MMARCO Docs](https://huggingface.co/datasets/akhooli/ar_mmarco_docs) (translated) using JinaAI multilingual reranker.
|
36 |
+
The dataset can be used to train knowledge distillation ColBERT models and some are available under the models section.
|
37 |
+
Note: translation quality is not good enough and scores are not spread apart. Some statistics were applied to curate a subset with wide distribution but this is not enough.
|