MetaMathQA meta-math
View the project page: https://meta-math.github.io/ see our paper at https://arxiv.org/abs/2309.12284 Note All MetaMathQA data are augmented from the training sets of GSM8K and MATH. None of the augmented data is from the testing set. You can check the original_question in meta-math/MetaMathQA, each item is from the GSM8K or MATH train set. Model Details MetaMath-Mistral-7B is fully fine-tuned on the MetaMathQA datasets and based on the powerful Mistral-7B model. It is… See the full description on the dataset page: https://huggingface.co/datasets/meta-math/MetaMathQA.
- 유형
- dataset
- 라이선스
- mit
- 다운로드
- 69,752
- 좋아요
- 468
- 접근
- public
- 파일
- 0
태그
- 수학추론
- 명령어 미세조정
- 지시 데이터셋
- 질문응답
- 대규모언어모델
- 파인튜닝
- 평가 데이터셋
- 텍스트 데이터셋
요약
MetaMathQA는 GSM8K와 MATH 훈련셋에서 질문을 증강해 만든 수학 추론 훈련용 QA 데이터셋입니다. 수학적 사고력(Chain-of-Thought)을 강화해 대형 언어모델의 수학 추론 능력을 크게 향상시키는 것을 목표로 하며, MetaMath-Mistral-7B 모델을 이 데이터로 파인튜닝해 GSM8K 77.7, MATH 28.2 성능을 달성했습니다. 수학 QA 모델의 명령어 미세조정 및 벤치마크 평가에 적합합니다.
README
--- tags: - math - math-qa license: mit --- View the project page: https://meta-math.github.io/ see our paper at https://arxiv.org/abs/2309.12284 ## 참고 사항 모든 MetaMathQA 데이터는 GSM8K 및 MATH의 훈련 세트에서 증강된 것입니다. <span style="color:red"><b>증강된 데이터 중 어느 것도 테스트 세트에서 가져온 것이 아닙니다.</b></span> `meta-math/MetaMa…