sim-v2-output / README.md
tytodd's picture
Upload dataset
d33b0fd 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: 26358
        num_examples: 2
    download_size: 42673
    dataset_size: 26358
  - 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: 26060
        num_examples: 1
      - name: train
        num_bytes: 60757
        num_examples: 2
    download_size: 124952
    dataset_size: 86817
configs:
  - config_name: arc_challenge
    data_files:
      - split: ood
        path: arc_challenge/ood-*
  - config_name: mfrc
    data_files:
      - split: val
        path: mfrc/val-*
      - split: train
        path: mfrc/train-*