Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code:   StreamingRowsError
Exception:    CastError
Message:      Couldn't cast
unique_id: string
level: int64
subject: string
ground_truth: string
greedy_answer: string
greedy_correct: bool
weighted_bon_answer: string
weighted_bon_correct: bool
standard_bon_answer: string
standard_bon_correct: bool
majority_vote_answer: string
majority_vote_correct: bool
n_correct_in_16: int64
answer_score_breakdown: struct<k: double, 2(k): double, 4k: double, 2k: double, 0: double, \frac{1}{16}(bk + hk): double, \f (... 1141 chars omitted)
  child 0, k: double
  child 1, 2(k): double
  child 2, 4k: double
  child 3, 2k: double
  child 4, 0: double
  child 5, \frac{1}{16}(bk + hk): double
  child 6, \frac{1}{2}: double
  child 7, \frac{3}{2}: double
  child 8, 4: double
  child 9, 2: double
  child 10, \frac{1}{\ln(4)}: double
  child 11, \frac{5}{2}: double
  child 12, 4^{\frac{3}{2}}: double
  child 13, 3\sqrt{13}: double
  child 14, \frac{\sqrt{37}}{2}: double
  child 15, \sqrt{117}: double
  child 16, 3 \sqrt{13}: double
  child 17, 64: double
  child 18, 4210_5: double
  child 19, 101011101_5: double
  child 20, -11: double
  child 21, -5: double
  child 22, 92: double
  child 23, -77: double
  child 24, -6262: double
  child 25, \frac{4}{3}: double
  child 26, y = \frac{4}{3}: double
  child 27, \text{No vertical asymptote}: double
  child 28, 1: double
  child 29, 15: double
  child 30, 5: double
  child 31, 6: double
  child 32, \frac{1}{3}: double
  child 33, \frac{3}{4}: double
  child 34, \frac{4\sqrt{5}}{5}: double
  child 35, \text{ellipse}: double
  child 36, \text{Ellipse}: double
  child 37, 3: double
  child 38, \$10: double
  child 39, 10: double
  child 40, 2000: double
  child 41, (-\infty, 5) \cup (5, \infty): double
  child 42, (5, \infty): double
  child 43, (5, ∞): double
  child 44, \left(\frac{3}{2}, -13\right): double
  child 45, ( \frac { 3 }{ 2 },-13): double
  child 46, \left( \frac{3}{2}, -13 \right): double
  child 47, \left(\frac{3}{2}, -1\right): double
  child 48, ( \frac{3}{2}, -1 ): double
  child 49, \left(\frac{3}{2},-\frac{5}{2}\right): double
  child 50, 15 \text{cm}: double
  child 51, 32: double
  child 52, 20: double
  child 53, 22: double
  child 54, \textbf{(A)} 02222222: double
  child 55, 22222: double
  child 56, 30: double
  child 57, 60: double
  child 58, 35: double
  child 59, 23: double
  child 60, (a + 5)(b + 2): double
  child 61, (b + 2)(a + 5): double
prm_scores: list<item: double>
  child 0, item: double
