Towards Leveraging Large Language Model Summaries for Topic Modeling in Source Code
By: Michele Carissimi, Martina Saletta, Claudio Ferretti
Potential Business Impact:
Helps computers understand computer code better.
Understanding source code is a topic of great interest in the software engineering community, since it can help programmers in various tasks such as software maintenance and reuse. Recent advances in large language models (LLMs) have demonstrated remarkable program comprehension capabilities, while transformer-based topic modeling techniques offer effective ways to extract semantic information from text. This paper proposes and explores a novel approach that combines these strengths to automatically identify meaningful topics in a corpus of Python programs. Our method consists in applying topic modeling on the descriptions obtained by asking an LLM to summarize the code. To assess the internal consistency of the extracted topics, we compare them against topics inferred from function names alone, and those derived from existing docstrings. Experimental results suggest that leveraging LLM-generated summaries provides interpretable and semantically rich representation of code structure. The promising results suggest that our approach can be fruitfully applied in various software engineering tasks such as automatic documentation and tagging, code search, software reorganization and knowledge discovery in large repositories.
Similar Papers
Large Language Models (LLMs) for Source Code Analysis: applications, models and datasets
Software Engineering
Helps computers understand and fix computer code.
code_transformed: The Influence of Large Language Models on Code
Computation and Language
AI changes how programmers write computer code.
LLM Contribution Summarization in Software Projects
Software Engineering
Helps teachers grade student coding projects faster.