orca-math-word-problems-200k microsoft
Dataset Card This dataset contains ~200K grade school math word problems. All the answers in this dataset is generated using Azure GPT4-Turbo. Please refer to Orca-Math: Unlocking the potential of SLMs in Grade School Math for details about the dataset construction. Dataset Sources Repository: microsoft/orca-math-word-problems-200k Paper: Orca-Math: Unlocking the potential of SLMs in Grade School Math Direct Use This dataset has been designed to… See the full description on the dataset page: https://huggingface.co/datasets/microsoft/orca-math-word-problems-200k.
- 유형
- dataset
- 라이선스
- mit
- 언어
- en
- 다운로드
- 14,528
- 좋아요
- 495
- 접근
- public
- 파일
- 0
태그
- 수학추론
- 데이터셋
- 질문응답
- 지시 데이터셋
- 교육 데이터셋
- 파인튜닝
요약
마이크로소프트 오르카-매스는 초등 수준 수학 서술형 문제 약 20만 개와 Azure GPT4-Turbo로 생성된 상세한 풀이(답변)로 구성된 데이터셋입니다. 언어모델의 수학적 문제 해결 능력을 향상시키는 것이 목적이며, 각 항목은 question과 answer 필드로 이루어져 있습니다. 질문-응답 형식이므로 명령어 미세조정이나 수학 추론 능력 강화용 학습 데이터로 활용하기 적합합니다.
README
--- dataset_info: features: - name: question dtype: string - name: answer dtype: string splits: - name: train num_bytes: 225322861 num_examples: 200035 download_size: 84248748 dataset_size: 225322861 configs: - config_name: default data_files: - split: train path: data/train-* license: mit task_cat…