← Search

Yangtian Zi

2 accepted papers

2026

Agnostics: Learning to Synthesize Code in Any Programming Language with a Universal Reinforcement Learning Environment

ICLR 2026poster

Large language models (LLMs) already excel at writing code in high-resource languages such as Python and JavaScript, yet stumble on low-resource languages that remain essential to science and engineering. Besides the obvious shortage of pre-training data, post-training itself is a bottleneck: every…

Cited by 0SourcecodeScholar
2024

StudentEval: A Benchmark of Student-Written Prompts for Large Language Models of Code

ACL 2024findings

Code LLMs have the potential to make it easier for non-experts to understand and write code. However, current CodeLLM benchmarks rely on a single expert-written prompt per problem, making it hard to generalize their success to non-expert users. In this paper, we present a new natural-language-to-cod…