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 1 new columns ({'metadata'})
This happened while the json dataset builder was generating data using
hf://datasets/jlwu002/sr1_dataset/data/musique/musique_test_all_retrieved.jsonl (at revision 79ebbfb07077198d2e6f882f9febc33f076cbbe1)
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.12/site-packages/datasets/builder.py", line 1831, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 714, in write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
id: string
question: string
golden_answers: list<item: string>
child 0, item: string
metadata: struct<answerable: bool, question_decomposition: list<item: struct<id: int64, question: string, answ (... 142 chars omitted)
child 0, answerable: bool
child 1, question_decomposition: list<item: struct<id: int64, question: string, answer: string, paragraph_support_idx: int64, support (... 92 chars omitted)
child 0, item: struct<id: int64, question: string, answer: string, paragraph_support_idx: int64, support_paragraph: (... 80 chars omitted)
child 0, id: int64
child 1, question: string
child 2, answer: string
child 3, paragraph_support_idx: int64
child 4, support_paragraph: struct<idx: int64, title: string, paragraph_text: string, is_supporting: bool>
child 0, idx: int64
child 1, title: string
child 2, paragraph_text: string
child 3, is_supporting: bool
context: list<item: struct<id: string, title: string, text: string>>
child 0, item: struct<id: string, title: string, text: string>
child 0, id: string
child 1, title: string
child 2, text: string
to
{'id': Value('string'), 'question': Value('string'), 'golden_answers': List(Value('string')), 'context': List({'id': Value('string'), 'title': Value('string'), 'text': Value('string')})}
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 1455, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1054, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 894, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 970, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1702, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1833, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
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 1 new columns ({'metadata'})
This happened while the json dataset builder was generating data using
hf://datasets/jlwu002/sr1_dataset/data/musique/musique_test_all_retrieved.jsonl (at revision 79ebbfb07077198d2e6f882f9febc33f076cbbe1)
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.
id string | question string | golden_answers list | context list |
|---|---|---|---|
test_0 | Who was president of the United States in the year that Citibank was founded? | [
"james madison"
] | [
{
"id": "1767645",
"title": "Citibank",
"text": "resulting in a net profit for the U.S. federal government. The City Bank of New York was founded on June 16, 1812. The first president of the City Bank was the statesman and retired Colonel, Samuel Osgood. In August 1813, with Osgood's death, William Few ... |
test_1 | What rocket was the first spacecraft that ever approached Uranus launched on? | [
"Titan IIIE"
] | [
{
"id": "492010",
"title": "Pioneer 10",
"text": "the bow shock a total of 17 times before it escaped completely. \"Pioneer 10\" crossed the orbit of Saturn in 1976 and the orbit of Uranus in 1979. On June 13, 1983, the craft crossed the orbit of Neptune, the outermost planet, and so became the first hu... |
test_2 | In what year was the company that was founded as Sound of Music added to the S&P 500? | [
"1999"
] | [
{
"id": "16416049",
"title": "Imagem",
"text": "Sound of Music\" and \"Oklahoma!\", to Imagem Music Group. The sale transferred power over one of America's most famous song catalogs and the licensing rights for future productions of the musicals, which had been controlled by the Rodgers & Hammerstein Or... |
test_3 | Who was the first African American mayor of the most populous city in the United States? | [
"David Dinkins"
] | [
{
"id": "1972269",
"title": "Carl Stokes",
"text": "His victory two years later drew national attention, as he was the first black mayor of one of the ten biggest cities in the United States. Able to mobilize both black and white voters, Stokes defeated Seth Taft, the grandson of former President Willia... |
test_4 | When did the last king from Britain's House of Hanover die? | [
"20 June 1837"
] | [
{
"id": "1847409",
"title": "Duchy of Brunswick-Lüneburg",
"text": "Queen Anne by a few weeks, but her son and heir, George I, succeeded as King of Great Britain when Anne, his second cousin, died in August 1714. Great Britain and Hanover remained united in personal union until the accession of Queen V... |
test_5 | When did the president who set the precedent of a two term limit enter office? | [
"April 30, 1789"
] | [{"id":"8938926","title":"Term limits in the United States","text":"Roosevelt (president, 1933–194(...TRUNCATED) |
test_6 | When did the president who set the precedent of a two term limit leave office? | [
"March 4, 1797"
] | [{"id":"8667227","title":"Legacy of George Washington","text":"that it is acceptable and honorable f(...TRUNCATED) |
test_7 | How many people died in the second most powerful earthquake ever recorded? | [
"131"
] | [{"id":"4351412","title":"1976 Tangshan earthquake","text":"Hopeh Revolutionary Committee. According(...TRUNCATED) |
test_8 | Can people who have celiac eat camel meat? | [
"Yes"
] | [{"id":"2150928","title":"Dromedary","text":"use it only during severe food scarcity or for rituals.(...TRUNCATED) |
test_9 | What was the final book written by the author of On the Origin of Species? | [
"The Formation of Vegetable Mould Through the Action of Worms"
] | [{"id":"12736328","title":"Kirk Cameron","text":"\"On the Origin of Species\" on college campuses in(...TRUNCATED) |
End of preview.
No dataset card yet
- Downloads last month
- 19