Method name prediction

14 papers with code • 1 benchmarks • 1 datasets

This task has no description! Would you like to contribute one?

Libraries

Use these libraries to find Method name prediction models and implementations

Studying Vulnerable Code Entities in R

sleepyhead01/vulnurable-code-entities-r-analysis 6 Feb 2024

Pre-trained Code Language Models (Code-PLMs) have shown many advancements and achieved state-of-the-art results for many software engineering tasks in the past few years.

1
06 Feb 2024

TransformCode: A Contrastive Learning Framework for Code Embedding via Subtree transformation

iamfaith/transformcode 10 Nov 2023

The main reason for this is that encoding each code token would cause model parameter inflation, resulting in a lot of parameters storing information that we are not very concerned about.

2
10 Nov 2023

Assessing Project-Level Fine-Tuning of ML4SE Models

zetang94/ase2023_knm-lm 7 Jun 2022

We evaluate three models of different complexity and compare their quality in three settings: trained on a large dataset of Java projects, further fine-tuned on the data from a particular project, and trained from scratch on this data.

12
07 Jun 2022

Syntax-Guided Program Reduction for Understanding Neural Code Intelligence Models

mdrafiqulrabin/SIVAND 28 May 2022

Our experiments on multiple models across different types of input programs show that the syntax-guided program reduction technique is faster and provides smaller sets of key tokens in reduced programs.

10
28 May 2022

Extracting Label-specific Key Input Features for Neural Code Intelligence Models

mdrafiqulrabin/ci-dd-perses 14 Feb 2022

The code intelligence (CI) models are often black-box and do not offer any insights on the input features that they learn for making correct predictions.

2
14 Feb 2022

Memorization and Generalization in Neural Code Intelligence Models

uh-serg/ci-memorization 16 Jun 2021

The goal of this paper is to evaluate and compare the extent of memorization and generalization in neural code intelligence models.

2
16 Jun 2021

Understanding Neural Code Intelligence Through Program Simplification

mdrafiqulrabin/SIVAND 7 Jun 2021

Our approach, SIVAND, uses simplification techniques that reduce the size of input programs of a CI model while preserving the predictions of the model.

10
07 Jun 2021

PSIMiner: A Tool for Mining Rich Abstract Syntax Trees from Code

JetBrains-Research/psiminer 23 Mar 2021

PSI trees contain code syntax trees as well as functions to work with them, and therefore can be used to enrich code representation using static analysis algorithms of modern IDEs.

56
23 Mar 2021

Towards Demystifying Dimensions of Source Code Embeddings

mdrafiqulrabin/handcrafted-embeddings 29 Aug 2020

A popular approach in representing source code is neural source code embeddings that represents programs with high-dimensional vectors computed by training deep neural networks on a large volume of programs.

0
29 Aug 2020

On the Generalizability of Neural Program Models with respect to Semantic-Preserving Program Transformations

mdrafiqulrabin/tnpa-generalizability 31 Jul 2020

With the prevalence of publicly available source code repositories to train deep neural network models, neural program models can do well in source code analysis tasks such as predicting method names in given programs that cannot be easily done by traditional program analysis techniques.

29
31 Jul 2020