2022
DOI: 10.1007/s10618-022-00866-9
|View full text |Cite
|
Sign up to set email alerts
|

A methodology for refined evaluation of neural code completion approaches

Abstract: Code completion has become an indispensable feature of modern Integrated Development Environments. In recent years, many approaches have been proposed to tackle this task. However, it is hard to compare between the models without explicitly re-evaluating them due to the differences of used benchmarks (e.g. datasets and evaluation metrics). Besides, almost all of these works report the accuracy of the code completion models as aggregated metrics averaged over all types of code tokens. Such evaluations make it d… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1

Citation Types

0
2
0

Year Published

2023
2023
2025
2025

Publication Types

Select...
2
1
1

Relationship

1
3

Authors

Journals

citations
Cited by 4 publications
(2 citation statements)
references
References 24 publications
0
2
0
Order By: Relevance
“…(lines 2-4). We use tree-sitter 19 and Code Token Type Taxonomy (CT3) proposed by Le et al (2023) to analyze token types of each token within the sub-snippets. Identifier definitions encompass variable definitions, argument definitions, and imported libraries, while identifier usages include the utilization of all the specified definitions.…”
Section: Renaming Identifiersmentioning
confidence: 99%
See 1 more Smart Citation
“…(lines 2-4). We use tree-sitter 19 and Code Token Type Taxonomy (CT3) proposed by Le et al (2023) to analyze token types of each token within the sub-snippets. Identifier definitions encompass variable definitions, argument definitions, and imported libraries, while identifier usages include the utilization of all the specified definitions.…”
Section: Renaming Identifiersmentioning
confidence: 99%
“…Furthermore, to prefer specific token types, users can simply enable/disable the corresponding flag of the token type (Listing 3, line 11). These types are determined based on a study of Le et al (2023).…”
Section: One-shot Correction Guimentioning
confidence: 99%