Finding the Cracks: Improving LLMs Reasoning with Paraphrastic Probing and Consistency Verification
About
Large language models have demonstrated impressive performance across a variety of reasoning tasks. However, their problem-solving ability often declines on more complex tasks due to hallucinations and the accumulation of errors within these intermediate steps. Recent work has introduced the notion of critical tokens--tokens in the reasoning process that exert significant influence on subsequent steps. Prior studies suggest that replacing critical tokens can refine reasoning trajectories. Nonetheless, reliably identifying and exploiting critical tokens remains challenging. To address this, we propose the Paraphrastic Probing and Consistency Verification~(PPCV) framework. PPCV operates in two stages. In the first stage, we roll out an initial reasoning path from the original question and then concatenate paraphrased versions of the question with this reasoning path. And we identify critical tokens based on mismatches between the predicted top-1 token and the expected token in the reasoning path. A criterion is employed to confirm the final critical token. In the second stage, we substitute critical tokens with candidate alternatives and roll out new reasoning paths for both the original and paraphrased questions. The final answer is determined by checking the consistency of outputs across these parallel reasoning processes. We evaluate PPCV on mainstream LLMs across multiple benchmarks. Extensive experiments demonstrate PPCV substantially enhances the reasoning performance of LLMs compared to baselines.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Mathematical Reasoning | SVAMP | Accuracy89.6 | 368 | |
| Mathematical Reasoning | GSM8K | Accuracy (GSM8K)88.24 | 358 | |
| Mathematical Reasoning | AIME 2025 | Accuracy26 | 227 | |
| Mathematical Reasoning | GSM-Hard | Solve Rate49.73 | 162 | |
| Mathematical Reasoning | AIME 2024 (test) | -- | 103 | |
| Reasoning | ARC | Accuracy88.31 | 83 | |
| Mathematical Reasoning | AIME 2025 (test) | Pass@1 Rate56.66 | 47 | |
| Mathematical Reasoning | MATH500 | Accuracy50 | 41 | |
| Mathematical Reasoning | HMMT 2025 | -- | 38 | |
| Mathematical Reasoning | BRUMO25 | Accuracy43.33 | 37 |