Code Comment Generation
1개 벤치마크 · 논문 10편 · 이 태스크의 논문 보기 →
Benchmarks
DeepCom
Most implemented
CoNT: Contrastive Neural Text Generation
Investigating the Efficacy of Large Language Models for Code Clone Detection
CodeTrans: Towards Cracking the Language of Silicon's Code Through Self-Supervised Deep Learning and High Performance Computing
Retrieve and Refine: Exemplar-based Neural Comment Generation
Papers
Investigating the Efficacy of Large Language Models for Code Clone Detection
Large Language Models (LLMs) have demonstrated remarkable success in various natural language processing and software engineering tasks, such as code generation. The LLMs are mainly utilized in the prompt-based zero/few-…
Clone DetectionCode Comment GenerationCode GenerationComment GenerationAPIContext2Com: Code Comment Generation by Incorporating Pre-Defined API Documentation
Code comments are significantly helpful in comprehending software programs and also aid developers to save a great deal of time in software maintenance. Code comment generation aims to automatically predict comments in n…
Code Comment GenerationComment GenerationDecoderCoNT: Contrastive Neural Text Generation
Recently, contrastive learning attracts increasing interests in neural text generation as a new solution to alleviate the exposure bias problem. It introduces a sequence-level training signal which is crucial to generati…
Code Comment GenerationComment GenerationContrastive LearningData-to-Text Generation+3LAMNER: Code Comment Generation Using Character Language Model and Named Entity Recognition
Code comment generation is the task of generating a high-level natural language description for a given code method or function. Although researchers have been studying multiple ways to generate code comments automatical…
Code Comment GenerationComment GenerationLanguage ModelingLanguage Modelling+3CodeTrans: Towards Cracking the Language of Silicon's Code Through Self-Supervised Deep Learning and High Performance Computing
Currently, a growing number of mature natural language processing applications make people's life more convenient. Such applications are built by source code - the language in software engineering. However, the applicati…
API Sequence RecommendationCode Comment GenerationCode Documentation GenerationCode Generation+7InferCode: Self-Supervised Learning of Code Representations by Predicting Subtrees
Building deep learning models on source code has found many successful software engineering applications, such as code search, code comment generation, bug detection, code migration, and so on. Current learning technique…
Clone DetectionCode ClassificationCode Comment GenerationCode Search+5