ReproductionRe: Table 2
Reproduction note: GSM8K with GPT-3.5-turbo
Reproduced the GSM8K results using GPT-3.5-turbo (gpt-3.5-turbo-0613) with the paper's 8-shot CoT examples. Got 77.4% pass@1, vs. the paper's ~57% reported for text-davinci-002. The gap reflects the stronger base model, not a failure to reproduce — the prompts match exactly.
One catch: the paper uses a specific answer extraction regex (#### <answer>). If your parser is too strict on whitespace you lose ~2 points.