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
idx: int64
candidate: string
proved: bool
refuted: bool
n_hindsight: int64
tree_size: int64
mcts_iters: int64
proof: struct<solved: bool, mcts_iters: int64, tree_size: int64, proof_text: string, tree: list<item: struc (... 282 chars omitted)
  child 0, solved: bool
  child 1, mcts_iters: int64
  child 2, tree_size: int64
  child 3, proof_text: string
  child 4, tree: list<item: struct<id: int64, state_str: string, visits: int64, reward: double, value_estimate: doubl (... 197 chars omitted)
      child 0, item: struct<id: int64, state_str: string, visits: int64, reward: double, value_estimate: double, prior_po (... 185 chars omitted)
          child 0, id: int64
          child 1, state_str: string
          child 2, visits: int64
          child 3, reward: double
          child 4, value_estimate: double
          child 5, prior_policy: double
          child 6, is_dead: bool
          child 7, is_solved: bool
          child 8, is_terminal: bool
          child 9, is_conjunctive: bool
          child 10, solution_action: string
          child 11, parent_id: int64
          child 12, parent_action: string
          child 13, children_ids: list<item: int64>
              child 0, item: int64
refutation: null
hindsight: list<item: struct<goal: string, statement: string, solved: bool, tree_size: int64, tree: list<item:  (... 286 chars omitted)
  child 0, item: struct<goal: string, statement: string, solved: bool, tree_size: int64, tree: list<item: struct<id:  (... 274 chars omitted)
      child 0, goal: string
      child 1, statement: string
      child 2, solved: bool
      child 3, tree_size: int64
      child 4, tree: list<item: struct<id: int64, state_str: string, visits: int64, reward: double, value_estimate: null, (... 195 chars omitted)
          child 0, item: struct<id: int64, state_str: string, visits: int64, reward: double, value_estimate: null, prior_poli (... 183 chars omitted)
              child 0, id: int64
              child 1, state_str: string
              child 2, visits: int64
              child 3, reward: double
              child 4, value_estimate: null
              child 5, prior_policy: double
              child 6, is_dead: bool
              child 7, is_solved: bool
              child 8, is_terminal: bool
              child 9, is_conjunctive: bool
              child 10, solution_action: string
              child 11, parent_id: int64
              child 12, parent_action: string
              child 13, children_ids: list<item: int64>
                  child 0, item: int64
sources: list<item: null>
  child 0, item: null
