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

Latest papers with no code

Evaluating the Impact of Source Code Parsers on ML4SE Models

no code yet • 17 Jun 2022

Even though the process of extracting ASTs from code can be done with different parsers, the impact of choosing a parser on the final model quality remains unstudied.

Code2Snapshot: Using Code Snapshots for Learning Representations of Source Code

no code yet • 1 Nov 2021

We evaluate several variations of this representation and compare its performance with state-of-the-art representations that utilize the rich syntactic and semantic features of input programs.

Universal Representation for Code

no code yet • 4 Mar 2021

Learning from source code usually requires a large amount of labeled data.

InferCode: Self-Supervised Learning of Code Representations by Predicting Subtrees

no code yet • 13 Dec 2020

We trained an InferCode model instance using the Tree-based CNN as the encoder of a large set of Java code and applied it to downstream unsupervised tasks such as code clustering, code clone detection, cross-language code search or reused under a transfer learning scheme to continue training the model weights for supervised tasks such as code classification and method name prediction.

Self-Supervised Contrastive Learning for Code Retrieval and Summarization via Semantic-Preserving Transformations

no code yet • 6 Sep 2020

Corder is designed to alleviate the need of labeled data for code retrieval and code summarization tasks.

Learning Semantic Program Embeddings with Graph Interval Neural Network

no code yet • 18 May 2020

We have also created a neural bug detector based on GINN to catch null pointer deference bugs in Java code.

Learning Blended, Precise Semantic Program Embeddings

no code yet • 3 Jul 2019

Learning on the same set of functions (more than 170K in total), \liger significantly outperforms code2seq, the previous state-of-the-art for method name prediction.