8: double
16: double
4: double
2: double
1: double
to
{'1': Value('float64'), '2': Value('float64'), '4': Value('float64'), '8': Value('float64'), '16': Value('float64')}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 149, in get_rows_or_raise
                  return get_rows(
                      dataset=dataset,
                  ...<4 lines>...
                      column_names=column_names,
                  )
                File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
                  return func(*args, **kwargs)
                File "/src/services/worker/src/worker/utils.py", line 129, in get_rows
                  rows_plus_one = list(itertools.islice(safe_iter(ds, dataset=dataset), rows_max_number + 1))
                File "/src/services/worker/src/worker/utils.py", line 489, in safe_iter
                  yield from ds.decode(False) if ds.features else ds
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2818, in __iter__
                  for key, example in ex_iterable:
                                      ^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2355, in __iter__
                  for key, pa_table in self._iter_arrow():
                                       ~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2380, in _iter_arrow
                  for key, pa_table in self.ex_iterable._iter_arrow():
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
                  for key, pa_table in iterator:
                                       ^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 419, in _iter_arrow
                  for key, pa_table in self.generate_tables_fn(**gen_kwags):
                                       ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_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
              unique_id: string
              level: int64
              subject: string
              ground_truth: string
              greedy_answer: string
              greedy_correct: bool
              weighted_bon_answer: string
              weighted_bon_correct: bool
              standard_bon_answer: string
              standard_bon_correct: bool
              majority_vote_answer: string
              majority_vote_correct: bool
              n_correct_in_16: int64
              answer_score_breakdown: struct<k: double, 2(k): double, 4k: double, 2k: double, 0: double, \frac{1}{16}(bk + hk): double, \f (... 1141 chars omitted)
                child 0, k: double
                child 1, 2(k): double
                child 2, 4k: double
                child 3, 2k: double
                child 4, 0: double
                child 5, \frac{1}{16}(bk + hk): double
                child 6, \frac{1}{2}: double
                child 7, \frac{3}{2}: double
                child 8, 4: double
                child 9, 2: double
                child 10, \frac{1}{\ln(4)}: double
                child 11, \frac{5}{2}: double
                child 12, 4^{\frac{3}{2}}: double
                child 13, 3\sqrt{13}: double
                child 14, \frac{\sqrt{37}}{2}: double
                child 15, \sqrt{117}: double
                child 16, 3 \sqrt{13}: double
                child 17, 64: double
                child 18, 4210_5: double
                child 19, 101011101_5: double
                child 20, -11: double
                child 21, -5: double
                child 22, 92: double
                child 23, -77: double
                child 24, -6262: double
                child 25, \frac{4}{3}: double
                child 26, y = \frac{4}{3}: double
                child 27, \text{No vertical asymptote}: double
                child 28, 1: double
                child 29, 15: double
                child 30, 5: double
                child 31, 6: double
                child 32, \frac{1}{3}: double
                child 33, \frac{3}{4}: double
                child 34, \frac{4\sqrt{5}}{5}: double
                child 35, \text{ellipse}: double
                child 36, \text{Ellipse}: double
                child 37, 3: double
                child 38, \$10: double
                child 39, 10: double
                child 40, 2000: double
                child 41, (-\infty, 5) \cup (5, \infty): double
                child 42, (5, \infty): double
                child 43, (5, ∞): double
                child 44, \left(\frac{3}{2}, -13\right): double
                child 45, ( \frac { 3 }{ 2 },-13): double
                child 46, \left( \frac{3}{2}, -13 \right): double
                child 47, \left(\frac{3}{2}, -1\right): double
                child 48, ( \frac{3}{2}, -1 ): double
                child 49, \left(\frac{3}{2},-\frac{5}{2}\right): double
                child 50, 15 \text{cm}: double
                child 51, 32: double
                child 52, 20: double
                child 53, 22: double
                child 54, \textbf{(A)} 02222222: double
                child 55, 22222: double
                child 56, 30: double
                child 57, 60: double
                child 58, 35: double
                child 59, 23: double
                child 60, (a + 5)(b + 2): double
                child 61, (b + 2)(a + 5): double
              prm_scores: list<item: double>
                child 0, item: double
              8: double
              16: double
              4: double
              2: double
              1: double
              to
              {'1': Value('float64'), '2': Value('float64'), '4': Value('float64'), '8': Value('float64'), '16': Value('float64')}
              because column names don't match

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.

rnwang/math500-bon-weighted-reproduction

Generated by ML Intern

This dataset repository was generated by ML Intern, an agent for machine learning research and development on the Hugging Face Hub.

Usage

from datasets import load_dataset

dataset = load_dataset('rnwang/math500-bon-weighted-reproduction')
Downloads last month
49