File size: 595 Bytes
53b310d 59d4d0b 991cb5f 53b310d 991cb5f 53b310d 59d4d0b 927c20f d4c5899 927c20f |
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 |
---
dataset_info:
features:
- name: id
dtype: string
- name: text
dtype: string
- name: title
dtype: string
splits:
- name: queries
num_examples: 2046
- name: corpus
num_examples: 682
---
# BPS Static Table Dataset
This dataset contains two splits:
- **queries**: Contains query texts with IDs (`id`, `text`). The `title` field is set to `null` for this split.
- **corpus**: Contains document titles and texts with IDs (`id`, `title`, `text`).
- **Queries split**: 2046 examples
- **Corpus split**: 682 examples
|