The Right Answer Is Not Enough: Verify the Reasoning Before You Train on It
TL;DR for operators A synthetic reasoning trace can end with the correct answer and still contain intermediate steps you would not want a model to imitate. ORACLE1 addresses that data-quality problem by checking reasoning one step at a time: it uses a symbolic reasoning engine when a step can be formalized, and LLM-based correctness and feasibility judgments when it cannot. ...