AIW / README.md
jeggers's picture
Upload dataset
b40e903 verified
metadata
dataset_info:
  - config_name: easy
    features:
      - name: question
        dtype: string
      - name: answer
        dtype: int64
    splits:
      - name: train
        num_bytes: 20378
        num_examples: 200
    download_size: 4599
    dataset_size: 20378
  - config_name: hard
    features:
      - name: question
        dtype: string
      - name: answer
        dtype: int64
    splits:
      - name: train
        num_bytes: 52248
        num_examples: 192
    download_size: 9647
    dataset_size: 52248
configs:
  - config_name: easy
    data_files:
      - split: train
        path: easy/train-*
  - config_name: hard
    data_files:
      - split: train
        path: hard/train-*

Problems in the style of "Alice has N brothers and she also has M sisters. How many sisters does one of Alice's brother have?"

Idea from: Alice in Wonderland: Simple Tasks Showing Complete
Reasoning Breakdown in State-Of-the-Art Large
Language Models

Easy split provides AIW problems and hard is AIW+.

Auto genereated with different prompts and numbers.