CritICL: Inference-Time Weak-to-Strong Generalization from Small Language Model Failure Modes

Yufan Wu, Yinghui He, Zhengyi Hu, Lang Wei, Ruichen Li, Qifan Yang, Ting Zhu

arXiv:2608.27455 · 2026-08-30 공개 · arXiv · PDF

in-context-learning reasoning test-time-scaling token-cost weak-to-strong model-scales llm-failure-modes criticl

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, we introduce CritICL, a novel inference-time framework that improves reasoning while maintaining high efficiency. Our 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, we utilize failure modes derived from weaker models and incorporate them into inference through critique-based in-context examples. We propose two variants: CritICL-dynamic, which adaptively predicts input-specific failure modes and retrieves critiques, and CritICL-static, which uses a global failure mode profile to provide stable guidance. Experimental results show that CritICL consistently outperforms standard in-context learning and achieves performance competitive with or superior to test-time scaling methods, while requiring significantly fewer generations and lower token cost. Code available at: https://github.com/umwyf/CRITICL

한국어 요약

한 줄 요약

CritICL은 약한 모델의 실패 패턴을 활용해 강한 모델의 추론 성능을 향상시키는 추론 시 효율적인 프레임워크이다.

핵심 기여도

핵심 아이디어

기존 추론 시 확장 방법은 반복 생성이나 외부 검증에 의존하며, 이는 높은 계산 비용을 유발한다. 반면, CritICL은 **약한 모델의 실패 패턴**(failure mode)이 **모델 규모와 관계없이 일관되고 예측 가능하다는 통찰**에 기반한다. 예를 들어, Qwen 1.5B와 Qwen 72B는 실패 패턴의 분포가 유사하다는 실험 결과를 바탕으로, 약한 모델의 실패를 **강한 모델의 추론 개선을 위한 가이드라인**으로 활용한다.

이를 위해 **CritBank**라는 실패 인식 크리티크 데이터셋을 구축하고, 이 데이터를 기반으로 **CritICL-dynamic**는 입력에 따라 실패 패턴을 예측하고 관련 크리티크를 검색하며, **CritICL-static**은 전역 실패 패턴 프로파일을 사용해 안정적인 가이드를 제공한다.

기술적 접근법

주요 결과

의의 및 한계

CritICL은 **약한 모델의 실패 정보를 재사용**함으로써, **추론 비용을 절감하면서도 성능을 향상**시킨다. 이는 기존 반복 생성 기반 방법과는 차별화된 새로운 패러다임을 제시한다. 특히, 실패 패턴이 **모델 규모와 무관하게 일관되게 나타난다는 사실**은 LLM 추론의 구조적 특성을 깊이 있게 이해할 수 있는 단서를 제공한다.

그러나, 실패 패턴이 특정 도메인(예: 수학)에만 효과적일 수 있으며, **비수학적 추론**에서는 성능이 다를 수 있다. 또한, **CritBank의 품질**이 최종 성능에 큰 영향을 미칠 수 있다는 한계가 있다.

실용적 활용

CritICL은 **비용 효율적인 추론 시 성능 향상**이 필요한 산업, 예를 들어 **교육, 금융, 의료 분야의 자동화 시스템**에 적용 가능하다. 특히, **대규모 모델을 사용하지만 높은 추론 비용을 지속적으로 지불할 수 없는 상황**에서 유용하며, **약한 모델의 실패 정보를 자산으로 전환**할 수 있는 연구 환경에도 적합하다.