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 MATH는 대수, 기하, 정수론, 확률 등을 포함한 7개 수학 영역의 난이도별 문제와 풀이로 구성된 수학 추론 평가 데이터셋입니다. LLM의 수학적 문제 해결 능력을 측정하는 대표적인 벤치마크로, 텍스트 입력을 받아 단계별 풀이를 평가하는 데 활용됩니다. 대규모 언어 모델의 추론 능력 평가와 수학 영역 미세조정에 널리 사용됩니다.
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…