Paper Overview
- Field: NLP
- Authors: Yufan Wu, Yinghui He, Zhengyi Hu, Lang Wei, Ruichen Li, Qifan Yang, Ting Zhu
- Published: 2026-08-27
- arXiv: 2608.27455
- CritICL-dynamic: adaptively predicts input-specific failure modes and retrieves critiques accordingly.
- CritICL-static: uses a global failure-mode profile to provide stable guidance.
Abstract
Recent advances in inference-time scaling have significantly improved the reasoning performance of large language models (LLMs). However, these methods typically rely on repeated generation or external verification. To address this limitation, the authors introduce CritICL, a novel inference-time framework that improves reasoning while maintaining high efficiency.
The key insight is that LLM failure modes exhibit structured patterns across model scales within the same family. Instead of treating failures as undesirable outputs, CritICL leverages them as a source of guidance. Specifically, failure modes derived from weaker models are incorporated into inference through critique-based in-context examples.
Two variants are proposed:
Commentary (translated from Chinese)
Recent progress in inference-time scaling has notably improved LLM reasoning performance, but these approaches typically depend on repeated generation or external verification. CritICL addresses this limitation by exploiting the structured nature of failure modes across model scales, turning a weaker model's failures into useful critique-based in-context guidance for a stronger model — a form of weak-to-strong generalization at inference time.