Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    CastError
Message:      Couldn't cast
metrics: struct<total_examples: int64, pool_size: int64, em: double, f1: double, mrr: double, avg_docs_used:  (... 526 chars omitted)
  child 0, total_examples: int64
  child 1, pool_size: int64
  child 2, em: double
  child 3, f1: double
  child 4, mrr: double
  child 5, avg_docs_used: double
  child 6, avg_hops: double
  child 7, recall@hop0: double
  child 8, recall@hop1: double
  child 9, recall@hop2: double
  child 10, avg_gold_at_hop0: double
  child 11, avg_gold_at_hop1: double
  child 12, avg_gold_at_hop2: double
  child 13, both_gold_at_hop0: double
  child 14, both_gold_at_hop1: double
  child 15, both_gold_at_hop2: double
  child 16, samples_with_0_hops: int64
  child 17, samples_with_1_hops: int64
  child 18, samples_with_2_hops: int64
  child 19, samples_with_0_gold_retrieved: int64
  child 20, samples_with_1_gold_retrieved: int64
  child 21, samples_with_2_gold_retrieved: int64
  child 22, per_source: struct<>
  child 23, ctrl_threshold: double
  child 24, initial_k: int64
  child 25, max_hops: int64
examples: list<item: struct<query: string, gold_answer: string, golden_answers: list<item: string>, data_sourc (... 403 chars omitted)
  child 0, item: struct<query: string, gold_answer: string, golden_answers: list<item: string>, data_source: string,  (... 391 chars omitted)
      child 0, query: string
      child 1, gold_answer: string
      child 2, golden_answers: list<item: string>
          child 0, item: string
      child 3, data_source: string
      child 
...
item: string>
          child 0, item: string
      child 8, num_docs_used: int64
      child 9, gold_docs_retrieved: int64
      child 10, total_gold_docs: int64
      child 11, gold_at_hops: list<item: int64>
          child 0, item: int64
      child 12, mrr: double
      child 13, hops_used: int64
      child 14, hop_details: list<item: struct<hop: int64, ctrl_prob: double, num_docs_so_far: int64, decision: string, retrieved (... 35 chars omitted)
          child 0, item: struct<hop: int64, ctrl_prob: double, num_docs_so_far: int64, decision: string, retrieved_title: str (... 23 chars omitted)
              child 0, hop: int64
              child 1, ctrl_prob: double
              child 2, num_docs_so_far: int64
              child 3, decision: string
              child 4, retrieved_title: string
              child 5, sim_score: double
      child 15, pool_size: int64
golden_answers: list<item: string>
  child 0, item: string
data_source: string
answer: string
gold_docs: list<item: struct<title: string, sentences: list<item: string>>>
  child 0, item: struct<title: string, sentences: list<item: string>>
      child 0, title: string
      child 1, sentences: list<item: string>
          child 0, item: string
distractors: list<item: struct<title: string, sentences: list<item: string>>>
  child 0, item: struct<title: string, sentences: list<item: string>>
      child 0, title: string
      child 1, sentences: list<item: string>
          child 0, item: string
