File size: 1,160 Bytes
14e156a
 
 
 
72e14b1
 
 
 
 
14e156a
72e14b1
14e156a
 
 
 
 
 
 
 
 
72e14b1
14e156a
72e14b1
14e156a
 
 
72e14b1
14e156a
 
72e14b1
14e156a
 
72e14b1
14e156a
ba8fe0c
 
 
 
 
 
 
 
14e156a
 
 
 
 
 
 
ba8fe0c
 
 
 
14e156a
a5f4b9b
 
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
---
dataset_info:
  features:
  - name: messages
    list:
    - name: role
      dtype: string
    - name: content
      dtype: string
  - name: label
    dtype: string
  - name: example
    dtype: string
  - name: question
    dtype: string
  - name: context
    dtype: string
  - name: prompt
    dtype: string
  - name: problem
    dtype: string
  - name: solution
    dtype: string
  - name: answer
    dtype: string
  - name: url
    dtype: string
  splits:
  - name: Collie
    num_bytes: 451472
    num_examples: 226
  - name: HotpotQA
    num_bytes: 3421446
    num_examples: 274
  - name: AIME
    num_bytes: 522591
    num_examples: 90
  - name: USACO_bronze
    num_bytes: 693640
    num_examples: 139
  download_size: 2878508
  dataset_size: 5089149
configs:
- config_name: default
  data_files:
  - split: Collie
    path: data/Collie-*
  - split: HotpotQA
    path: data/HotpotQA-*
  - split: AIME
    path: data/AIME-*
  - split: USACO_bronze
    path: data/USACO_bronze-*
---

This repository contains the benchmarks used for the paper [A Comparative Study on Reasoning Patterns of OpenAI's o1 Model](https://huggingface.co/papers/2410.13639).