File size: 1,316 Bytes
b793d52 7389896 b793d52 7389896 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 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 |
---
dataset_info:
features:
- name: query_id
dtype: string
- name: query
dtype: string
- name: positive_passages
list:
- name: docid
dtype: string
- name: text
dtype: string
- name: title
dtype: string
- name: negative_passages
list:
- name: docid
dtype: string
- name: text
dtype: string
- name: title
dtype: string
- name: subset
dtype: string
splits:
- name: train
num_bytes: 43144012642.700035
num_examples: 680223
download_size: 6653360727
dataset_size: 43144012642.700035
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
task_categories:
- sentence-similarity
language:
- en
pretty_name: BGE Retrieval Dataset (7 Datasets)
size_categories:
- 100K<n<1M
---
## BGE-Retrieval-Data (7 Datasets)
This filtered version of `nthakur/bge-full-data` includes only 7 datasets of ~678K training pairs.
The distribution of each subset is shown below:
| Dataset | Training Pairs | Pos | Hard Negs |
| -------: | -----------: | -----: | ------: |
| msmarco_passage | 485823 | 1.1 | 25.0 |
| hotpotqa | 84516 | 2.0 | 20.0 |
| nq | 58568 | 1.0 | 98.5 |
| fever | 29096 | 1.3 | 20.0 |
| scidocsrr | 12655 | 1.6 | 19.7 |
| fiqa | 5500 | 2.6 | 15.0 |
| arguana | 4065 | 1.0 | 13.6 | |