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
sample_index: string
problem_index: string
problem_version: string
question: string
image: struct<bytes: binary, path: string>
  child 0, bytes: binary
  child 1, path: string
answer: string
question_type: string
metadata: struct<split: string, source: string, subject: string, subfield: string>
  child 0, split: string
  child 1, source: string
  child 2, subject: string
  child 3, subfield: string
query_wo: string
query_cot: string
question_for_eval: string
_subset_idx: int64
text_layer1_embedding: list<item: list<item: double>>
  child 0, item: list<item: double>
      child 0, item: double
text_layer-2_embedding: list<item: list<item: double>>
  child 0, item: list<item: double>
      child 0, item: double
image_layer1_embedding: list<item: list<item: double>>
  child 0, item: list<item: double>
      child 0, item: double
image_layer-2_embedding: list<item: list<item: double>>
  child 0, item: list<item: double>
      child 0, item: double
mm_layer1_embedding: list<item: list<item: double>>
  child 0, item: list<item: double>
      child 0, item: double
mm_layer-2_embedding: list<item: list<item: double>>
  child 0, item: list<item: double>
      child 0, item: double
-- schema metadata --
huggingface: '{"info": {"features": {"sample_index": {"dtype": "string", ' + 1498
to
{'sample_index': Value('string'), 'problem_index': Value('string'), 'problem_version': Value('string'), 'question': Value('string'), 'image': Image(mode=None, decode=True), 'answer': Value('string'), 'question_type': Value('string'), 'metadata': {'split': Value('string'), 'source': Value('string'), 'subject': Value('string'), 'subfield': Value('string')}, 'query_wo': Value('string'), 'query_cot': Value('string'), 'question_for_eval': Value('string'), 'mm_embedding': List(Value('float64')), 'embedding_question': List(Value('float64'))}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1816, in _prepare_split_single
                  for key, table in generator:
                                    ^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 613, in wrapped
                  for item in generator(*args, **kwargs):
                              ~~~~~~~~~^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/arrow/arrow.py", line 74, in _generate_tables
                  yield Key(file_idx, batch_idx), self._cast_table(pa_table)
                                                  ~~~~~~~~~~~~~~~~^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/arrow/arrow.py", line 54, 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
              sample_index: string
              problem_index: string
              problem_version: string
              question: string
              image: struct<bytes: binary, path: string>
                child 0, bytes: binary
                child 1, path: string
              answer: string
              question_type: string
              metadata: struct<split: string, source: string, subject: string, subfield: string>
                child 0, split: string
                child 1, source: string
                child 2, subject: string
                child 3, subfield: string
              query_wo: string
              query_cot: string
              question_for_eval: string
              _subset_idx: int64
              text_layer1_embedding: list<item: list<item: double>>
                child 0, item: list<item: double>
                    child 0, item: double
              text_layer-2_embedding: list<item: list<item: double>>
                child 0, item: list<item: double>
                    child 0, item: double
              image_layer1_embedding: list<item: list<item: double>>
                child 0, item: list<item: double>
                    child 0, item: double
              image_layer-2_embedding: list<item: list<item: double>>
                child 0, item: list<item: double>
                    child 0, item: double
              mm_layer1_embedding: list<item: list<item: double>>
                child 0, item: list<item: double>
                    child 0, item: double
              mm_layer-2_embedding: list<item: list<item: double>>
                child 0, item: list<item: double>
                    child 0, item: double
              -- schema metadata --
              huggingface: '{"info": {"features": {"sample_index": {"dtype": "string", ' + 1498
              to
              {'sample_index': Value('string'), 'problem_index': Value('string'), 'problem_version': Value('string'), 'question': Value('string'), 'image': Image(mode=None, decode=True), 'answer': Value('string'), 'question_type': Value('string'), 'metadata': {'split': Value('string'), 'source': Value('string'), 'subject': Value('string'), 'subfield': Value('string')}, 'query_wo': Value('string'), 'query_cot': Value('string'), 'question_for_eval': Value('string'), 'mm_embedding': List(Value('float64')), 'embedding_question': List(Value('float64'))}
              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 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 1869, 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.

