CritICL:用小模型错误提升大模型推理

Rohan Paul · @rohanpaul_ai · X·2026-08-31 03:08·8小时前
AI 导读

CritICL 方法让大模型通过小模型家族已知错误来提升推理能力。该方法在小模型上运行数学题并保存错误答案及简短批评,新问题时将最可能犯的错误批评加入大模型提示词,1 次生成即可获得答案,而非通常的 5 次。

Rohan Paul@rohanpaul_ai
46AI 编辑部评分,满分 100

CritICL:用小模型错误提升大模型推理

2026-08-31 03:08· 8小时前
AI 导读

CritICL 方法让大模型通过小模型家族已知错误来提升推理能力。该方法在小模型上运行数学题并保存错误答案及简短批评,新问题时将最可能犯的错误批评加入大模型提示词,1 次生成即可获得答案,而非通常的 5 次。

Small models fail the same way big models do, so this paper shows you can collect a cheap model's mistakes once and use them to make a bigger model reason better.

CritICL runs small models over math problems and saves every wrong answer with a short critique of what went wrong. When a new question arrives, the big model's prompt gets the critiques for the mistakes it is most likely to make.

That gets you the answer in 1 generation instead of 5.

Building a bank of your model family's known failure modes once, then retrieving from it per query, appears to buy accuracy that usually costs repeated generations.

This paper finds that a big model reasons better when its prompt warns it about the mistakes smaller models in its family keep making.

Instead of running your model several times and voting, you may get the same accuracy by telling it upfront which mistakes it tends to make.