← Search

Charles Jin

4 accepted papers

2026

Discovering Hierarchical Software Engineering Agents via Bandit Optimization

ICLR 2026poster

Large language models (LLMs) are increasingly applied to software engineering (SWE), but they struggle on real-world tasks that are long-horizon and often out of distribution. Current systems typically adopt monolithic designs where a single model attempts to interpret ambiguous issues, navigate lar…

Cited by 0SourceScholar
2024

Emergent Representations of Program Semantics in Language Models Trained on Programs

ICML 2024poster

We present evidence that language models (LMs) of code can learn to represent the formal semantics of programs, despite being trained only to perform next-token prediction. Specifically, we train a Transformer model on a synthetic corpus of programs written in a domain-specific language for navigati…

2023

Incompatibility Clustering as a Defense Against Backdoor Poisoning Attacks

ICLR 2023poster

We propose a novel clustering mechanism based on an incompatibility property between subsets of data that emerges during model training. This mechanism partitions the dataset into subsets that generalize only to themselves, i.e., training on one subset does not improve performance on the other subse…