y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#code-correctness News & Analysis

4 articles tagged with #code-correctness. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

4 articles
AIBullisharXiv – CS AI · May 297/10
🧠

Inferring Code Correctness from Specification

Researchers introduce TRAILS, a novel method for validating Large Language Model-generated code by grounding LLM reasoning in concrete input-output pairs derived from specifications. The approach demonstrates significant improvements in code correctness assessment, achieving up to 39% better performance than existing baselines while maintaining greater stability across multiple evaluation runs.

AIBullisharXiv – CS AI · May 287/10
🧠

MCTS-Judge: Test-Time Scaling in LLM-as-a-Judge for Code Correctness Evaluation

Researchers introduce MCTS-Judge, a test-time scaling framework that enhances LLM-based code evaluation by applying Monte Carlo Tree Search to improve reasoning accuracy. The system achieves 80% accuracy on code correctness tasks—surpassing OpenAI's o1 models while using 3x fewer tokens—addressing a critical limitation in using LLMs as reliable judges for complex technical problems.

AINeutralarXiv – CS AI · May 127/10
🧠

Your Simulation Runs but Solves the Wrong Physics: PDE-Grounded Intent Verification for LLM-Generated Multiphysics Simulation Code

Researchers present a method to verify that LLM-generated simulation code solves the intended physics equations, not just that it executes successfully. They introduce Intent Fidelity Score (IFS) to structurally compare generated PDEs against user intent, and demonstrate on 220 multiphysics cases that execution-only validation misses 39-40% of cases solving incorrect physics.

AINeutralarXiv – CS AI · May 276/10
🧠

Verus-SpecGym: An Agentic Environment for Evaluating Specification Autoformalization

Researchers introduce Verus-SpecGym, an evaluation environment for testing whether AI agents can automatically translate informal programming specifications into formal, machine-verifiable code. The benchmark reveals that frontier LLMs like Gemini 3.1 Pro achieve 77.8% accuracy on specification tasks, but generated specs remain brittle and frequently miss edge cases, input constraints, and validation rules that human experts catch.

🧠 Gemini