LongBench-v2 / README.md
Xnhyacinth's picture
Upload dataset
5505a56 verified
metadata
dataset_info:
  - config_name: 0shot
    features:
      - name: _id
        dtype: string
      - name: domain
        dtype: string
      - name: sub_domain
        dtype: string
      - name: difficulty
        dtype: string
      - name: length
        dtype: string
      - name: question
        dtype: string
      - name: choice_A
        dtype: string
      - name: choice_B
        dtype: string
      - name: choice_C
        dtype: string
      - name: choice_D
        dtype: string
      - name: answer
        dtype: string
      - name: context
        dtype: string
      - name: answer_prefix
        dtype: string
      - name: task
        dtype: string
      - name: max_new_tokens
        dtype: int64
    splits:
      - name: test
        num_bytes: 446958228
        num_examples: 503
    download_size: 161655561
    dataset_size: 446958228
  - config_name: cot
    features:
      - name: _id
        dtype: string
      - name: domain
        dtype: string
      - name: sub_domain
        dtype: string
      - name: difficulty
        dtype: string
      - name: length
        dtype: string
      - name: question
        dtype: string
      - name: choice_A
        dtype: string
      - name: choice_B
        dtype: string
      - name: choice_C
        dtype: string
      - name: choice_D
        dtype: string
      - name: answer
        dtype: string
      - name: context
        dtype: string
      - name: answer_prefix
        dtype: string
      - name: task
        dtype: string
      - name: max_new_tokens
        dtype: int64
    splits:
      - name: test
        num_bytes: 446971809
        num_examples: 503
    download_size: 161655695
    dataset_size: 446971809
configs:
  - config_name: 0shot
    data_files:
      - split: test
        path: 0shot/test-*
  - config_name: cot
    data_files:
      - split: test
        path: cot/test-*