configs: | |
- config_name: triplet-all | |
data_files: | |
- split: train | |
path: triplet-all/* | |
dataset_info: | |
- config_name: triplet-all | |
features: | |
- name: query | |
dtype: string | |
- name: pos | |
dtype: string | |
- name: neg | |
dtype: string | |
splits: | |
- name: train | |
num_examples: 967831 | |
# BPS Triplet Dataset | |
This dataset contains triplets of queries with positive and negative examples for training information retrieval models. | |
- **Config**: triplet-all | |
- **Split**: train | |
- **Number of examples**: 967831 | |
Each example consists of: | |
- `query`: The query text. | |
- `pos`: A positive (relevant) document text. | |
- `neg`: A negative (irrelevant) document text. | |