hendrycks_math EleutherAI
Dataset Summary MATH dataset from https://github.com/hendrycks/math Citation Information @article{hendrycksmath2021, title={Measuring Mathematical Problem Solving With the MATH Dataset}, author={Dan Hendrycks and Collin Burns and Saurav Kadavath and Akul Arora and Steven Basart and Eric Tang and Dawn Song and Jacob Steinhardt}, journal={NeurIPS}, year={2021} }
- 種別
- dataset
- ライセンス
- mit
- ダウンロード
- 190,395
- いいね
- 110
- アクセス
- public
- ファイル
- 0
タグ
- 数学
- 評価データ
- ベンチマーク
- テキストデータ
- 大言語モデル
- 推論
概要
Hendrycksが公開した数学問題解決能力を評価するベンチマークデータセット。代数、幾何、数論、確率などの7分野で難易度5段階の問題・解答ペアを収録。大規模言語モデルの数学的推論能力の評価・学習に広く利用される。
README
--- license: mit dataset_info: - config_name: algebra features: - name: problem dtype: string - name: level dtype: string - name: type dtype: string - name: solution dtype: string splits: - name: train num_bytes: 955021 num_examples: 1744 - name: test num_bytes: 648291 num_examples: 1187 download_s…