T1: Tool-integrated Verification for Test-time Compute Scaling in Small Language Models 文章

ArXiv CS.CL2026-06-02NEWSen作者: Minki Kang, Jongwon Jeong, Jaewoong Cho

摘要

arXiv:2504.04718v2 Announce Type: replace Abstract: Recent studies have demonstrated that test-time compute scaling effectively improves the performance of small language models (sLMs). However, prior research has mainly examined test-time compute scaling with an additional larger model as a verifier, leaving verification by sLMs underexplored. In this work, we investigate whether sLMs can reliably verify the output candidates under test-time scaling. We find that even with knowledge distillation from larger verifiers, sLMs struggle with verification tasks requiring memorization, such as numerical calculations and fact-checking. To address this limitation, we propose Tool-integrated verification (T1), a two-stage framework that first filters candidates with external tools and then uses an sLM for final verification, offloading memorization-heavy steps to tools such as a code interpreter.