Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 2 new columns ({'vietnam war movie', 'INEX_LD-20120111'}) and 3 missing columns ({'query-id', 'corpus-id', 'score'}).
This happened while the csv dataset builder was generating data using
hf://datasets/YoungBeauty25000/BEIR_TOP100/BEIR_data/dbpedia-entity/topics.beir-v1.0.0-dbpedia-entity.test.tsv (at revision 6936bc09e519974e09b68f2023ab684cdeea3ee7), ['hf://datasets/YoungBeauty25000/BEIR_TOP100@6936bc09e519974e09b68f2023ab684cdeea3ee7/BEIR_data/dbpedia-entity/test.tsv', 'hf://datasets/YoungBeauty25000/BEIR_TOP100@6936bc09e519974e09b68f2023ab684cdeea3ee7/BEIR_data/nfcorpus/test.tsv', 'hf://datasets/YoungBeauty25000/BEIR_TOP100@6936bc09e519974e09b68f2023ab684cdeea3ee7/BEIR_data/scifact/test.tsv', 'hf://datasets/YoungBeauty25000/BEIR_TOP100@6936bc09e519974e09b68f2023ab684cdeea3ee7/BEIR_data/trec-covid/test.tsv', 'hf://datasets/YoungBeauty25000/BEIR_TOP100@6936bc09e519974e09b68f2023ab684cdeea3ee7/BEIR_data/webis-touche2020/test.tsv', 'hf://datasets/YoungBeauty25000/BEIR_TOP100@6936bc09e519974e09b68f2023ab684cdeea3ee7/TREC_data/dl19/test.tsv', 'hf://datasets/YoungBeauty25000/BEIR_TOP100@6936bc09e519974e09b68f2023ab684cdeea3ee7/TREC_data/dl20/test.tsv', 'hf://datasets/YoungBeauty25000/BEIR_TOP100@6936bc09e519974e09b68f2023ab684cdeea3ee7/BEIR_data/dbpedia-entity/topics.beir-v1.0.0-dbpedia-entity.test.tsv', 'hf://datasets/YoungBeauty25000/BEIR_TOP100@6936bc09e519974e09b68f2023ab684cdeea3ee7/BEIR_data/nfcorpus/topics.beir-v1.0.0-nfcorpus.test.tsv', 'hf://datasets/YoungBeauty25000/BEIR_TOP100@6936bc09e519974e09b68f2023ab684cdeea3ee7/BEIR_data/robust04/topics.beir-v1.0.0-robust04.test.tsv', 'hf://datasets/YoungBeauty25000/BEIR_TOP100@6936bc09e519974e09b68f2023ab684cdeea3ee7/BEIR_data/scifact/topics.beir-v1.0.0-scifact.test.tsv', 'hf://datasets/YoungBeauty25000/BEIR_TOP100@6936bc09e519974e09b68f2023ab684cdeea3ee7/BEIR_data/signal1m/topics.beir-v1.0.0-signal1m.test.tsv', 'hf://datasets/YoungBeauty25000/BEIR_TOP100@6936bc09e519974e09b68f2023ab684cdeea3ee7/BEIR_data/trec-covid/topics.beir-v1.0.0-trec-covid.test.tsv', 'hf://datasets/YoungBeauty25000/BEIR_TOP100@6936bc09e519974e09b68f2023ab684cdeea3ee7/BEIR_data/trec-news/topics.beir-v1.0.0-trec-news.test.tsv', 'hf://datasets/YoungBeauty25000/BEIR_TOP100@6936bc09e519974e09b68f2023ab684cdeea3ee7/BEIR_data/webis-touche2020/topics.beir-v1.0.0-webis-touche2020.test.tsv']
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1837, in _prepare_split_single
writer.write_table(table)
~~~~~~~~~~~~~~~~~~^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
return cast_table_to_schema(table, schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
raise CastError(
...<3 lines>...
)
datasets.table.CastError: Couldn't cast
INEX_LD-20120111: string
vietnam war movie: string
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 545
to
{'query-id': Value('string'), 'corpus-id': Value('string'), 'score': Value('int64')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
~~~~~~~~~~~~~~~~~~~~~~~~~^
builder, max_dataset_size_bytes=max_dataset_size_bytes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1683, in _prepare_split
for job_id, done, content in self._prepare_split_single(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
):
^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1839, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
...<4 lines>...
)
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 2 new columns ({'vietnam war movie', 'INEX_LD-20120111'}) and 3 missing columns ({'query-id', 'corpus-id', 'score'}).
This happened while the csv dataset builder was generating data using
hf://datasets/YoungBeauty25000/BEIR_TOP100/BEIR_data/dbpedia-entity/topics.beir-v1.0.0-dbpedia-entity.test.tsv (at revision 6936bc09e519974e09b68f2023ab684cdeea3ee7), ['hf://datasets/YoungBeauty25000/BEIR_TOP100@6936bc09e519974e09b68f2023ab684cdeea3ee7/BEIR_data/dbpedia-entity/test.tsv', 'hf://datasets/YoungBeauty25000/BEIR_TOP100@6936bc09e519974e09b68f2023ab684cdeea3ee7/BEIR_data/nfcorpus/test.tsv', 'hf://datasets/YoungBeauty25000/BEIR_TOP100@6936bc09e519974e09b68f2023ab684cdeea3ee7/BEIR_data/scifact/test.tsv', 'hf://datasets/YoungBeauty25000/BEIR_TOP100@6936bc09e519974e09b68f2023ab684cdeea3ee7/BEIR_data/trec-covid/test.tsv', 'hf://datasets/YoungBeauty25000/BEIR_TOP100@6936bc09e519974e09b68f2023ab684cdeea3ee7/BEIR_data/webis-touche2020/test.tsv', 'hf://datasets/YoungBeauty25000/BEIR_TOP100@6936bc09e519974e09b68f2023ab684cdeea3ee7/TREC_data/dl19/test.tsv', 'hf://datasets/YoungBeauty25000/BEIR_TOP100@6936bc09e519974e09b68f2023ab684cdeea3ee7/TREC_data/dl20/test.tsv', 'hf://datasets/YoungBeauty25000/BEIR_TOP100@6936bc09e519974e09b68f2023ab684cdeea3ee7/BEIR_data/dbpedia-entity/topics.beir-v1.0.0-dbpedia-entity.test.tsv', 'hf://datasets/YoungBeauty25000/BEIR_TOP100@6936bc09e519974e09b68f2023ab684cdeea3ee7/BEIR_data/nfcorpus/topics.beir-v1.0.0-nfcorpus.test.tsv', 'hf://datasets/YoungBeauty25000/BEIR_TOP100@6936bc09e519974e09b68f2023ab684cdeea3ee7/BEIR_data/robust04/topics.beir-v1.0.0-robust04.test.tsv', 'hf://datasets/YoungBeauty25000/BEIR_TOP100@6936bc09e519974e09b68f2023ab684cdeea3ee7/BEIR_data/scifact/topics.beir-v1.0.0-scifact.test.tsv', 'hf://datasets/YoungBeauty25000/BEIR_TOP100@6936bc09e519974e09b68f2023ab684cdeea3ee7/BEIR_data/signal1m/topics.beir-v1.0.0-signal1m.test.tsv', 'hf://datasets/YoungBeauty25000/BEIR_TOP100@6936bc09e519974e09b68f2023ab684cdeea3ee7/BEIR_data/trec-covid/topics.beir-v1.0.0-trec-covid.test.tsv', 'hf://datasets/YoungBeauty25000/BEIR_TOP100@6936bc09e519974e09b68f2023ab684cdeea3ee7/BEIR_data/trec-news/topics.beir-v1.0.0-trec-news.test.tsv', 'hf://datasets/YoungBeauty25000/BEIR_TOP100@6936bc09e519974e09b68f2023ab684cdeea3ee7/BEIR_data/webis-touche2020/topics.beir-v1.0.0-webis-touche2020.test.tsv']
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
query-id string | corpus-id string | score int64 |
|---|---|---|
PLAIN-3 | MED-2436 | 1 |
PLAIN-3 | MED-2437 | 1 |
PLAIN-3 | MED-2438 | 1 |
PLAIN-3 | MED-2439 | 1 |
PLAIN-3 | MED-2440 | 1 |
PLAIN-3 | MED-2427 | 1 |
PLAIN-3 | MED-2428 | 1 |
PLAIN-3 | MED-2429 | 1 |
PLAIN-3 | MED-2430 | 1 |
PLAIN-3 | MED-2431 | 1 |
PLAIN-3 | MED-2432 | 1 |
PLAIN-3 | MED-2434 | 1 |
PLAIN-3 | MED-2435 | 1 |
PLAIN-3 | MED-3238 | 1 |
PLAIN-3 | MED-3697 | 1 |
PLAIN-3 | MED-3699 | 1 |
PLAIN-3 | MED-3241 | 1 |
PLAIN-3 | MED-3841 | 1 |
PLAIN-3 | MED-3842 | 1 |
PLAIN-3 | MED-3843 | 1 |
PLAIN-3 | MED-3844 | 1 |
PLAIN-3 | MED-3845 | 1 |
PLAIN-3 | MED-3846 | 1 |
PLAIN-3 | MED-3847 | 1 |
PLAIN-3 | MED-3848 | 1 |
PLAIN-3 | MED-3849 | 1 |
PLAIN-3 | MED-3850 | 1 |
PLAIN-3 | MED-4094 | 1 |
PLAIN-3 | MED-3852 | 1 |
PLAIN-3 | MED-3853 | 1 |
PLAIN-3 | MED-3854 | 1 |
PLAIN-3 | MED-3855 | 1 |
PLAIN-3 | MED-3856 | 1 |
PLAIN-3 | MED-3857 | 1 |
PLAIN-3 | MED-4295 | 1 |
PLAIN-3 | MED-4296 | 1 |
PLAIN-3 | MED-4298 | 1 |
PLAIN-3 | MED-4440 | 1 |
PLAIN-3 | MED-4785 | 1 |
PLAIN-3 | MED-4652 | 1 |
PLAIN-3 | MED-4445 | 1 |
PLAIN-3 | MED-4446 | 1 |
PLAIN-3 | MED-4447 | 1 |
PLAIN-3 | MED-4448 | 1 |
PLAIN-3 | MED-5322 | 1 |
PLAIN-3 | MED-5323 | 1 |
PLAIN-3 | MED-5324 | 1 |
PLAIN-3 | MED-5325 | 1 |
PLAIN-3 | MED-5326 | 1 |
PLAIN-3 | MED-5327 | 1 |
PLAIN-3 | MED-5328 | 1 |
PLAIN-3 | MED-5329 | 1 |
PLAIN-3 | MED-5330 | 1 |
PLAIN-3 | MED-5331 | 1 |
PLAIN-3 | MED-5332 | 1 |
PLAIN-3 | MED-5333 | 1 |
PLAIN-3 | MED-5334 | 1 |
PLAIN-3 | MED-5335 | 1 |
PLAIN-3 | MED-5363 | 1 |
PLAIN-3 | MED-5337 | 1 |
PLAIN-3 | MED-5338 | 1 |
PLAIN-3 | MED-5339 | 1 |
PLAIN-3 | MED-5340 | 1 |
PLAIN-3 | MED-5341 | 1 |
PLAIN-3 | MED-5342 | 1 |
PLAIN-4 | MED-2441 | 1 |
PLAIN-4 | MED-2472 | 1 |
PLAIN-4 | MED-2444 | 1 |
PLAIN-5 | MED-2445 | 1 |
PLAIN-5 | MED-2458 | 1 |
PLAIN-5 | MED-2448 | 1 |
PLAIN-5 | MED-2450 | 1 |
PLAIN-5 | MED-2449 | 1 |
PLAIN-5 | MED-2452 | 1 |
PLAIN-5 | MED-2453 | 1 |
PLAIN-5 | MED-2441 | 1 |
PLAIN-5 | MED-2442 | 1 |
PLAIN-5 | MED-2472 | 1 |
PLAIN-5 | MED-2444 | 1 |
PLAIN-5 | MED-2446 | 1 |
PLAIN-5 | MED-2451 | 1 |
PLAIN-5 | MED-2455 | 1 |
PLAIN-5 | MED-2456 | 1 |
PLAIN-5 | MED-5072 | 1 |
PLAIN-5 | MED-2459 | 1 |
PLAIN-5 | MED-2460 | 1 |
PLAIN-5 | MED-2461 | 1 |
PLAIN-5 | MED-4551 | 1 |
PLAIN-5 | MED-2643 | 1 |
PLAIN-5 | MED-2464 | 1 |
PLAIN-5 | MED-2645 | 1 |
PLAIN-5 | MED-2644 | 1 |
PLAIN-5 | MED-2646 | 1 |
PLAIN-5 | MED-2468 | 1 |
PLAIN-5 | MED-2469 | 1 |
PLAIN-5 | MED-2649 | 1 |
PLAIN-5 | MED-2471 | 1 |
PLAIN-5 | MED-2652 | 1 |
PLAIN-5 | MED-2474 | 1 |
PLAIN-5 | MED-2475 | 1 |
End of preview.
No dataset card yet
- Downloads last month
- 89