tytodd's picture
Upload dataset
039f84e verified
metadata
dataset_info:
  - config_name: arc_challenge
    features:
      - name: question
        dtype: string
      - name: choices
        dtype: string
      - name: row_id
        dtype: string
      - name: ground_truth
        dtype: string
      - name: messages
        list:
          - name: role
            dtype: string
          - name: content
            dtype: string
          - name: thinking
            dtype: string
      - name: reasoning
        dtype: string
      - name: choice
        dtype: string
    splits:
      - name: ood
        num_bytes: 9798
        num_examples: 1
    download_size: 44244
    dataset_size: 9798
  - config_name: mfrc
    features:
      - name: text
        dtype: string
      - name: row_id
        dtype: string
      - name: ground_truth
        dtype: string
      - name: messages
        list:
          - name: role
            dtype: string
          - name: content
            dtype: string
          - name: thinking
            dtype: string
      - name: reasoning
        dtype: string
      - name: annotation
        dtype: string
    splits:
      - name: val
        num_bytes: 11460
        num_examples: 1
    download_size: 23904
    dataset_size: 11460
configs:
  - config_name: arc_challenge
    data_files:
      - split: ood
        path: arc_challenge/ood-*
  - config_name: mfrc
    data_files:
      - split: train
        path: mfrc/train-*
      - split: val
        path: mfrc/val-*