yahyaabd's picture
Initial upload of triplet-all dataset with train split
300e4e5 verified
---
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.