MetroLLM-Bench: Evaluating Language Models as Transit Kiosk Runtimes
Summary
MetroLLM-Bench is a 955-case benchmark for evaluating language models as transit kiosk policy layers, showing that small fine-tuned models can match larger models on structured tool-use and fare-quoting tasks.
View Cached Full Text
Cached at: 09/11/26, 10:17 AM
Paper page - MetroLLM-Bench: Evaluating Language Models as Transit Kiosk Runtimes
Source: https://huggingface.co/papers/2609.10016
Abstract
A benchmark for transit-kiosk policy reasoning shows that small parameter-efficiently fine-tuned language models can match larger models on structured tool-use and fare-quoting tasks.
We introduce MetroLLM-Bench, a 955-case benchmark for testing language models as the policy layer of a transit kiosk. It covers six real metro systems, ranging from 37 to 414 stations, and eleven categories that include routing, fare calculation, disruptions, accessibility, and adversarial input. In each case, the model must call structured tools and submit a machine-renderable terminal state containing an outcome, a per-ticket fare quote when applicable, and a kiosk action. Fourteendeterministic scoringcomponents form Tier 1; eight semantic-quality components form Tier 2, six of which use alanguage-model judge. We report Tier 1 and the combined score of both tiers. A stratified 75/25 split reserves 717 cases for training-data generation and 238 for held-out evaluation. We evaluate twenty-six models from six vendors, of which twenty-three are ranked. On the held-out partition, a 4BQwen3.5 student trained throughparameter-efficient fine-tuning(PEFT) exceeds both GPT-5.6 tiers on Tier 1 (91.3 against 90.6 and 90.0) and matches GPT-5.4 full at maximum reasoning effort (91.4), with a 2.6 GB Q4_K_M footprint. Larger 9B and 27B students provide no further Tier 1 improvement over the 4B student at this training scale. Across the fourQwensizes, thePEFTgain over the corresponding base model decreases from +7.03 points at 2B (three training seeds) to -0.91 at 27B; every seed shows the same direction at every size. A deterministic rule-based baseline reaches 84.6 on Tier 1, with the remaining language-model advantage concentrated in policy adaptation, compound scenarios, accessibility, and temporal reasoning. Muse Glimmer 30B leads the composite ranking, and serving configuration alone moves theQwen3.5-to-3.8 comparison by 2.7 Tier 1 points. The benchmark, harness, reproduction guide, and fine-tuned students are released at https://github.com/continker/metrollm-bench.
View arXiv pageView PDFProject pageGitHub0Add to collection
Get this paper in your agent:
hf papers read 2609\.10016
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper5
#### continker/metrollm-bench-mac Updatedabout 22 hours ago
#### continker/Qwen3.5-9B-metro-v24 Text Generation• 9B• Updatedabout 22 hours ago • 11
#### continker/Qwen3.5-2B-metro-v24 Text Generation• 2B• Updatedabout 22 hours ago • 20
#### continker/Qwen3.5-4B-metro-v24 Text Generation• 4B• Updatedabout 22 hours ago • 12
Browse 5 models citing this paper## Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2609.10016 in a dataset README.md to link it from this page.
Spaces citing this paper1
Collections including this paper1
Similar Articles
Conv-to-Bench: Evaluating Language Models Via User-Assistant Dialogues In Code Tasks
Conv-to-Bench is a multi-stage framework that automatically transforms multi-turn user-assistant dialogues into structured, verifiable requirement checklists for evaluating large language models on code tasks, achieving near-perfect alignment with human-authored benchmarks at lower computational cost.
Benchmarking LLMs
A study or report on benchmarking large language models, likely comparing performance across various tasks.
Magis-Bench: Evaluating LLMs on Magistrate-Level Legal Tasks
This article introduces Magis-Bench, a benchmark for evaluating large language models on magistrate-level legal tasks such as judicial reasoning and sentence drafting, using data from Brazilian judicial exams.
Compliance, Capability, and Conflict: Benchmarking Multimodal LLMs under System Messages
The article introduces VSysBench, a benchmark for evaluating multimodal large language models on constraint compliance and answer correctness under system messages, finding that system messages reduce task accuracy and compliance varies between open-weight and proprietary models.
DLawBench: Evaluating LLMs Through Multi-Turn Legal Consultation
DLawBench is a new benchmark for evaluating large language models in multi-turn legal consultation, covering Chinese and US law with four client types. Experiments show significant room for improvement, with the best model achieving only 0.562 on legal reasoning.