sample_index
string
problem_index
string
problem_version
string
question
string
image
image
answer
string
question_type
string
metadata
dict
query_wo
string
query_cot
string
question_for_eval
string
mm_embedding
list
embedding_question
list
1
1
Text Dominant
As shown in the figure, in triangle ABC, it is known that angle A = 80.0, angle B = 60.0, point D is on AB and point E is on AC, DE parallel BC, then the size of angle CED is () Choices: A:40° B:60° C:120° D:140°
D
multi-choice
{ "split": "testmini", "source": "GeoQA", "subject": "Plane Geometry", "subfield": "Angle" }
Please directly answer the question and provide the correct option letter, e.g., A, B, C, D. Question: As shown in the figure, in triangle ABC, it is known that angle A = 80.0, angle B = 60.0, point D is on AB and point E is on AC, DE parallel BC, then the size of angle CED is () Choices: A:40° B:60° C:120° D:140°
Please first conduct reasoning, and then answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: As shown in the figure, in triangle ABC, it is known that angle A = 80.0, angle B = 60.0, point D is on AB and point E is on AC, DE parallel BC, then the size of angle CED is () Ch...
As shown in the figure, in triangle ABC, it is known that angle A = 80.0, angle B = 60.0, point D is on AB and point E is on AC, DE parallel BC, then the size of angle CED is () Choices: A:40° B:60° C:120° D:140°
[ 0.02734375, -0.00372314453125, 0.00848388671875, -0.0302734375, -0.001312255859375, -0.00148773193359375, -0.023193359375, 0.0198974609375, -0.005401611328125, 0.00811767578125, -0.021728515625, 0.0216064453125, -0.023193359375, 0.00927734375, 0.0220947265625, -0.017822265625, 0.0058...
[ 0.02734375, -0.00372314453125, 0.00848388671875, -0.0302734375, -0.001312255859375, -0.00148773193359375, -0.023193359375, 0.0198974609375, -0.005401611328125, 0.00811767578125, -0.021728515625, 0.0216064453125, -0.023193359375, 0.00927734375, 0.0220947265625, -0.017822265625, 0.0058...
2
1
Text Lite
"As shown in the figure, it is known that angle A = 80.0, angle B = 60.0, DE parallel BC, then the s(...TRUNCATED)
D
multi-choice
{ "split": "testmini", "source": "GeoQA", "subject": "Plane Geometry", "subfield": "Angle" }
"Please directly answer the question and provide the correct option letter, e.g., A, B, C, D.\nQuest(...TRUNCATED)
"Please first conduct reasoning, and then answer the question and provide the correct option letter,(...TRUNCATED)
"As shown in the figure, it is known that angle A = 80.0, angle B = 60.0, DE parallel BC, then the s(...TRUNCATED)
[0.0245361328125,-0.005645751953125,0.004180908203125,-0.0302734375,-0.00154876708984375,-0.00317382(...TRUNCATED)
[0.0245361328125,-0.005645751953125,0.004180908203125,-0.0302734375,-0.00154876708984375,-0.00317382(...TRUNCATED)
3
1
Vision Intensive
"As shown in the figure, it is known that angle A = 80.0, angle B = 60.0, then the size of angle CED(...TRUNCATED)
D
multi-choice
{ "split": "testmini", "source": "GeoQA", "subject": "Plane Geometry", "subfield": "Angle" }
"Please directly answer the question and provide the correct option letter, e.g., A, B, C, D.\nQuest(...TRUNCATED)
"Please first conduct reasoning, and then answer the question and provide the correct option letter,(...TRUNCATED)
"As shown in the figure, it is known that angle A = 80.0, angle B = 60.0, then the size of angle CED(...TRUNCATED)
[0.025634765625,-0.00640869140625,-0.000804901123046875,-0.02880859375,-0.0031890869140625,0.0032196(...TRUNCATED)
[0.025634765625,-0.00640869140625,-0.000804901123046875,-0.02880859375,-0.0031890869140625,0.0032196(...TRUNCATED)
4
1
Vision Dominant
"As shown in the figure, DE parallel BC, then the size of angle CED is ()\nChoices:\nA:40°\nB:60°\(...TRUNCATED)
D
multi-choice
{ "split": "testmini", "source": "GeoQA", "subject": "Plane Geometry", "subfield": "Angle" }
"Please directly answer the question and provide the correct option letter, e.g., A, B, C, D.\nQuest(...TRUNCATED)
"Please first conduct reasoning, and then answer the question and provide the correct option letter,(...TRUNCATED)
"As shown in the figure, DE parallel BC, then the size of angle CED is ()\nChoices:\nA:40°\nB:60°\(...TRUNCATED)
[0.016357421875,0.002655029296875,0.0007781982421875,-0.030517578125,0.0010986328125,-0.005584716796(...TRUNCATED)
[0.016357421875,0.002655029296875,0.0007781982421875,-0.030517578125,0.0010986328125,-0.005584716796(...TRUNCATED)
5
1
Vision Only
D
multi-choice
{ "split": "testmini", "source": "GeoQA", "subject": "Plane Geometry", "subfield": "Angle" }
"According to the question shown in the image, please directly answer the question and provide the c(...TRUNCATED)
"According to the question shown in the image, please first conduct reasoning, and then answer the q(...TRUNCATED)
"As shown in the figure, DE parallel BC, then the size of angle CED is ()\nChoices:\nA:40°\nB:60°\(...TRUNCATED)
[0.049560546875,0.0028076171875,0.0118408203125,-0.006317138671875,0.0284423828125,-0.0028076171875,(...TRUNCATED)
[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0(...TRUNCATED)
6
2
Text Dominant
"As shown in the figure, AB parallel CD, straight line EF intersects AB at point E, intersects CD at(...TRUNCATED)
C
multi-choice
{ "split": "testmini", "source": "GeoQA", "subject": "Plane Geometry", "subfield": "Angle" }
"Please directly answer the question and provide the correct option letter, e.g., A, B, C, D.\nQuest(...TRUNCATED)
"Please first conduct reasoning, and then answer the question and provide the correct option letter,(...TRUNCATED)
"As shown in the figure, AB parallel CD, straight line EF intersects AB at point E, intersects CD at(...TRUNCATED)
[0.01025390625,-0.0076904296875,0.013916015625,-0.015380859375,0.0037841796875,0.01129150390625,-0.0(...TRUNCATED)
[0.01025390625,-0.0076904296875,0.013916015625,-0.015380859375,0.0037841796875,0.01129150390625,-0.0(...TRUNCATED)
7
2
Text Lite
"As shown in the figure, AB parallel CD, EG bisects angle BEF, angle 1 = 50.0, then angle 2 is equal(...TRUNCATED)
C
multi-choice
{ "split": "testmini", "source": "GeoQA", "subject": "Plane Geometry", "subfield": "Angle" }
"Please directly answer the question and provide the correct option letter, e.g., A, B, C, D.\nQuest(...TRUNCATED)
"Please first conduct reasoning, and then answer the question and provide the correct option letter,(...TRUNCATED)
"As shown in the figure, AB parallel CD, EG bisects angle BEF, angle 1 = 50.0, then angle 2 is equal(...TRUNCATED)
[0.01312255859375,-0.00872802734375,0.01153564453125,-0.0179443359375,0.0059814453125,0.014709472656(...TRUNCATED)
[0.01312255859375,-0.00872802734375,0.01153564453125,-0.0179443359375,0.0059814453125,0.014709472656(...TRUNCATED)
8
2
Vision Intensive
"As shown in the figure, angle 1 = 50.0, then angle 2 is equal to ()\nChoices:\nA:50°\nB:60°\nC:65(...TRUNCATED)
C
multi-choice
{ "split": "testmini", "source": "GeoQA", "subject": "Plane Geometry", "subfield": "Angle" }
"Please directly answer the question and provide the correct option letter, e.g., A, B, C, D.\nQuest(...TRUNCATED)
"Please first conduct reasoning, and then answer the question and provide the correct option letter,(...TRUNCATED)
"As shown in the figure, angle 1 = 50.0, then angle 2 is equal to ()\nChoices:\nA:50°\nB:60°\nC:65(...TRUNCATED)
[0.0245361328125,0.0086669921875,-0.00250244140625,-0.00150299072265625,0.00537109375,0.022216796875(...TRUNCATED)
[0.0245361328125,0.0086669921875,-0.00250244140625,-0.00150299072265625,0.00537109375,0.022216796875(...TRUNCATED)
9
2
Vision Dominant
"As shown in the figure, AB parallel CD, EG bisects angle BEF, then angle 2 is equal to ()\nChoices:(...TRUNCATED)
C
multi-choice
{ "split": "testmini", "source": "GeoQA", "subject": "Plane Geometry", "subfield": "Angle" }
"Please directly answer the question and provide the correct option letter, e.g., A, B, C, D.\nQuest(...TRUNCATED)
"Please first conduct reasoning, and then answer the question and provide the correct option letter,(...TRUNCATED)
"As shown in the figure, AB parallel CD, EG bisects angle BEF, then angle 2 is equal to ()\nChoices:(...TRUNCATED)
[0.00836181640625,-0.00762939453125,0.00390625,-0.00994873046875,0.01129150390625,0.007293701171875,(...TRUNCATED)
[0.00836181640625,-0.00762939453125,0.00390625,-0.00994873046875,0.01129150390625,0.007293701171875,(...TRUNCATED)
10
2
Vision Only
C
multi-choice
{ "split": "testmini", "source": "GeoQA", "subject": "Plane Geometry", "subfield": "Angle" }
"According to the question shown in the image, please directly answer the question and provide the c(...TRUNCATED)
"According to the question shown in the image, please first conduct reasoning, and then answer the q(...TRUNCATED)
"As shown in the figure, AB parallel CD, EG bisects angle BEF, then angle 2 is equal to ()\nChoices:(...TRUNCATED)
[0.049560546875,0.0028076171875,0.0118408203125,-0.006317138671875,0.0284423828125,-0.0028076171875,(...TRUNCATED)
[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0(...TRUNCATED)
End of preview.

No dataset card yet

Downloads last month
17