Evaluating large language models trained on code
Summary
OpenAI introduces Codex, a GPT model fine-tuned on GitHub code, achieving 28.8% functional correctness on HumanEval (a new benchmark for code synthesis from docstrings), significantly outperforming GPT-3 (0%) and GPT-J (11.4%). The paper demonstrates that repeated sampling improves performance to 70.2% with 100 samples, and discusses limitations and broader impacts of code generation systems.
View Cached Full Text
Cached at: 04/20/26, 02:55 PM
Similar Articles
OpenAI Codex
OpenAI Codex is a GPT-3 descendant trained on natural language and billions of lines of source code, capable of generating working code across 15+ programming languages with 3.5x more context memory than GPT-3, now available in private beta via API.
Introducing GPT-5.3-Codex
OpenAI introduces GPT-5.3-Codex, an advanced agentic coding model that combines frontier coding capabilities with reasoning and professional knowledge, achieving state-of-the-art performance on SWE-Bench Pro and Terminal-Bench while being 25% faster than its predecessor.
Introducing upgrades to Codex
OpenAI releases GPT-5-Codex, an optimized version of GPT-5 specialized for agentic software engineering tasks, available via API and across Codex's integrated development environment with improved code review capabilities and long-form task execution.
Building more with GPT-5.1-Codex-Max
OpenAI introduces GPT-5.1-Codex-Max, a new agentic coding model with improved reasoning, token efficiency, and the ability to maintain coherent work across millions of tokens through a 'compaction' mechanism. The model is faster, more intelligent, and can sustain long-running tasks for hours or days, representing a significant advancement in AI-assisted software engineering.
Addendum to GPT-5 system card: GPT-5-Codex
OpenAI has released GPT-5-Codex, a version of GPT-5 optimized for agentic coding tasks, trained with reinforcement learning on real-world coding environments. It is available via Codex CLI, IDE extensions, GitHub, and ChatGPT mobile, with comprehensive safety measures including sandboxing and prompt injection mitigations.