paper-with-me

Papers

Neural Code Summarization

2021-02-26 · Piyush Shrivastava

Code summarization is the task of generating readable summaries that are semantically meaningful and can accurately describe the presumed task of a software. Program comprehension has become one of the most tedious tasks for knowledge transfer. As the codebase evolves over time, the description needs to be manually updated each time with the changes made. An automatic approach is proposed to infer such captions based on benchmarked and custom datasets with comparison between the original and generated results.

📄 PDF Abstract BibTeX arXiv:2103.01025

Code (1)

shrivastava-piyush/nlp-code-summarization 공식 구현 tf

Tasks

Code SummarizationSource Code SummarizationTransfer Learning

Similar Papers 제목 키워드 기반

Abstractive Multi-Document Summarization via Joint Learning with Single-Document Summarization

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Hanqi Jin, Xiaojun Wan

Single-document and multi-document summarizations are very closely related in both task definition and solution method. In this work, we propose to improve neural abstractive multi-document summarization by jointly learn…

DecoderDocument SummarizationMulti-Document Summarization

Code Summarization Beyond Function Level

2025-02-23 · Vladimir Makharev, Vladimir Ivanov

Code summarization is a critical task in natural language processing and software engineering, which aims to generate concise descriptions of source code. Recent advancements have improved the quality of these summaries,…

Code SummarizationFew-Shot LearningIn-Context LearningPrompt Engineering+1

Statement-based Memory for Neural Source Code Summarization

2023-07-21 · Aakash Bansal, Siyuan Jiang, Sakib Haque, Collin McMillan

Source code summarization is the task of writing natural language descriptions of source code behavior. Code summarization underpins software documentation for programmers. Short descriptions of code help programmers und…

Code SummarizationDecoderSource Code Summarization

Video Summarization with Attention-Based Encoder-Decoder Networks

2017-08-31 · Zhong Ji, Kailin Xiong, Yanwei Pang, Xuelong. Li

This paper addresses the problem of supervised video summarization by formulating it as a sequence-to-sequence learning problem, where the input is a sequence of original video frames, the output is a keyshot sequence. O…

DecoderSupervised Video SummarizationVideo Summarization

The Current State of Summarization

2023-05-08 · Fabian Retkowski

With the explosive growth of textual information, summarization systems have become increasingly important. This work aims to concisely indicate the current state of the art in abstractive text summarization. As part of …

Abstractive Text SummarizationDecoderText Summarization