paper-with-me

Papers

Prompt-Driven Code Summarization: A Systematic Literature Review

2026-04-16 · Afia Farjana, Zaiyu Cheng, Antonio Mastropaolo arxiv

Software documentation is essential for program comprehension, developer onboarding, code review, and long-term maintenance. Yet producing quality documentation manually is time-consuming and frequently yields incomplete or inconsistent results. Large language models (LLMs) offer a promising solution by automatically generating natural language descriptions from source code, helping developers understand code more efficiently, facilitating maintenance, and supporting downstream activities such as defect localization and commit message generation. However, the effectiveness of LLMs in documentation tasks critically depends on how they are prompted. Properly structured instructions can substantially improve model performance, making prompt engineering-the design of input prompts to guide model behavior-a foundational technique in LLM-based software engineering. Approaches such as few-shot prompting, chain-of-thought reasoning, retrieval-augmented generation, and zero-shot learning show promise for code summarization, yet current research remains fragmented. There is limited understanding of which prompting strategies work best, for which models, and under what conditions. Moreover, evaluation practices vary widely, with most studies relying on overlap-based metrics that may not capture semantic quality. This systematic literature review consolidates existing evidence, categorizes prompting paradigms, examines their effectiveness, and identifies gaps to guide future research and practical adoption.

📄 PDF Abstract BibTeX arXiv:2604.15385

Code (0)

등록된 구현이 없습니다.

Tasks

Prompt EngineeringZero-Shot Learning

Similar Papers 제목 키워드 기반

PROMPTHEUS: A Human-Centered Pipeline to Streamline SLRs with LLMs

2024-10-21 · João Pedro Fernandes Torres, Catherine Mulligan, Joaquim Jorge, Catarina Moreira

The growing volume of academic publications poses significant challenges for researchers conducting timely and accurate Systematic Literature Reviews, particularly in fast-evolving fields like artificial intelligence. Th…

Can GPT models Follow Human Summarization Guidelines? Evaluating ChatGPT and GPT-4 for Dialogue Summarization

2023-10-25 · Yongxin Zhou, Fabien Ringeval, François Portet

This study explores the capabilities of prompt-driven Large Language Models (LLMs) like ChatGPT and GPT-4 in adhering to human guidelines for dialogue summarization. Experiments employed DialogSum (English social convers…

Semantic SimilaritySemantic Textual Similarity

Entity-driven Fact-aware Abstractive Summarization of Biomedical Literature

2022-03-30 · Amanuel Alambo, Tanvi Banerjee, Krishnaprasad Thirunarayan, Michael Raymer

As part of the large number of scientific articles being published every year, the publication rate of biomedical literature has been increasing. Consequently, there has been considerable effort to harness and summarize …

Abstractive Text SummarizationArticlesDecoderDocument Summarization+1

Evaluating Pre-Trained Language Models on Multi-Document Summarization for Literature Reviews

2022-10-01 · sdp (COLING) 2022 10 · Benjamin Yu

Systematic literature reviews in the biomedical space are often expensive to conduct. Automation through machine learning and large language models could improve the accuracy and research outcomes from such reviews. In t…

Document SummarizationMulti-Document Summarization

Prompting Techniques for Secure Code Generation: A Systematic Investigation

2024-07-09 · Catherine Tony, Nicolás E. Díaz Ferreyra, Markus Mutas, Salem Dhiff 외

Large Language Models (LLMs) are gaining momentum in software development with prompt-driven programming enabling developers to create code from natural language (NL) instructions. However, studies have questioned their …

Code GenerationSystematic Literature Review