REVIEW 5 major objections 4 minor 20 references
Steps are all you need: Rethinking STEM Education with Prompt Engineering
T0 review · 5 major / 4 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read The paper claims that a combined prompt—three chain-of-thought examples plus self-generated analogies—raises Mixtral 8x7B's response-match accuracy on high-school physics and math from a 42% baseline to 66.2%, above its 64.5% K-shot…
desk verdict Plausible prompt combination and a useful new dataset, but the evaluation protocol (retry-on-low-similarity, single human judge, test-set K selection) means the headline 66.2% gain is not reliably supported. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central mechanism is Analogical CoT prompting, a prompt template that shows the model three fully worked example solutions and then instructs it to recall or generate additional analogous examples before solving the target question, so that the model supplies its own few-shot context. The paper argues that this compensates for the weak recall of open-source models that makes pure analogical prompting fail. The other load-bearing element is StemStep, the 928-question dataset of high-school physics and mathematics problems with step-by-step reference solutions that serves as the evaluation ground truth. The Mixture-of-Experts architecture of Mixtral 8x7B, with a router that selects among eight specialized experts, is treated as the reason the combined prompt works on that model but not on Mistral 7B.
What would settle it
Re-run the Mixtral 8x7B comparison on StemStep without the regeneration step, scoring every initial response with the same human-judgment protocol; if the 66.2% Analogical CoT accuracy drops to the 64.5% K-shot CoT level or below, the claimed advantage is an artifact of discarding low-similarity outputs.
Extended reading notes
Core claim
The paper's central claim is that analogical prompting, which works on large proprietary models, fails on open-source models because those models cannot recall relevant solved examples on their own, and that this failure can be repaired by seeding the prompt with three worked examples before asking the model to generate further examples. On the StemStep dataset, this Analogical CoT prompt lifts Mixtral 8x7B to 66.2% response-match accuracy, compared with 42% under a zero-shot baseline and 64.5% under K-shot chain-of-thought prompting. The authors also report that Mistral 7B does not gain from the combined method (32% versus a 31.5% baseline) but does gain from K-shot CoT (53%), and that the StemStep dataset and the proposed prompt together provide a way to evaluate and improve STEM education assistance without fine-tuning.
Load-bearing premise
The reported accuracy gains assume the model's first response is what is being scored, but the evaluation regenerates any output whose text-similarity score to the reference is below 0.3 and then has a single human judge say whether the final output matches the ground truth, so the numbers could partly reflect a re-roll effect rather than the model's unaided performance.
Editorial extensions
If this is right
- On Mixtral 8x7B, Analogical CoT reaches 66.2% response-match accuracy, beating the 42% zero-shot baseline and the 64.5% K-shot CoT baseline, so the combined prompt is the strongest prompting method in the paper's comparison.
- Mistral 7B's analogical performance stays near baseline, so the benefit of the combined prompt is not universal across open-source models and depends on scale or architecture.
- The proposed prompting style can be applied to any model and dataset without fine-tuning, which makes it a low-cost complement to training-based improvements.
- Longer or more complex questions gain more from longer reasoning chains, so prompt construction should adapt the number of steps to problem difficulty.
- StemStep provides a reusable evaluation set of 928 step-by-step high-school physics and mathematics questions for future prompt-engineering and fine-tuning studies.
Reading between the lines
- Beyond the paper: the bottleneck for analogical prompting on small open models may be example recall rather than reasoning, which suggests that adding a lightweight retrieval step—pulling similar solved problems from a small corpus—could give bigger gains than further prompt changes.
- Beyond the paper: because Mixtral 8x7B is a gated mixture of eight smaller experts, an ablation against a dense model with a similar total parameter count would isolate whether the gain comes from the MoE architecture or from overall scale.
- Beyond the paper: the same Analogical CoT template should transfer to other step-based STEM subjects, such as chemistry or biology, though the paper only tests physics and mathematics.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper introduces StemStep, a dataset of 928 high-school physics and mathematics questions with step-by-step solutions, and proposes Analogical CoT prompting, which combines few-shot chain-of-thought examples with self-generated analogical examples. The authors evaluate Mistral 7B and Mixtral 8x7B on StemStep and report that Analogical CoT raises Mixtral 8x7B's response-match accuracy from a 42% baseline to 66.2%, while K-shot CoT reaches 64.5% (Table 1). They also observe that Mistral 7B benefits from few-shot CoT but not from analogical prompting. The central claim is that the proposed combined prompting method allows smaller open-source models to exploit analogical reasoning, and that the StemStep dataset is a useful evaluation resource for STEM education.
Significance. If the headline results were established under a fixed, auditable protocol, the paper would make a useful practical contribution: Analogical CoT is a simple, plausible way to improve open-source models on multi-step STEM problems, and StemStep could complement existing benchmarks such as SciQ, GSM8K, and JEEBench with a longer-form, step-based format. The paper is also honest about some limitations, noting in Section 7 that StemStep's small size (928 questions) limits its utility for fine-tuning and that quantized MoE models degrade in performance. However, the empirical significance is currently undercut by the evaluation methodology: the reported accuracies depend on a response-regeneration rule and a single subjective human evaluator, the few-shot order K is selected from the same test curves that produce the headline numbers, and the dataset is not released. These issues are load-bearing for the paper's main claim, and they are not acknowledged in the Limitations section.
major comments (5)
- [Section 5.4 and Appendix] The accuracy metric is not a fixed protocol. Section 5.4 defines Accuracy as a single evaluator's judgment that the model output is 'inline with the ground truth,' and the Appendix states that responses with TF-IDF cosine similarity below 0.3 to the ground truth are regenerated. The paper does not state how many regenerations were permitted per question, how many outputs were regenerated in each condition, or whether the human score was assigned to the first attempt or to the final (possibly regenerated) output. If the Analogical CoT condition produced more low-similarity first attempts that were retried until one passed, the 24-point gap between baseline and Analogical CoT in Table 1 could be an artifact of retry counts rather than prompt quality. Please report the full protocol: the retry cap, regeneration counts per condition, and accuracy computed on first attempts and on final attempts separately, together with confidence intervals or raw counts.
- [Table 1 and Section 5.1] The few-shot values K used for the headline comparison appear to be selected from the test set. The text says Mistral 7B performance 'peaks around K=3' and that for Mixtral 8x7B 'K=6 seems to show the most consistent performance,' and Table 1 then reports accuracy at exactly these K values. Selecting K from the same test curves used to report the results is a form of test-set fitting and makes the reported K-shot CoT advantage over baseline optimistically biased. Please select K on a validation split (or report a pre-registered selection rule), and report accuracy for all K values considered, not only the best one.
- [Section 3 and Appendix] StemStep is not released, all experiments are conducted on this private dataset, and no external benchmark is used, so the reported results cannot be independently audited. The dataset description is also thin: Section 3 says the data were 'scraped from online resources' without specifying sources, licensing, or quality filters beyond a 5-person survey of 50 questions each, and no inter-annotator agreement is reported for that survey. In addition, the dataset size is given as 928 in Section 3 but as '1000 Physics and Mathematics questions' in the Abstract and Conclusion. Please release the dataset (or a curated sample), provide a detailed datasheet, and reconcile the size discrepancy.
- [Section 4.3 and Figure 5] The proposed Analogical CoT prompt fixes the number of supplied examples at 3 and the number of self-generated examples at 3, with no ablation or sensitivity analysis. The paper states that these values were chosen 'on analysis of prior work,' but the cited prior work (Yasunaga et al., 2023) uses pure analogical prompting rather than the combined CoT-plus-analogical prompt. Since the headline gain in Table 1 depends on this specific configuration, the absence of any variation of the number of supplied versus self-generated examples leaves the central claim underdetermined. I would expect at least a small ablation varying (3,3) to (3,0) and (0,3), or a justification from a validation split.
- [Section 4] The sentence 'LoRA was employed to mitigate the computational challenges associated with inference' is technically inaccurate as written: LoRA is a parameter-efficient fine-tuning method, not an inference-time technique. If the authors used QLoRA to quantize the models for inference, they should say so explicitly and specify the quantization settings, because Section 7 states that 4-bit quantization degrades Mixtral's performance. This matters because the reported absolute accuracies are for quantized models; a reader cannot currently tell which numbers correspond to which quantization level.
minor comments (4)
- [Abstract / Section 3 / Conclusion] The dataset size is inconsistent: the Abstract and Conclusion say 1000 questions, while Section 3 says 928. Please correct the inconsistency.
- [Section 4.3] The paper states that the prompt was tested on GPT-4 and Gemini Pro, but no results for these models are reported anywhere in the paper. Either report those results or remove the claim.
- [Figures 3-6] Several figures (e.g., Figures 3, 4, and 5) appear to lack axis labels and captions that explain what is being plotted. The text refers to 'metrics recorded' without specifying which metric is shown; please add readable axis labels, legends, and captions.
- [Throughout] There are numerous typos and grammatical errors, including 'neccesary', 'the the evaluator', 'succesfully', and 'succesfully'. The paper would benefit from a careful proofreading pass.
Circularity Check
Reported K-shot accuracies are selected maxima from the test curves, but the Analogical CoT claim retains independent content.
-
fitted input called prediction
[Section 4.1 (K Variable K Shot Prompting) and Section 5 (Results, Table 1)]
"The model did not display a discernible trend as Mistral 7B did, although K=6 seems to show the most consistent performance."
For Mixtral, K=6 was selected from the test accuracy curves before being reported as the K-Shot CoT Accuracy of 64.5 in Table 1. The companion text for Mistral similarly reports that the model performance peaks around K=3, and Table 1 reports 53 at that selected K. Thus the K-shot accuracies are chosen maxima from the evaluation set, not fixed-protocol predictions; the gain over baseline is partly a test-set selection artifact. The Analogical CoT accuracy (66.2) is less affected because its K=3 is fixed from prior work, so the central claim retains independent content.
full rationale
The central Analogical CoT claim is an empirical comparison, not a derivation that reduces to its inputs: the prompt is a textual combination of existing techniques (CoT, few-shot, analogical prompting), and the 66.2% figure is a measured output under a stated evaluation protocol rather than an algebraic consequence of the protocol. I found one moderate circularity-adjacent step: K for the K-shot CoT conditions was selected from the same test accuracy curves used to report the headline K-shot numbers, making those numbers selected maxima rather than fixed-protocol predictions. The Appendix's regeneration rule (cosine_similarity < 0.3 then regenerate response) and the single human evaluator's 'inline with the ground truth' judgment are serious validity concerns, but they are not definitional circularity: the accuracy judgment is not defined as the retry outcome, and no equation equates the reported result with the filter, so I do not count them as circular steps. The paper contains extensive self-citation (Anand et al.), but those citations support the dataset and related work, not the new prompt combination, and are not load-bearing for the Analogical CoT comparison. Because one reported comparison is fitted to the evaluation data while the central claim retains independent content, the score is 4.
Assumptions & free parameters
free parameters (3)
- Number of few-shot examples K =
K=3 for Mistral 7B, K=6 for Mixtral 8x7B
- Cosine similarity regeneration threshold =
0.3
- Number of self-generated analogies in Analogical CoT =
3
assumptions (3)
- domain assumption Scraped online high-school physics and math problems are correct and at the intended difficulty level.
- domain assumption Text-similarity metrics and the human 'inline with ground truth' judgment are valid proxies for mathematical correctness.
- domain assumption Few-shot prompt examples are drawn from the training split and do not overlap the test questions.
Cite this review
Pith. "Pith review of Steps are all you need: Rethinking STEM Education with Prompt Engineering." pith.science (2026). https://pith.science/paper/BKZOO5SX
@misc{pith2026241205023,
author = {Pith},
title = {Pith review of: Steps are all you need: Rethinking STEM Education with Prompt Engineering},
year = {2026},
howpublished = {\url{https://pith.science/paper/BKZOO5SX}},
note = {Machine review of arXiv:2412.05023}
}
read the original abstract
Few shot and Chain-of-Thought prompting have shown promise when applied to Physics Question Answering Tasks, but are limited by the lack of mathematical ability inherent to LLMs, and are prone to hallucination. By utilizing a Mixture of Experts (MoE) Model, along with analogical prompting, we are able to show improved model performance when compared to the baseline on standard LLMs. We also survey the limits of these prompting techniques and the effects they have on model performance. Additionally, we propose Analogical CoT prompting, a prompting technique designed to allow smaller, open source models to leverage Analogical prompting, something they have struggled with, possibly due to a lack of specialist training data.
Figures
Figures from the paper (3 more)
Reference graph
Works this paper leans on
-
[1]
Avinash Anand, Krishnasai Addala, Kabir Baghel, Ar- nav Goel, Medha Hira, Rushali Gupta, and Rajiv Ratn Shah. 2023a. Revolutionizing high school physics education: A novel dataset. InInternational Confer- ence on Big Data Analytics, pages 64–79. Springer. Avinash Anand, Arnav Goel, Medha Hira, Snehal Buldeo, Jatin Kumar, Astha Verma, Rushali Gupta, and Ra...
-
[6]
Arnav Goel, Medha Hira, Avinash Anand, Siddhesh Bangar, and Dr Rajiv Ratn Shah
Qlora: Efficient finetuning of quantized llms.arXiv preprint arXiv:2305.14314. Arnav Goel, Medha Hira, Avinash Anand, Siddhesh Bangar, and Dr Rajiv Ratn Shah
-
[7]
Advancements in Scientific Controllable Text Generation Methods
Advance- ments in scientific controllable text generation meth- ods.arXiv preprint arXiv:2307.05538. Himanshu Gupta, Saurabh Arjun Sawant, Swaroop Mishra, Mutsumi Nakamura, Arindam Mitra, San- tosh Mashetty, and Chitta Baral
-
[8]
Instruc- tion tuned models are quick learners.ArXiv, abs/2306.05539. 11 Edward J Hu, Yelong Shen, Phillip Wallis, Zeyuan Allen-Zhu, Yuanzhi Li, Shean Wang, Lu Wang, and Weizhu Chen
-
[9]
Lora: Low-rank adap- tation of large language models.arXiv preprint arXiv:2106.09685. Albert Q. Jiang, Alexandre Sablayrolles, Arthur Men- sch, Chris Bamford, Devendra Singh Chaplot, Diego de las Casas, Florian Bressand, Gianna Lengyel, Guil- laume Lample, Lucile Saulnier, Lélio Renard Lavaud, Marie-Anne Lachaux, Pierre Stock, Teven Le Scao, Thibaut Lavri...
-
[10]
Mistral 7b.Preprint, arXiv:2310.06825. Albert Q. Jiang, Alexandre Sablayrolles, Antoine Roux, Arthur Mensch, Blanche Savary, Chris Bamford, Devendra Singh Chaplot, Diego de las Casas, Emma Bou Hanna, Florian Bressand, Gi- anna Lengyel, Guillaume Bour, Guillaume Lam- ple, Lélio Renard Lavaud, Lucile Saulnier, Marie- Anne Lachaux, Pierre Stock, Sandeep Subr...
-
[12]
Takeshi Kojima, Shixiang Shane Gu, Machel Reid, Yu- taka Matsuo, and Yusuke Iwasawa
The impact of reasoning step length on large language models.Preprint, arXiv:2401.04925. Takeshi Kojima, Shixiang Shane Gu, Machel Reid, Yu- taka Matsuo, and Yusuke Iwasawa
-
[13]
Large language models are zero-shot reasoners.Preprint, arXiv:2205.11916. Chin-Yew Lin
Show all 20 references
-
[14]
Long Ouyang, Jeff Wu, Xu Jiang, Diogo Almeida, Car- roll L
Gpt-4 technical report.Preprint, arXiv:2303.08774. Long Ouyang, Jeff Wu, Xu Jiang, Diogo Almeida, Car- roll L. Wainwright, Pamela Mishkin, Chong Zhang, Sandhini Agarwal, Katarina Slama, Alex Ray, John Schulman, Jacob Hilton, Fraser Kelton, Luke Miller, Maddie Simens, Amanda As...
-
[15]
Gemini Team
Training language models to follow instructions with human feedback.Preprint, arXiv:2203.02155. Gemini Team
-
[16]
Jason Wei, Xuezhi Wang, Dale Schuurmans, Maarten Bosma, Brian Ichter, Fei Xia, Ed Chi, Quoc Le, and Denny Zhou
Gemini: A family of highly capa- ble multimodal models.Preprint, arXiv:2312.11805. Jason Wei, Xuezhi Wang, Dale Schuurmans, Maarten Bosma, Brian Ichter, Fei Xia, Ed Chi, Quoc Le, and Denny Zhou
-
[17]
Johannes Welbl, Nelson F Liu, and Matt Gardner
Chain-of-thought prompting elic- its reasoning in large language models.Preprint, arXiv:2201.11903. Johannes Welbl, Nelson F Liu, and Matt Gardner
-
[19]
Tianyi Zhang, Varsha Kishore, Felix Wu, Kilian Q Weinberger, and Yoav Artzi
Large language models as analogical reasoners.Preprint, arXiv:2310.01714. Tianyi Zhang, Varsha Kishore, Felix Wu, Kilian Q Weinberger, and Yoav Artzi
-
[2017]
arXiv preprint arXiv:1707.06209
Crowdsourcing multiple choice science questions. arXiv preprint arXiv:1707.06209. Michihiro Yasunaga, Xinyun Chen, Yujia Li, Panupong Pasupat, Jure Leskovec, Percy Liang, Ed H. Chi, and Denny Zhou
-
[2019]
Bertscore: Eval- uating text generation with bert.arXiv preprint arXiv:1904.09675. 12
1904 arXiv
-
[2020]
Steven Bryant
Language models are few-shot learn- ers.Preprint, arXiv:2005.14165. Steven Bryant
2005 arXiv
-
[2021]
Tim Dettmers, Artidoro Pagnoni, Ari Holtzman, and Luke Zettlemoyer
Training verifiers to solve math word problems.arXiv preprint arXiv:2110.14168. Tim Dettmers, Artidoro Pagnoni, Ari Holtzman, and Luke Zettlemoyer
-
[2022]
Karl Cobbe, Vineet Kosaraju, Mohammad Bavarian, Mark Chen, Heewoo Jun, Lukasz Kaiser, Matthias Plappert, Jerry Tworek, Jacob Hilton, Reiichiro Nakano, et al
Towards understanding mixture of experts in deep learning.Preprint, arXiv:2208.02813. Karl Cobbe, Vineet Kosaraju, Mohammad Bavarian, Mark Chen, Heewoo Jun, Lukasz Kaiser, Matthias Plappert, Jerry Tworek, Jacob Hilton, Reiichiro Nakano, et al
-
[2023]
Satanjeev Banerjee and Alon Lavie
Have llms advanced enough? a challenging problem solving benchmark for large language models.arXiv preprint arXiv:2305.15074. Satanjeev Banerjee and Alon Lavie
-
[2024]
Mingyu Jin, Qinkai Yu, Dong Shu, Haiyan Zhao, Wenyue Hua, Yanda Meng, Yongfeng Zhang, and Mengnan Du
Mix- tral of experts.Preprint, arXiv:2401.04088. Mingyu Jin, Qinkai Yu, Dong Shu, Haiyan Zhao, Wenyue Hua, Yanda Meng, Yongfeng Zhang, and Mengnan Du
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.