Compact Modern Chinese travels best.
zh_compact is the most stable choice across model families, often preserving quality while controlling completion length.
Cross-lingual LLM evaluation
A controlled study of whether English, compact Modern Chinese, and Classical Chinese move an LLM to a different quality–cost frontier — with tasks and model backends held fixed.
The result is not “one language wins.” Prompt language interacts with model capacity, task type, and reasoning visibility.
zh_compact is the most stable choice across model families, often preserving quality while controlling completion length.
Classical Chinese is strongest overall for GPT-5.4 in the corrected matrix, but its advantage does not transfer reliably to smaller open models.
Hidden reasoning mainly cuts visible-token cost; compact-visible reasoning preserves the strongest GPT-5.4/Wényán point at much lower cost than explicit process.
Only the system-prompt language changes. The task subset, model backend, evaluator, and output budget stay fixed.
base
The conventional control: clear, terse, and familiar to every model family in the study.
“Follow the user’s instructions carefully… eliminate redundancy and aim for compact, clear expression.”
zh_compact
A compact Chinese control that separates language effects from the special literary style of Wényán.
“请严格遵循用户要求……删繁就简,要求表达精炼、意思清楚。”
wy
An information-dense natural language whose ellipsis and terse grammar make it a plausible prompt-compression regime.
“凡码与引文外,释理叙事宜从简。禁绝白话冗词,务求辞约义明。”
The 2048-token rerun removes the largest truncation artifact from the pilot and reports score together with total inference tokens.
A second three-run study varies whether reasoning is explicit, hidden, or compact-visible while keeping the language conditions fixed.
Every run records the exact task subset, prompt condition, configured token budget, finish reason, token usage, and evaluator result. The pipeline keeps raw execution, aggregation, and plotting separate.
fixed manifest
→ task × language × model runs
→ results.jsonl + usage metadata
→ truncation audit
→ cross-run aggregation
→ score / token Pareto plots
The public repository includes manifests, runners, aggregated reports, plotting scripts, and publish-safe result artifacts.