Code Generation
31개 벤치마크 · 논문 3,062편 · 이 태스크의 논문 보기 →
Benchmarks
Terminal-Bench Hard
LiveCodeBench
Terminal-Bench v2.1
SciCode
MBPP
APPS
CoNaLa
HumanEval
CodeContests
Django
WikiSQL
RES-Q
PECC
WebApp1K-React
CoNaLa-Ext
WebApp1k-Duo-React
DSEval-LeetCode
Turbulence
VerilogEval
Livecodebench
Shellcode_IA32
TACO-BAAI
BigCodeBench-Complete
BigCodeBench-Instruct
CONCODE
HumanEval-ET
MBPP-ET
Android Repos
FloCo
Most implemented
LLaMA: Open and Efficient Foundation Language Models
Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Networks
Llama 2: Open Foundation and Fine-Tuned Chat Models
Evaluating Large Language Models Trained on Code
GPT-4 Technical Report
pix2code: Generating Code from a Graphical User Interface Screenshot
Papers
Retrofitting Code Using LLMs to Support Exceptional Behavior
Exception Related Code (ERC), which includes throw statements, conditions (if statements) that guard those throw statements, and try/catch blocks, is an essential component of software systems, allowing developers to det…
Code GenerationΦ-Bench: Can Large Language Models Engineer the Infrastructure That Powers Them?
Large language models (LLMs) have demonstrated remarkable capabilities in reasoning and code generation, raising the prospect that they could assist in developing and optimizing the very infrastructure that powers them. …
Code GenerationRISE: Recursive Improvement via Self-Extrapolating Policy Distillation
On-policy distillation (OPD) provides dense, per-token supervision for language model post-training, but its effectiveness is bottlenecked by teacher quality: external teachers suffer from distribution mismatch, while se…
Mathematical ReasoningCode GenerationSubstrate-Aware AI Agents: Execution Context as a First-Class Input
Autonomous AI agents increasingly select actions in environments whose memory, execution-time, runtime, compute, and operational constraints determine what counts as a suitable plan. We call the absence of this execution…
Code GenerationAutoLR: Automating the Path from Research to Launch Review in Industrial Recommender Systems
Improving an industrial recommender is an iterative research-and-engineering process rather than a direct path from idea to deployment. In \textbf{DASHEN, NetEase's gaming-community app}, algorithm engineers typically id…
Code GenerationBeyond Code Generation: Reliability, Verification, and Cost Economics in the Agentic Software Development Lifecycle
AI coding systems are moving from autocomplete and chat toward agents that can inspect repositories, edit multiple files, run tools, write tests, open pull requests, and work for long periods with limited supervision. Th…
Code Generation