--- 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).