cs.PLSep 1, 2026

Predicting Program Exit Code with LLMs and Programming Language Semantics

Authors: Lara MarinovAditya ThimmaiahJayanth SrinivasaJunyi Jessy LiMilos Gligoric

Organizations: The University of Texas at Austin · Cisco Research

Abstract

Large language models (LLMs) have shown proficiency in various software engineering tasks, such as code generation and translation. However, a key limitation in their performance may be their (lack of) understanding of programming-language semantics. Even when explicit semantics are given, it remains unclear whether LLMs apply those rules or lean on priors learned during pre-training instead. We study if LLMs lean on priors or given semantics with a novel task--Program Executability Prediction (PrEx)--that asks models to predict whether a program is semantically valid or invalid (and, if invalid, which formal rule it violates) given the program's syntax and operational semantics. Because PrEx requires both valid and invalid programs, we build a dataset with systematically generated invalid transformations derived from valid programs. We evaluate open-source coding LLMs under two semantic formalisms and two semantic shifts across Human-Written, LLM-Translated, and Fuzzer-Generated program splits. Our findings show that LLMs lean on pre-training priors rather than systematically applying the given rules, performing especially poorly on modified semantics and degrading further as program complexity increases. PrEx is available at https://github.com/EngineeringSoftware/prex.

Explore similar work

CardsList
  1. Beyond BLEU: A Semantic Evaluation Method for Code Translation

    May 6, 2026Julius Näumann, Sven Keidel, Amir Molzam Sharifloo +1Code QualityCode Generation

  2. Syntax Without Semantics: Teaching Large Language Models to Code in an Unseen Language

    May 15, 2026Vinayshekhar Bannihatti Kumar, Disha Makhija, Manoj Ghuhan Arivazhagan +1Code Generation