TSR Desk · science · 12 September 2026, 01:00 UTC
From Fixed Keys to Readable Schemas: Small Language Models for Vehicle Agent Function Calls
- What
- From Fixed Keys to Readable Schemas: Small Language Models for Vehicle Agent Function Calls
- Who
- arxiv.org
- When
- 11 September 2026, 04:00 UTC
- Category
- Science
- Primary source
- https://arxiv.org/abs/2609.09476
- What is not known
- This brief does not claim independent replication. Claims that appear only on X and not in the primary source stay unknown.
On held-out functions, FT achieves zero accuracy by construction, whereas SIP generalizes and improves substantially with scale. It comes from a paper posted to arXiv on 11 September 2026. In-vehicle assistants must translate natural-language requests into accurate vehicle function calls under strict memory and latency constraints, making small language models (SLMs) attractive for on-device deployment. For such models, a key design choice is how the available function surface is presented. Two approaches are to represent each function with a dedicated Functional Token (FT) or provide function schemas directly in the prompt. FTs enable compact inference but are restricted to functions learned during training, whereas Schema-in-Prompt (SIP) can generalize to unseen functions at the cost of longer prompts and higher inference overhead. We introduce a benchmark of 9,822 single-turn examples spanning 79 vehicle functions derived from Android Automotive, including held-out functions and requests requiring refusal. We compare both approaches under matched fine-tuning across four SLMs from 270M to 1.7B parameters. On functions seen during training, scaling provides limited benefit: the 270M model can match the 1.7B model, while the strongest overall performance occurs at 0.6B. On out-of-scope requests, FT can invoke an unavailable function it was trained to emit, while SIP more reliably refuses based on the functions offered. This flexibility comes with higher memory use and latency. Our theoretical analysis explains how SIP enables generalization and why longer schema contexts increase inference cost. Overall, function-surface representation, rather than model scale alone, determines the capabilities and failure modes of SLM-based vehicle function calling.
Why it counts
On held-out functions, FT achieves zero accuracy by construction, whereas SIP generalizes and improves substantially with scale.
Sources
Primary source: primary source
What is not known
This brief does not claim independent replication. Claims that appear only on X and not in the primary source stay unknown.
No clip. The article still stands.