English

SLM Finetuning for Natural Language to Domain Specific Code Generation in Production

Machine Learning 2026-04-14 v1

Abstract

Many applications today use large language models for code generation; however, production systems have strict latency requirements that can be difficult to meet with large models. Small language models with a few billion parameters are resource efficient but may suffer from limited reasoning, hallucinations, or poor retention of longer context. Fine tuning improves task specific accuracy by embedding domain knowledge directly into model weights, reducing reliance on runtime context. We previously implemented a baseline natural language to code generation approach using a retrieval augmented generation pipeline that dynamically selected few shot examples to embed domain specific language context for a large language model. In this study, we evaluate small language models for generating domain specific language from natural language by fine tuning variants of Mistral and other models on a dataset of natural language code pairs. Our results show that the fine-tuned models achieve improved performance and latency on test datasets compared to larger models. We also demonstrate that the trained model can be further fine-tuned for customer specific scenarios without degrading general performance, helping resolve production issues. Load testing followed by production deployment confirmed optimal performance in terms of latency and quality. These findings demonstrate that task specific fine tuning with small language models provides an efficient, faster, and cost-effective alternative to large language models for domain specific language generation.

Keywords

Cite

@article{arxiv.2604.09952,
  title  = {SLM Finetuning for Natural Language to Domain Specific Code Generation in Production},
  author = {Renjini R. Nair and Damian K. Kowalczyk and Marco Gaudesi and Chhaya Methani},
  journal= {arXiv preprint arXiv:2604.09952},
  year   = {2026}
}

Comments

11 pages (including appendix), 5 tables, 1 figure. Submitted to arXiv as a preprint

R2 v1 2026-07-01T12:03:56.320Z