query: string
to
{'query': Value('string'), 'answer': Value('string'), 'golden_answers': List(Value('string')), 'gold_docs': List({'title': Value('string'), 'sentences': List(Value('string'))}), 'distractors': List({'title': Value('string'), 'sentences': List(Value('string'))}), 'data_source': Value('string')}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1872, in _prepare_split_single
                  for key, table in generator:
                                    ^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 609, in wrapped
                  for item in generator(*args, **kwargs):
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 295, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 128, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2281, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2227, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              metrics: struct<total_examples: int64, pool_size: int64, em: double, f1: double, mrr: double, avg_docs_used:  (... 526 chars omitted)
                child 0, total_examples: int64
                child 1, pool_size: int64
                child 2, em: double
                child 3, f1: double
                child 4, mrr: double
                child 5, avg_docs_used: double
                child 6, avg_hops: double
                child 7, recall@hop0: double
                child 8, recall@hop1: double
                child 9, recall@hop2: double
                child 10, avg_gold_at_hop0: double
                child 11, avg_gold_at_hop1: double
                child 12, avg_gold_at_hop2: double
                child 13, both_gold_at_hop0: double
                child 14, both_gold_at_hop1: double
                child 15, both_gold_at_hop2: double
                child 16, samples_with_0_hops: int64
                child 17, samples_with_1_hops: int64
                child 18, samples_with_2_hops: int64
                child 19, samples_with_0_gold_retrieved: int64
                child 20, samples_with_1_gold_retrieved: int64
                child 21, samples_with_2_gold_retrieved: int64
                child 22, per_source: struct<>
                child 23, ctrl_threshold: double
                child 24, initial_k: int64
                child 25, max_hops: int64
              examples: list<item: struct<query: string, gold_answer: string, golden_answers: list<item: string>, data_sourc (... 403 chars omitted)
                child 0, item: struct<query: string, gold_answer: string, golden_answers: list<item: string>, data_source: string,  (... 391 chars omitted)
                    child 0, query: string
                    child 1, gold_answer: string
                    child 2, golden_answers: list<item: string>
                        child 0, item: string
                    child 3, data_source: string
                    child 
              ...
              item: string>
                        child 0, item: string
                    child 8, num_docs_used: int64
                    child 9, gold_docs_retrieved: int64
                    child 10, total_gold_docs: int64
                    child 11, gold_at_hops: list<item: int64>
                        child 0, item: int64
                    child 12, mrr: double
                    child 13, hops_used: int64
                    child 14, hop_details: list<item: struct<hop: int64, ctrl_prob: double, num_docs_so_far: int64, decision: string, retrieved (... 35 chars omitted)
                        child 0, item: struct<hop: int64, ctrl_prob: double, num_docs_so_far: int64, decision: string, retrieved_title: str (... 23 chars omitted)
                            child 0, hop: int64
                            child 1, ctrl_prob: double
                            child 2, num_docs_so_far: int64
                            child 3, decision: string
                            child 4, retrieved_title: string
                            child 5, sim_score: double
                    child 15, pool_size: int64
              golden_answers: list<item: string>
                child 0, item: string
              data_source: string
              answer: string
              gold_docs: list<item: struct<title: string, sentences: list<item: string>>>
                child 0, item: struct<title: string, sentences: list<item: string>>
                    child 0, title: string
                    child 1, sentences: list<item: string>
                        child 0, item: string
              distractors: list<item: struct<title: string, sentences: list<item: string>>>
                child 0, item: struct<title: string, sentences: list<item: string>>
                    child 0, title: string
                    child 1, sentences: list<item: string>
                        child 0, item: string
              query: string
              to
              {'query': Value('string'), 'answer': Value('string'), 'golden_answers': List(Value('string')), 'gold_docs': List({'title': Value('string'), 'sentences': List(Value('string'))}), 'distractors': List({'title': Value('string'), 'sentences': List(Value('string'))}), 'data_source': Value('string')}
              because column names don't match
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1342, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 907, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1739, 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 1925, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

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
string
answer
string
golden_answers
list
gold_docs
list
distractors
list
data_source
string
total number of death row inmates in the us?
2,718
[ "2,718" ]
[]
[ { "title": "Death row", "sentences": [ "on death row in the United States on January 1, 2013. Since 1977, the states of Texas (464), Virginia (108) and Oklahoma (94) have executed the most death row inmates. , California (683), Florida (390), Texas (330) and Pennsylvania (218) housed more than half of...
nq
big little lies season 2 how many episodes?
seven
[ "seven" ]
[ { "title": "Big Little Lies (TV series)", "sentences": [ "series garnered several accolades. It received 16 Emmy Award nominations and won eight, including Outstanding Limited Series and acting awards for Kidman, Skarsgård, and Dern. The trio also won Golden Globe Awards in addition to a Golden Globe ...
[ { "title": "Big Little Lies (TV series)", "sentences": [ "the second season. On March 27, 2018, it was announced that Douglas Smith had joined the cast in a recurring role. On April 3, 2018, it was confirmed that Kathryn Newton, Robin Weigert, Merrin Dungey, and Sarah Sokolovic were returning for the ...
nq
who sang waiting for a girl like you?
Foreigner
[ "Foreigner" ]
[{"title":"Waiting for a Girl Like You","sentences":["Waiting for a Girl Like You \"\"Waiting for a (...TRUNCATED)
[{"title":"A Girl Like You (Easton Corbin song)","sentences":["A Girl Like You (Easton Corbin song) (...TRUNCATED)
nq
where do you cross the arctic circle in norway?
Saltfjellet
[ "Saltfjellet" ]
[{"title":"Arctic Norway","sentences":["Arctic Norway Arctic Norway () comprises the northernmost pa(...TRUNCATED)
[{"title":"Arctic Norway","sentences":["the coast of Greenland. It has an area of 373 km. The popula(...TRUNCATED)
nq
who is the main character in green eggs and ham?
Sam-I-am
[ "Sam-I-am" ]
[{"title":"Green Eggs and Ham","sentences":["Green Eggs and Ham Green Eggs and Ham is a children's b(...TRUNCATED)
[{"title":"Green Eggs and Ham (TV series)","sentences":["Green Eggs and Ham (TV series) Green Eggs a(...TRUNCATED)
nq
do veins carry blood to the heart or away?
to
[ "to" ]
[{"title":"","sentences":["Vein\nVein Veins are blood vessels that carry blood toward the heart. Mos(...TRUNCATED)
[{"title":"","sentences":["Vein\npressure. The arteries are perceived as carrying oxygenated blood t(...TRUNCATED)
nq
who played charlie bucket in the original charlie and the chocolate factory?
Peter Gardner[4] Ostrum
[ "Peter Gardner[4] Ostrum" ]
[]
[{"title":"Peter Ostrum","sentences":["Peter Ostrum Peter Gardner Ostrum (; born November 1, 1957) i(...TRUNCATED)
nq
what is 1 radian in terms of pi?
1/2π
[ "1/2π" ]
[]
[{"title":"","sentences":["Pi\nand the integral computes the area between that half of a circle and (...TRUNCATED)
nq
when does season 5 of bates motel come out?
February 20, 2017
[ "February 20, 2017" ]
[{"title":"Bates Motel (season 5)","sentences":["Bates Motel (season 5) The fifth and final season o(...TRUNCATED)
[{"title":"Bates Motel (season 5)","sentences":["subsequently demolished. <onlyinclude></onlyinclude(...TRUNCATED)
nq
how many episodes are in series 7 game of thrones?
seven
[ "seven" ]
[{"title":"Game of Thrones (season 7)","sentences":["Game of Thrones (season 7) The seventh and penu(...TRUNCATED)
[{"title":"Game of Thrones (season 7)","sentences":["Bender, who worked on the show's sixth season, (...TRUNCATED)
nq
End of preview.

No dataset card yet

Downloads last month
93