| 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 | |