Downloads · 30 days
36
0% of all-time downloads
GAIR/ReasonEval-7B
ReasonEval-7B is a text classification model from GAIR. Use it when you need a label for a piece of text. It is set up for transformers. The card lists the license as apache-2.0.
ReasonEval-7B is a 7B parameter decoder-only language model fine-tuned from WizardMath-7B-V1.1. Given a mathematical problem and the solution, ReasonEval-7B assesses the problem-solving process in a step-by-step forma…
Downloads · 30 days
36
0% of all-time downloads
All-time downloads
251K
Public
Parameters
7.1B
28.4 GB on disk
Likes
5
Public
Click a slice to open those files.
.safetensors28.4 GB · 100%
From the Hugging Face model README
ReasonEval-7B is a 7B parameter decoder-only language model fine-tuned from WizardMath-7B-V1.1. Given a mathematical problem and the solution, ReasonEval-7B assesses the problem-solving process in a step-by-step format from the following perspectives:
With ReasonEval, you can
📏 quantify the quality of reasoning steps free of human or close-source models.
🤖 find the potential invalid or redundant steps in the solutions even with the correct results.
🛠️ select high-quality training data for downstream tasks (e.g., fine-tuning).
ReasonEval-7B's architecture is identical to WizardMath-7B-V1.1, except that the
classification head for next-token prediction is replaced with a classification head for outputting the
possibilities of each class of reasong steps.For detailed instructions on how to use the ReasonEval-7B model, visit our GitHub repository at https://github.com/GAIR-NLP/ReasonEval.
@article{xia2024evaluating,
title={Evaluating Mathematical Reasoning Beyond Accuracy},
author={Xia, Shijie and Li, Xuefeng and Liu, Yixin and Wu, Tongshuang and Liu, Pengfei},
journal={arXiv preprint arXiv:2404.05692},
year={2024},
}