Datasets:

Modalities:
Tabular
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
File size: 1,231 Bytes
968a69f
 
7215990
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
968a69f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---

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
configs:
- config_name: E2H-AMC
  data_files:
  - split: train
    path: E2H-AMC/train-*
  - split: eval
    path: E2H-AMC/eval-*
---