Datasets:

Modalities:
Tabular
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
Easy2Hard-Bench / README.md
Dtimes's picture
Upload dataset
486fa6f verified
|
raw
history blame
2.66 kB
metadata
license: cc-by-sa-4.0
dataset_info:
  - config_name: E2H-AMC
    features:
      - name: contest
        dtype: string
      - name: rating
        dtype: float64
      - name: rating_std
        dtype: float64
      - name: rating_quantile
        dtype: float64
      - name: tag
        dtype: string
      - name: subtest
        dtype: string
      - name: year
        dtype: int64
      - name: month
        dtype: string
      - name: index
        dtype: int64
      - name: problem
        dtype: string
      - name: answer
        dtype: string
      - name: solution
        dtype: string
      - name: rating_tag
        dtype: string
      - name: test_tag
        dtype: string
      - name: item_difficulty
        dtype: float64
      - name: unnorm_rating
        dtype: float64
      - name: unnorm_rating_std
        dtype: float64
      - name: unnorm_rating_lower
        dtype: float64
      - name: unnorm_rating_upper
        dtype: float64
      - name: ever_exist
        dtype: bool
    splits:
      - name: train
        num_bytes: 1306215
        num_examples: 1000
      - name: eval
        num_bytes: 3935954
        num_examples: 2975
    download_size: 2811269
    dataset_size: 5242169
  - config_name: E2H-Codeforces
    features:
      - name: rating
        dtype: float64
      - name: rating_std
        dtype: float64
      - name: rating_quantile
        dtype: float64
      - name: id
        dtype: string
      - name: question
        dtype: string
      - name: choices
        struct:
          - name: label
            sequence: string
          - name: text
            sequence: string
      - name: answerKey
        dtype: string
      - name: model_avg_acc
        dtype: float64
      - name: unnorm_rating
        dtype: float64
      - name: unnorm_rating_std
        dtype: float64
    splits:
      - name: eval
        num_bytes: 431767
        num_examples: 1172
    download_size: 253021
    dataset_size: 431767
  - config_name: E2H-Lichess
    features:
      - name: rating
        dtype: float64
      - name: rating_std
        dtype: float64
      - name: rating_quantile
        dtype: float64
      - name: sentence
        dtype: string
      - name: option1
        dtype: string
      - name: option2
        dtype: string
      - name: answer
        dtype: string
      - name: model_avg_acc
        dtype: float64
      - name: unnorm_rating
        dtype: float64
      - name: unnorm_rating_std
        dtype: float64
    splits:
      - name: eval
        num_bytes: 224999
        num_examples: 1267
    download_size: 141808
    dataset_size: 224999
configs:
  - config_name: E2H-AMC
    data_files:
      - split: train
        path: E2H-AMC/train-*
      - split: eval
        path: E2H-AMC/eval-*
  - config_name: E2H-Codeforces
    data_files:
      - split: eval
        path: E2H-Codeforces/eval-*
  - config_name: E2H-Lichess
    data_files:
      - split: eval
        path: E2H-Lichess/eval-*