CoolFace
Datasetpublic

GYASBGFUHAADSGADF/IDM-batch2

IDM-batch2 Second batch of IDM math trap items, in the same schema as GYASBGFUHAADSGADF/IDM-batch1. Dataset summary Rows: 152 File: upload_batch2.jsonl Trap types: Contradiction (130), Missing conditions (22) Splits (field split): train (139), test (13) Fields Field Description original Original math problem trap Trap / modified problem annotation Explanation of the trap trap type Trap category source Problem source level… See the full description on the dataset page: https://huggingface.co/datasets/GYASBGFUHAADSGADF/IDM-batch2.

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes19downloads
Dataset Card

IDM-batch2

Second batch of IDM math trap items, in the same schema as `GYASBGFUHAADSGADF/IDM-batch1`.

Dataset summary

  • —Rows: 152
  • —File: upload_batch2.jsonl
  • —Trap types: Contradiction (130), Missing conditions (22)
  • —Splits (field `split`): train (139), test (13)

Fields

FieldDescription
originalOriginal math problem
trapTrap / modified problem
annotationExplanation of the trap
trap typeTrap category
sourceProblem source
levelDifficulty level
splittrain or test
answerAnswer to the original problem
additional InformationOptional notes

Load

python
from datasets import load_dataset

ds = load_dataset("GYASBGFUHAADSGADF/IDM-batch2")
print(ds)