paper-with-me

Papers

Compiler-Guided Inference-Time Adaptation: Improving GPT-5 Programming Performance in Idris

2026-02-12 · Minda Li, Bhaskar Krishnamachari arxiv

GPT-5, a state of the art large language model from OpenAI, demonstrates strong performance in widely used programming languages such as Python, C++, and Java; however, its ability to operate in low resource or less commonly used languages remains underexplored. This work investigates whether GPT-5 can effectively acquire proficiency in an unfamiliar functional programming language, Idris, through iterative, feedback driven prompting. We first establish a baseline showing that with zero shot prompting the model solves only 22 out of 56 Idris exercises using the platform Exercism, substantially underperforming relative to higher resource languages (45 out of 50 in Python and 35 out of 47 in Erlang). We then evaluate several refinement strategies, including iterative prompting based on platform feedback, augmenting prompts with documentation and error classification guides, and iterative prompting using local compilation errors and failed test cases. Among these approaches, incorporating local compilation errors yields the most substantial improvements. Using this structured, error guided refinement loop, GPT-5 performance increased to an impressive 54 solved problems out of 56. These results suggest that while large language models may initially struggle in low resource settings, structured compiler level feedback can play a critical role in unlocking their capabilities.

📄 PDF Abstract BibTeX arXiv:2602.11481

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Augur: a Modeling Language for Data-Parallel Probabilistic Inference

2013-12-12 · Jean-Baptiste Tristan, Daniel Huang, Joseph Tassarotti, Adam Pocock 외

It is time-consuming and error-prone to implement inference procedures for each new probabilistic model. Probabilistic programming addresses this problem by allowing a user to specify the model and having a compiler auto…

Code CompletionGPUProbabilistic Programming

StreamBlocks: A compiler for heterogeneous dataflow computing (technical report)

2021-07-20 · Endri Bezati, Mahyar Emami, Jörn Janneck, James Larus

To increase performance and efficiency, systems use FPGAs as reconfigurable accelerators. A key challenge in designing these systems is partitioning computation between processors and an FPGA. An appropriate division of …

CPU

AgentCompile: An LLM-Guided Compiler for Direct CUDA Inference

2026-06-04 · Xuanzhe Li, Ziyan Weng, Zhiyu Zhu, Junhui Hou arxiv

Transformer inference increasingly depends on specialized compiler and runtime support, but real model graphs still require semantic decisions about which regions are worth specializing and which CUDA implementation fami…

The OoO VLIW JIT Compiler for GPU Inference

2019-01-28 · Paras Jain, Xiangxi Mo, Ajay Jain, Alexey Tumanov 외

Current trends in Machine Learning~(ML) inference on hardware accelerated devices (e.g., GPUs, TPUs) point to alarmingly low utilization. As ML inference is increasingly time-bounded by tight latency SLOs, increasing dat…

GPU

Augur: Data-Parallel Probabilistic Modeling

2014-12-01 · NeurIPS 2014 12 · Jean-Baptiste Tristan, Daniel Huang, Joseph Tassarotti, Adam C. Pocock 외

Implementing inference procedures for each new probabilistic model is time-consuming and error-prone. Probabilistic programming addresses this problem by allowing a user to specify the model and then automatically genera…

GPUProbabilistic Programming