paper-with-me

Papers

Regression Language Models for Code

2025-09-30 · Yash Akhauri, Xingyou Song, Arissa Wongpanich, Bryan Lewandowski, Mohamed S. Abdelfattah arxiv

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 across multiple high-level languages such as Python and C++, (ii) the latency of Triton GPU kernels, and (iii) the accuracy and speed of trained neural networks represented in ONNX. In particular, a relatively small 300M parameter RLM based on T5Gemma, obtains >0.9 Spearman-rank on competitive programming submissions from APPS, and a single unified model achieves >0.5 average Spearman-rank across 24 different programming languages from CodeNet. Furthermore, the RLM can obtain the highest average Kendall-Tau of 0.46 on five classic NAS design spaces previously dominated by graph neural networks, and simultaneously predict architecture latencies on numerous hardware platforms.

📄 PDF Abstract BibTeX arXiv:2509.26476

Code (0)

등록된 구현이 없습니다.

Tasks

Feature Engineering

Similar Papers 제목 키워드 기반

ReCatcher: Towards LLMs Regression Testing for Code Generation

2025-07-25 · Altaf Allah Abbassi, Leuson Da Silva, Amin Nikanjam, Foutse Khomh arxiv

Large Language Models (LLMs) for code generation evolve rapidly through fine-tuning, merging, or new model releases. However, such updates can introduce regressions, not only in correctness but also in code quality and p…

Code Generation

Instruction Set and Language for Symbolic Regression

2026-03-23 · Ezequiel Lopez-Rubio, Mario Pascual-Gonzalez arxiv

A fundamental but largely unaddressed obstacle in Symbolic regression (SR) is structural redundancy: every expression DAG with admits many distinct node-numbering schemes that all encode the same expression, each occupyi…

Unifying Question Answering, Text Classification, and Regression via Span Extraction

2019-04-19 · Nitish Shirish Keskar, Bryan McCann, Caiming Xiong, Richard Socher

Even as pre-trained language encoders such as BERT are shared across many tasks, the output layers of question answering, text classification, and regression models are significantly different. Span decoders are frequent…

ClassificationGeneral ClassificationMulti-Task LearningQuestion Answering+3

Generating Unseen Code Tests In Infinitum

2024-07-29 · Marcel Zalmanovici, Orna Raz, Eitan Farchi, Iftach Freund

Large Language Models (LLMs) are used for many tasks, including those related to coding. An important aspect of being able to utilize LLMs is the ability to assess their fitness for specific usages. The common practice i…

Code GenerationregressionText-to-Code Generation

OrdinalCLIP: Learning Rank Prompts for Language-Guided Ordinal Regression

2022-06-06 · Wanhua Li, Xiaoke Huang, Zheng Zhu, Yansong Tang 외

This paper presents a language-powered paradigm for ordinal regression. Existing methods usually treat each rank as a category and employ a set of weights to learn these concepts. These methods are easy to overfit and us…

Aesthetics Quality AssessmentAge EstimationFew-shot Age EstimationHistorical Color Image Dating+3