Reason, Reward, Refine: Step-Level Errors Corrections with Structured Feedback for Physics Reasoning in Small Language Models
Summary
A novel step-level reward framework addresses structural reasoning failures in small language models (SLMs) performing physics tasks. This framework, named "Reason, Reward, Refine," identifies the initial reasoning error, generates targeted structured feedback, and then trains the SLM to revise its solution using policy gradient with KL regularization. Distinctively, it operates without requiring ground truth solutions as generation targets or constructing annotation-dependent preference data. Evaluated across five physics benchmarks, the framework demonstrates significant accuracy improvements, achieving gains of 17-20% over CoT prompting and 10-16% over the strongest baseline. It also substantially reduces calculation errors from 56.9% to 23.5% and miscomprehension errors from 22.3% to 12.0% in optimal cases. While conceptual errors decreased from 89.7% to 68.7%, they persist as the most challenging failure mode.
Key takeaway
For Machine Learning Engineers developing small language models for complex reasoning, consider implementing step-level error correction. This approach, using structured feedback and policy gradient, boosts accuracy by 10-20% on physics benchmarks and reduces common error types. You should integrate similar feedback mechanisms to mitigate error propagation. This enhances model robustness in multi-step derivations, especially when ground truth solutions are scarce.
Key insights
Step-level error correction with structured feedback significantly improves small language models' physics reasoning without ground truth.
Principles
- Error propagation is a key failure mode in SLM reasoning.
- Targeted feedback at the first error is effective.
- Policy gradient can refine reasoning without ground truth.
Method
The framework identifies the first reasoning error, generates structured feedback, and trains the model to revise solutions via policy gradient with KL regularization, without ground truth targets.
In practice
- Implement step-level error detection in SLMs.
- Use structured feedback for targeted model revision.
- Apply policy gradient for reasoning refinement.
Topics
- Small Language Models
- Physics Reasoning
- Error Correction
- Structured Feedback
- Policy Gradient
- Reinforcement Learning
Code references
Best for: Research Scientist, AI Scientist, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Takara TLDR - Daily AI Papers.