IRLGPLMay 12

Code-Guided Reasoning for Small Language Models: Evaluating Executable MCQA Scaffolds

arXiv:2605.1882767.2
Predicted impact top 41% in IR · last 90 daysOriginality Incremental advance
AI Analysis

For researchers and practitioners deploying SLMs in QA systems, this work provides a standardized evaluation protocol and evidence that code-based scaffolds can substantially improve performance, though with caveats about cost and brittleness.

Small language models (SLMs) often underperform on multiple-choice QA when answering directly, but using executable reasoning scaffolds (code generation, repeated model calls) can significantly boost accuracy. The proposed Code-Guided Reasoning (CGR) protocol achieved a +28.10 percentage-point improvement in macro assisted accuracy (66.21%) over direct accuracy (38.11%) across 20,498 test items.

Multiple-choice QA benchmarks usually evaluate small language models (SLMs) as direct answerers, but deployed language-model systems increasingly rely on external scaffolds such as tools, code, and repeated model calls. We introduce Code-Guided Reasoning (CGR), an evaluation protocol and generated-program resource for measuring when executable reasoning scaffolds improve SLM performance on MCQA tasks. CGR standardizes six components: a normalized item interface, a direct solver prompt, a generator prompt, a Python scaffold, solver-call and extraction helpers, and a three-channel result record. On 20,498 retained result rows from a locally prepared MCQA bundle and six metadata-registered solver models, the observed non-zero-baseline partition shows 66.21% macro assisted accuracy versus 38.11% direct accuracy, a +28.10 percentage-point difference with a pair-bootstrap interval of [20.32, 36.43]. Under a stricter Ab > 30% direct-signal gate, the macro difference is +14.11 points. These estimates are descriptive. Assisted inference uses a larger solver-call budget, answer extraction is brittle, Time-MQA contains the observed regressions, and some generated programs violate the no-hard-coding instruction. CGR provides the trace package needed to interpret these results, including direct, assisted, and generator-side answers, partition definitions, generated programs, response metadata, and audits.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes