NeFut Logo NeFut
Admin Login

[CS.AI] Democratizing AI with Small Language Models: Structured Benchmarking and Efficient Fine-Tuning

Published at: 2026-07-21 22:00 Last updated: 2026-07-22 01:01
#AI #Machine Learning #Open Source

Abstract

Democratizing AI is not merely about matching frontier-scale generality; it concerns whether capable models can be selected, audited, and specialized under hardware and governance constraints that ordinary institutions can actually satisfy. This paper addresses this issue through a controlled evaluation of nine open-weight language models with parameters ranging from 135M to 3B, using a 1,085-example, 16-topic multiple-choice benchmark designed for structured local deployment. The benchmark emphasizes symbolic precision, constrained formatting, extraction, and short-horizon semantic decision making under a strict one-letter output protocol.

A shared parameter-efficient fine-tuning pipeline then adapts a subset of models using 4-bit NF4 quantization with DoRA/LoRA-style adapters on an NVIDIA L4-class budget. In base evaluation, Qwen Coder 3B leads with a strict accuracy of 75.67%, followed by Qwen2.5 1.5B at 67.10%, Qwen3.5 2B at 64.98%, and Granite 3.3 2B at 64.61%. On the shared 108-example held-out fine-tuning split, adaptation improves Qwen Coder 3B by +26.85 points, SmolLM2 1.7B by +25.92, Qwen2.5 1.5B by +19.44, SmolLM2 360M by +10.18, and SmolLM2 135M by +5.55.

Across ranking, topic-level heterogeneity, difficulty strata, failure composition, efficiency frontiers, and topic-conditioned transfer, the same conclusion recurs: a disciplined workflow of benchmark construction, cross-model evaluation, and low-cost specialization already makes a subset of sub-3B models viable as local experts for structured niche workloads.

Blogger's Review: This paper highlights the immense potential of small language models in local deployment, especially in resource-constrained environments. Through efficient fine-tuning and structured benchmarking, these models can be effectively applied to specific tasks, advancing the democratization of AI. Attention should be given to how to maintain the balance between model accuracy and efficiency in practical applications.

Original Source: https://arxiv.org/abs/2607.16202

[h] Back to Home