to
{'idx': Value('int64'), 'candidate': Value('string'), 'sources': List(Value('null')), 'proof': {'solved': Value('bool'), 'mcts_iters': Value('int64'), 'tree_size': Value('int64'), 'proof_text': Value('string'), 'tree': List({'id': Value('int64'), 'state_str': Value('string'), 'visits': Value('int64'), 'reward': Value('float64'), 'value_estimate': Value('float64'), 'prior_policy': Value('float64'), 'is_dead': Value('bool'), 'is_solved': Value('bool'), 'is_terminal': Value('bool'), 'is_conjunctive': Value('bool'), 'solution_action': Value('string'), 'parent_id': Value('int64'), 'parent_action': Value('string'), 'children_ids': List(Value('int64'))})}, 'hindsight': List({'goal': Value('string'), 'statement': Value('string'), 'solved': Value('bool'), 'tree_size': Value('int64'), 'tree': List({'id': Value('int64'), 'state_str': Value('string'), 'visits': Value('int64'), 'reward': Value('float64'), 'value_estimate': Value('null'), 'prior_policy': Value('float64'), 'is_dead': Value('bool'), 'is_solved': Value('bool'), 'is_terminal': Value('bool'), 'is_conjunctive': Value('bool'), 'solution_action': Value('string'), 'parent_id': Value('int64'), 'parent_action': Value('string'), 'children_ids': List(Value('int64'))})}), 'refutation': Value('null')}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1779, 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 299, 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 2321, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              idx: int64
              candidate: string
              proved: bool
              refuted: bool
              n_hindsight: int64
              tree_size: int64
              mcts_iters: int64
              proof: struct<solved: bool, mcts_iters: int64, tree_size: int64, proof_text: string, tree: list<item: struc (... 282 chars omitted)
                child 0, solved: bool
                child 1, mcts_iters: int64
                child 2, tree_size: int64
                child 3, proof_text: string
                child 4, tree: list<item: struct<id: int64, state_str: string, visits: int64, reward: double, value_estimate: doubl (... 197 chars omitted)
                    child 0, item: struct<id: int64, state_str: string, visits: int64, reward: double, value_estimate: double, prior_po (... 185 chars omitted)
                        child 0, id: int64
                        child 1, state_str: string
                        child 2, visits: int64
                        child 3, reward: double
                        child 4, value_estimate: double
                        child 5, prior_policy: double
                        child 6, is_dead: bool
                        child 7, is_solved: bool
                        child 8, is_terminal: bool
                        child 9, is_conjunctive: bool
                        child 10, solution_action: string
                        child 11, parent_id: int64
                        child 12, parent_action: string
                        child 13, children_ids: list<item: int64>
                            child 0, item: int64
              refutation: null
              hindsight: list<item: struct<goal: string, statement: string, solved: bool, tree_size: int64, tree: list<item:  (... 286 chars omitted)
                child 0, item: struct<goal: string, statement: string, solved: bool, tree_size: int64, tree: list<item: struct<id:  (... 274 chars omitted)
                    child 0, goal: string
                    child 1, statement: string
                    child 2, solved: bool
                    child 3, tree_size: int64
                    child 4, tree: list<item: struct<id: int64, state_str: string, visits: int64, reward: double, value_estimate: null, (... 195 chars omitted)
                        child 0, item: struct<id: int64, state_str: string, visits: int64, reward: double, value_estimate: null, prior_poli (... 183 chars omitted)
                            child 0, id: int64
                            child 1, state_str: string
                            child 2, visits: int64
                            child 3, reward: double
                            child 4, value_estimate: null
                            child 5, prior_policy: double
                            child 6, is_dead: bool
                            child 7, is_solved: bool
                            child 8, is_terminal: bool
                            child 9, is_conjunctive: bool
                            child 10, solution_action: string
                            child 11, parent_id: int64
                            child 12, parent_action: string
                            child 13, children_ids: list<item: int64>
                                child 0, item: int64
              sources: list<item: null>
                child 0, item: null
              to
              {'idx': Value('int64'), 'candidate': Value('string'), 'sources': List(Value('null')), 'proof': {'solved': Value('bool'), 'mcts_iters': Value('int64'), 'tree_size': Value('int64'), 'proof_text': Value('string'), 'tree': List({'id': Value('int64'), 'state_str': Value('string'), 'visits': Value('int64'), 'reward': Value('float64'), 'value_estimate': Value('float64'), 'prior_policy': Value('float64'), 'is_dead': Value('bool'), 'is_solved': Value('bool'), 'is_terminal': Value('bool'), 'is_conjunctive': Value('bool'), 'solution_action': Value('string'), 'parent_id': Value('int64'), 'parent_action': Value('string'), 'children_ids': List(Value('int64'))})}, 'hindsight': List({'goal': Value('string'), 'statement': Value('string'), 'solved': Value('bool'), 'tree_size': Value('int64'), 'tree': List({'id': Value('int64'), 'state_str': Value('string'), 'visits': Value('int64'), 'reward': Value('float64'), 'value_estimate': Value('null'), 'prior_policy': Value('float64'), 'is_dead': Value('bool'), 'is_solved': Value('bool'), 'is_terminal': Value('bool'), 'is_conjunctive': Value('bool'), 'solution_action': Value('string'), 'parent_id': Value('int64'), 'parent_action': Value('string'), 'children_ids': List(Value('int64'))})}), 'refutation': Value('null')}
              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 1646, 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 1832, 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.

idx
int64
candidate
string
sources
list
proof
dict
hindsight
list
refutation
null
4,800
[('A : prop) -> (or 'A (or (not (not 'A)) (iff 'A 'A)))]
[]
{"solved":true,"mcts_iters":53,"tree_size":332,"proof_text":"theorem t : [('A : prop) -> (or 'A (or (...TRUNCATED)
[{"goal":"(or false (not false))","statement":"(or false (not false))","solved":true,"tree_size":24,(...TRUNCATED)
null
4,803
[('A : prop) -> [false -> (not [['A -> 'A] -> (or 'A 'A)])]]
[]
{"solved":true,"mcts_iters":13,"tree_size":72,"proof_text":"theorem t : [('A : prop) -> [false -> (n(...TRUNCATED)
[{"goal":"false","statement":"[('A : prop) -> false -> false]","solved":true,"tree_size":23,"tree":[(...TRUNCATED)
null
4,805
[('A : prop) -> (or 'A [['A -> false] -> ['A -> 'A]])]
[]
{"solved":true,"mcts_iters":19,"tree_size":104,"proof_text":"theorem t : [('A : prop) -> (or 'A [['A(...TRUNCATED)
[{"goal":"(or false (not false))","statement":"(or false (not false))","solved":true,"tree_size":24,(...TRUNCATED)
null
4,808
[('A : prop) -> [(and 'A 'A) -> (or (or (iff 'A 'A) 'A) 'A)]]
[]
{"solved":true,"mcts_iters":40,"tree_size":202,"proof_text":"theorem t : [('A : prop) -> [(and 'A 'A(...TRUNCATED)
[{"goal":"(and x x)","statement":"[('A : prop) -> (and 'A 'A) -> (and 'A 'A)]","solved":true,"tree_s(...TRUNCATED)
null
4,806
[('A : prop) -> [[(and 'A (or 'A 'A)) -> false] -> (not 'A)]]
[]
{"solved":true,"mcts_iters":161,"tree_size":833,"proof_text":"theorem t : [('A : prop) -> [[(and 'A (...TRUNCATED)
[{"goal":"(or false (not false))","statement":"(or false (not false))","solved":true,"tree_size":24,(...TRUNCATED)
null
4,807
[('A : prop) -> ('B : prop) -> [(iff 'A 'B) -> [(not 'A) -> (iff 'A 'A)]]]
[]
{"solved":true,"mcts_iters":69,"tree_size":365,"proof_text":"theorem t : [('A : prop) -> ('B : prop)(...TRUNCATED)
[{"goal":"(iff x x0)","statement":"[('A : prop) -> ('B : prop) -> (iff 'A 'B) -> (iff 'A 'B)]","solv(...TRUNCATED)
null
4,809
[('A : prop) -> (or (or 'A (iff 'A 'A)) (not (and 'A 'A)))]
[]
{"solved":true,"mcts_iters":65,"tree_size":390,"proof_text":"theorem t : [('A : prop) -> (or (or 'A (...TRUNCATED)
[{"goal":"(or false (not false))","statement":"(or false (not false))","solved":true,"tree_size":24,(...TRUNCATED)
null
4,810
[('A : prop) -> (iff (iff (and 'A 'A) 'A) ['A -> 'A])]
[]
{"solved":true,"mcts_iters":249,"tree_size":1334,"proof_text":"theorem t : [('A : prop) -> (iff (iff(...TRUNCATED)
[{"goal":"(or false (not false))","statement":"(or false (not false))","solved":true,"tree_size":24,(...TRUNCATED)
null
4,813
[('A : prop) -> ('B : prop) -> ['B -> [(and 'B 'A) -> ['B -> 'A]]]]
[]
{"solved":true,"mcts_iters":31,"tree_size":178,"proof_text":"theorem t : [('A : prop) -> ('B : prop)(...TRUNCATED)
[{"goal":"x0","statement":"[('A : prop) -> ('B : prop) -> 'B -> 'B]","solved":true,"tree_size":43,"t(...TRUNCATED)
null
4,801
[('A : prop) -> [(iff 'A (not 'A)) -> (or 'A ['A -> false])]]
[]
{"solved":true,"mcts_iters":1029,"tree_size":6229,"proof_text":"theorem t : [('A : prop) -> [(iff 'A(...TRUNCATED)
[{"goal":"(iff x (not x))","statement":"[('A : prop) -> (iff 'A (not 'A)) -> (iff 'A (not 'A))]","so(...TRUNCATED)
null
End of preview.

No dataset card yet

Downloads last month
8