Browse State-of-the-Art › HumanEval
HumanEval
135 papers with code · 0 benchmarks · 1 dataset archive 2025-07-28
Benchmarks archive 2025-07-28
No benchmark for this task in the archive.
Libraries
Not in the archive: the export carries no per-task library table, so there is nothing to show at snapshot 2025-07-28.
Datasets archive 2025-07-28
1 dataset whose archive record lists this task, ordered by the archive's paper count.
Subtasks archive 2025-07-28
No subtask under this task in the archive's task tree.
Most implemented papers archive 2025-07-28
30 shown of 135 papers with code (264 tagged with this task in all), ordered by repositories listed in the archive, not by stars (the archive holds no stars, so PwC's “Social” and “Latest” sorts cannot be reproduced). Papers without a page here are shown as plain text.
-
7 Jul 2021 13 repositories listed Syntology ran 6 of 39 samples · 33 unverified · 2 pointer-only (licence)We introduce Codex, a GPT language model fine-tuned on publicly available code from GitHub, and study its Python code-writing capabilities.
-
25 Mar 2022 8 repositories listed Syntology ran 10 of 10 samples · 0 unverifiedTo democratize this, we train and release a family of large language models up to 16.
-
18 Jun 2024 7 repositories listed Syntology ran 15 of 29 samples · 14 unverifiedWe introduce ChatGLM, an evolving family of large language models that we have been developing over time.
-
15 Jul 2024 6 repositories listedThis report introduces the Qwen2 series, the latest addition to our large language models and large multimodal models.
-
20 Mar 2023 5 repositories listed Syntology ran 2 of 9 samples · 7 unverifiedLarge language models (LLMs) have been increasingly used to interact with external environments (e.
-
14 Jun 2023 4 repositories listed Syntology ran 3 of 7 samples · 4 unverified · 1 pointer-only (licence)Moreover, our model even outperforms the largest closed LLMs, Anthropic's Claude and Google's Bard, on HumanEval and HumanEval+.
-
9 May 2023 4 repositories listed Syntology ran 2 of 2 samples · 0 unverifiedThe BigCode community, an open-scientific collaboration working on the responsible development of Large Language Models for Code (Code LLMs), introduces StarCoder and StarCoderBase: 15.
-
24 May 2024 3 repositories listed Syntology ran 12 of 17 samples · 5 unverifiedTo address this issue, we propose \textbf{EffiLearner}, a self-optimization framework that utilizes execution overhead profiles to improve the efficiency of LLM-generated code.
-
13 May 2024 3 repositories listed Syntology ran 0 of 1 samples · 1 unverified · 1 pointer-only (licence)We present the workflow of Online Iterative Reinforcement Learning from Human Feedback (RLHF) in this technical report, which is widely reported to outperform its offline counterpart by a large margin in the recent…
-
4 Dec 2023 3 repositories listed Syntology ran 1 of 2 samples · 1 unverifiedMagicoder models are trained on 75K synthetic instruction data using OSS-Instruct, a novel approach to enlightening LLMs with open-source code snippets to generate diverse instruction data for code.
-
14 Aug 2023 3 repositories listed Syntology ran 9 of 13 samples · 4 unverifiedWe benchmark CommitPack against other natural and synthetic code instructions (xP3x, Self-Instruct, OASST) on the 16B parameter StarCoder model, and achieve state-of-the-art performance among models not trained on…
-
20 Dec 2022 3 repositories listed Syntology ran 5 of 5 samples · 0 unverifiedMost existing works on robustness in text or code tasks have focused on classification, while robustness in generation tasks is an uncharted area and to date there is no comprehensive benchmark for robustness in code…
-
31 Oct 2024 2 repositories listed Syntology ran 13 of 37 samples · 24 unverifiedIn our primary experiments, we use SelfCodeAlign with CodeQwen1.
-
19 Sep 2024 2 repositories listedIn particular, we observe that training via SFT falls prey to either a distribution mismatch between mistakes made by the data-collection policy and the model's own responses, or to behavior collapse, where learning…
-
5 Sep 2024 2 repositories listed Syntology ran 1 of 1 samples · 0 unverified · 1 pointer-only (licence)We empirically demonstrate that this lack of diversity can be mitigated by searching over candidate plans for solving a problem in natural language.
-
1 Jun 2024 2 repositories listed Syntology ran 0 of 1 samples · 1 unverifiedDespite the active exploration of LLMs for a variety of code tasks, either from the perspective of natural language processing (NLP) or software engineering (SE) or both, there is a noticeable absence of a comprehensive…
-
18 May 2024 2 repositories listed Syntology ran 0 of 10 samples · 10 unverifiedIn this paper, we introduce a new approach to code generation tasks leveraging multi-agent prompting that uniquely replicates the full cycle of program synthesis as observed in human developers.
-
14 Mar 2024 2 repositories listed Syntology ran 1 of 1 samples · 0 unverifiedEvaluating the alignment of large language models (LLMs) with user-defined coding preferences is a challenging endeavour that requires a deep assessment of LLMs' outputs.
-
11 Mar 2024 2 repositories listed Syntology ran 11 of 13 samples · 2 unverifiedWe conduct a systematic evaluation for over 100 latest code LLMs on InfiBench, leading to a series of novel and insightful findings.
-
19 Feb 2024 2 repositories listed Syntology ran 8 of 11 samples · 3 unverifiedThis research aims to accelerate the inference speed of large language models (LLMs) with billions of parameters.
-
13 Feb 2024 2 repositories listed Syntology ran 2 of 4 samples · 2 unverifiedTo evaluate code large language models (LLMs), research has relied on a few small manually curated benchmarks, such as HumanEval and MBPP, which represent a narrow part of the real-world software domains.
-
6 Oct 2023 2 repositories listed Syntology ran 7 of 9 samples · 2 unverifiedBy leveraging the in-context learning ability of LMs, we integrate Monte Carlo Tree Search into LATS to enable LMs as agents, along with LM-powered value functions and self-reflections for proficient exploration and…
-
19 Sep 2023 2 repositories listedLarge language models (LLMs) have demonstrated remarkable performance on a variety of natural language tasks based on just a few examples of natural language instructions, reducing the need for extensive feature…
-
24 Aug 2023 2 repositories listed Syntology ran 3 of 5 samples · 2 unverified · 4 pointer-only (licence)We release Code Llama, a family of large language models for code based on Llama 2 providing state-of-the-art performance among open models, infilling capabilities, support for large input contexts, and zero-shot…
-
3 Aug 2023 2 repositories listedThird, we find that generating the entire class all at once (i.
-
13 May 2023 2 repositories listed Syntology ran 3 of 4 samples · 1 unverifiedTo address these limitations, we propose ``CodeT5+'', a family of encoder-decoder LLMs for code in which component modules can be flexibly combined to suit a wide range of downstream code tasks.
-
30 Mar 2023 2 repositories listed Syntology ran 2 of 8 samples · 6 unverifiedLarge pre-trained code generation models, such as OpenAI Codex, can generate syntax- and function-correct code, making the coding of programmers more productive and our pursuit of artificial general intelligence closer.
-
26 Oct 2022 2 repositories listed Syntology ran 1 of 6 samples · 5 unverifiedUsing these benchmarks, we are able to assess the performance of code generation models in a multi-lingual fashion, and discovered generalization ability of language models on out-of-domain languages, advantages of…
-
9 Jul 2025 1 repository listedLarge language models (LLMs) have recently achieved notable success in code-generation benchmarks such as HumanEval and LiveCodeBench.
-
7 Jul 2025 1 repository listed Syntology ran 2 of 2 samples · 0 unverified · 2 pointer-only (licence)We present any4, a learned 4-bit weight quantization solution for large language models (LLMs) providing arbitrary numeric representations without requiring pre-processing of weights or activations.
Syntology lines on 25 of the papers shown; no Syntology record for the others (a paper without an arXiv id cannot be joined to the graph, and absence from the graph layer is not a recorded non-run). “Ran” means the sample executed on a synthesized fixture, not that the paper's result was reproduced. Read from the graph 2026-09-24.
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections