PulseAugur
实时 09:35:51
English(EN) LangSelect: Cost-Aware Target-Language Routing for LLM Code Generation

LangSelect 通过路由到成本效益高的语言来优化 LLM 代码生成

研究人员开发了 LangSelect,这是一个新颖的系统,旨在通过智能地将请求路由到成本效益最高的目标编程语言来优化大型语言模型 (LLM) 的代码生成。这种方法认识到,对于某些任务,多种编程语言可以满足相同的测试用例,而语言的选择会显著影响生成代码的长度,进而影响其成本。LangSelect 旨在通过选择目标语言来提高效率,如果初始尝试失败,则回退到另一个选项。在 MultiLang-Bench 语料库上的评估表明,LangSelect 可以在保持高通过率的同时将 token 使用量减少 50% 以上,展示了其为可验证代码生成定义实际成本-正确性边界的潜力。 AI

影响 这项研究通过优化语言选择,可能导致更具成本效益的 LLM 代码生成。

排序理由 这是一篇详细介绍 LLM 代码生成新方法的论文。[lever_c_demoted from research: ic=1 ai=1.0]

在 arXiv cs.CL 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

LangSelect 通过路由到成本效益高的语言来优化 LLM 代码生成

本文如何被排名

Signal score
13 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
这是一篇详细介绍 LLM 代码生成新方法的论文。[lever_c_demoted from research: ic=1 ai=1.0]
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
paper, product
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
Breaking (< 6h)
Fresh story with cross-source coverage still developing. Ranking may shift as more sources report.

完整方法见我们的编辑标准

报道来源 [1]

  1. arXiv cs.CL TIER_1 English(EN) · Son Ha Xuan, Phat T. Tran-Truong, Xuan-Bach Le, Nghia Duong-Trung ·

    LangSelect:LLM代码生成的成本感知目标语言路由

    arXiv:2609.18959v1 Announce Type: new Abstract: LLM code-generation systems usually choose a target programming language before decoding and treat that choice as fixed. We show that, for language-flexible programming tasks -- tasks where several target languages are acceptable an…