This repository contains a fine-tuned FLAN-T5 model as presented in the paper
GRACE: Discriminator-Guided Chain-of-Thought Reasoning.
GRACE (Guiding chain-of-thought ReAsoning with a CorrectnEss Discriminator) is a stepwise decoding approach that steers the decoding process towards producing correct reasoning steps. It employs a step-level verifier or discriminator trained with a contrastive loss over correct and incorrect steps, which is used during decoding to score next-step candidates based on their correctness. This specific checkpoint serves as the generator model fine-tuned for reasoning tasks.
1@article{khalifa2023grace,
2 title={Grace: Discriminator-guided chain-of-thought reasoning},
3 author={Khalifa, Muhammad and Logeswaran, Lajanugen and Lee, Moontae and Lee, Honglak and Wang, Lu},
4 journal={arXiv preprint arXiv:2305.14934},
5 year={2023}
6}