Browse State-of-the-Art › Code Completion
Code Completion
108 papers with code · 6 benchmarks · 12 datasets archive 2025-07-28
Benchmarks archive 2025-07-28
6 leaderboard tables shown for this task, 6 with rows (a “benchmark” on this site is a table with at least one row, as on /sota), ordered by row count. “Best model” is the first row in the archive's own order at snapshot; nothing is re-ranked here and metric direction is not recorded in the archive. PwC's Trend sparklines are not in the archive, so that column is omitted.
| Dataset | Best model (first row in archive order) | Paper | Code | Syntology | Compare |
|---|---|---|---|---|---|
| SAFIM (15 rows) | deepseek-coder-33b-base | Evaluation of LLMs on Syntax-Aware Code Fill-in-the-Middle Tasks | code | Syntology ran 2 of 2 samples · 0 unverified | Compare |
| CodeXGLUE - Github Java Corpus (3 rows) | CodeGPT-adapted | CodeXGLUE: A Machine Learning Benchmark Dataset for Code... | code | Syntology ran 1 of 1 samples · 0 unverified | Compare |
| CodeXGLUE - PY150 (3 rows) | CodeGPT-adapted | CodeXGLUE: A Machine Learning Benchmark Dataset for Code... | code | Syntology ran 1 of 1 samples · 0 unverified | Compare |
| DotPrompts (3 rows) | SantaCoder-MGD | Guiding Language Models of Code with Global Context using Monitors | code | Syntology ran 2 of 2 samples · 0 unverified | Compare |
| Defects4J (2 rows) | Rambo | RAMBO: Enhancing RAG-based Repository-Level Method Body Completion | code | — | Compare |
| Rambo Benchmark (2 rows) | Rambo | RAMBO: Enhancing RAG-based Repository-Level Method Body Completion | code | — | Compare |
Syntology column: samples harvested from the paper's repositories and executed on synthesized fixtures; “ran” is not a correctness claim and does not order the table. A dash means no Syntology record for that paper, not a recorded non-run. Read from the graph 2026-09-24.
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
12 datasets whose archive record lists this task, ordered by the archive's paper count.
Subtasks archive 2025-07-28
1 subtask in the archive's task tree.
Most implemented papers archive 2025-07-28
30 shown of 108 papers with code (212 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.
-
9 Feb 2021 7 repositories listed Syntology ran 1 of 1 samples · 0 unverifiedBenchmark datasets have a significant impact on accelerating research in programming language tasks.
-
29 Feb 2024 4 repositories listedOur large model, StarCoder2- 15B, significantly outperforms other models of comparable size.
-
2 Sep 2024 3 repositories listedThrough extensive experimental analysis, we identified three key challenges in designing effective data management strategies that enable the model to achieve long-context capability without sacrificing performance in…
-
10 Oct 2023 3 repositories listedIn long context scenarios, large language models (LLMs) face three main challenges: higher computational cost, performance reduction, and position bias.
-
28 Aug 2023 3 repositories listed Syntology ran 1 of 1 samples · 0 unverifiedIn this paper, we introduce LongBench, the first bilingual, multi-task benchmark for long context understanding, enabling a more rigorous evaluation of long context understanding.
-
18 Oct 2018 3 repositories listedMachine learning models that take computer program source code as input typically use Natural Language Processing (NLP) techniques.
-
4 Jul 2024 2 repositories listedFoundation models (FM), such as large language models (LLMs), which are large-scale machine learning (ML) models, have demonstrated remarkable adaptability in various downstream software engineering (SE) tasks, such as…
-
24 May 2024 2 repositories listedThis study evaluates the OpenAPI completion performance of GitHub Copilot, a prevalent commercial code completion tool, and proposes a set of task-specific optimizations leveraging Meta's open-source model Code Llama.
-
12 Mar 2024 2 repositories listed Syntology ran 2 of 2 samples · 0 unverifiedThe rapid advancement of Large Language Models (LLMs) has brought about remarkable generative capabilities but also raised concerns about their potential misuse.
-
18 Aug 2023 2 repositories listedWith easier access to powerful compute resources, there is a growing trend in the field of AI for software development to develop larger and larger language models (LLMs) to address a variety of programming tasks.
-
16 May 2023 2 repositories listedMessage Passing Interface (MPI) plays a crucial role in distributed memory parallelization across multiple nodes.
-
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.
-
18 Apr 2023 2 repositories listed Syntology ran 1 of 16 samples · 15 unverifiedHowever, large generative language model trained on structured data such as code has demonstrated impressive capability in understanding natural language for structural prediction and reasoning tasks.
-
23 Feb 2023 2 repositories listed Syntology ran 0 of 2 samples · 2 unverifiedLarge Language Models (LLMs) are increasingly being integrated into various applications.
-
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…
-
8 Mar 2022 2 repositories listed Syntology ran 2 of 4 samples · 2 unverifiedFurthermore, we propose to utilize multi-modal contents to learn representation of code fragment with contrastive learning, and then align representations among programming languages using a cross-modal generation task.
-
9 Jun 2021 2 repositories listedNeural language models can be successfully trained on source code, leading to applications such as code completion.
-
16 Nov 2020 2 repositories listedThe resulting tools complement and outperform traditional program analyses, and are used in industrial practice.
-
30 Sep 2019 2 repositories listed Syntology ran 0 of 8 samples · 8 unverifiedWe introduce a new approach to any-code completion that leverages the strict syntax of programming languages to model a code snippet as a tree - structural language modeling (SLM).
-
4 Jun 2025 1 repository listedCode data in large language model (LLM) pretraining is recognized crucial not only for code-related tasks but also for enhancing general intelligence of LLMs.
-
22 May 2025 1 repository listed Syntology ran 5 of 5 samples · 0 unverified · 5 pointer-only (licence)We therefore introduce SWE-Dev, the first large-scale dataset (with 14, 000 training and 500 test samples) designed to evaluate and train autonomous coding systems on real-world feature development tasks.
-
15 May 2025 1 repository listedIn this paper, we first propose CoV-Eval, a multi-task benchmark covering various tasks such as code completion, vulnerability repair, vulnerability detection and classification, for comprehensive evaluation of LLM code…
-
27 Mar 2025 1 repository listedLanguage models (LMs) have become a staple of the code-writing toolbox.
-
25 Mar 2025 1 repository listedWe introduce LogQuant, a groundbreaking 2-bit quantization technique for KV Cache in large language model (LLM) inference, delivering substantial memory savings while preserving superior performance.
-
12 Mar 2025 1 repository listedLLMs perform exceptionally well in the CASTLE dataset when identifying vulnerabilities in small code snippets.
-
12 Mar 2025 1 repository listedUnlike existing methods that require training multiple prefixes, our approach trains only one prefix and leverages pairs of high-quality and low-quality code samples, introducing a sequence-level ranking loss to guide…
-
24 Feb 2025 1 repository listed Syntology ran 2 of 10 samples · 8 unverifiedDespite its promise, the effective application of speculative decoding in LLMs still confronts three key challenges: the increasing memory demands of the draft model, the distribution shift between the short-training…
-
20 Feb 2025 1 repository listedThe performance of state-of-the-art LLMs on these synthetic benchmarks lies in the range of 40-60% accuracy, thereby demonstrating the effectiveness of our framework at generating challenging problems.
-
19 Jan 2025 1 repository listedResults show that our method reduces the energy consumption between 23-50 % on average for code generation tasks without significantly affecting accuracy.
-
5 Nov 2024 1 repository listedThe rapid evolution of software libraries presents a significant challenge for code generation models, which must adapt to frequent version updates while maintaining compatibility with previous versions.
Syntology lines on 11 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