
If you're building or evaluating coding agents, this exposes a blind spot in standard test-passing metrics: models often wrap dead code in guards instead of deleting it, which looks like success but degrades code quality over time.
“deletion recall against the developer patch reaches at most 71.7% even on tasks all five solve”
“29.0% of passing patches wrap the targeted code in a guard or fallback, a pattern we call Guard-and-Go”
“four frontier models spanning closed and open weights fall from 63.2% to 41.9%”
“teaching deletion during post-training reduces deletion avoidance and improves broader code-editing performance, suggesting the behavior is undertrained rather than beyond reach”
articleHow effective are traditional test criteria at detecting bugs in large language models generated code?Asma Hamidi, Michael Konstantinou, Renzo Degiovanni, Mike Papadakis
articleMemorization Diagnostics for Code LLMs Should be Scale-AwarePrateek Kumar Rajput, Abdoul Aziz Bonkoungou, Alberick Euraste Djir\'e, Xunzhu Tang, Yewei Song, Iyiola Emmanuel Olatunji, El Hacen Diallo, Jacques Klein, Tegawend\'e F. Bissyand\'eChecking sign-in…
Loading comments…