Regression Language Models for Code 事件
PRODUCT_LAUNCH2026-05-28影响: MEDIUM
Regression Language Models for Code arXiv:2509.26476v2 Announce Type: replace Abstract: We study code-to-metric regression: predicting numeric outcomes of code executions, a challenging task due to the open-ended nature of programming languages. While prior methods have resorted to heavy and domain-specific feature engineering, we show that a single unified Regression Language Model (RLM) using a frozen LLM encoder can simultaneously predict directly from text, (i) the memory footprint of code