English

Leveraging LLMs for Legacy Code Modernization: Challenges and Opportunities for LLM-Generated Documentation

Machine Learning 2024-11-25 v1 Software Engineering

Abstract

Legacy software systems, written in outdated languages like MUMPS and mainframe assembly, pose challenges in efficiency, maintenance, staffing, and security. While LLMs offer promise for modernizing these systems, their ability to understand legacy languages is largely unknown. This paper investigates the utilization of LLMs to generate documentation for legacy code using two datasets: an electronic health records (EHR) system in MUMPS and open-source applications in IBM mainframe Assembly Language Code (ALC). We propose a prompting strategy for generating line-wise code comments and a rubric to evaluate their completeness, readability, usefulness, and hallucination. Our study assesses the correlation between human evaluations and automated metrics, such as code complexity and reference-based metrics. We find that LLM-generated comments for MUMPS and ALC are generally hallucination-free, complete, readable, and useful compared to ground-truth comments, though ALC poses challenges. However, no automated metrics strongly correlate with comment quality to predict or measure LLM performance. Our findings highlight the limitations of current automated measures and the need for better evaluation metrics for LLM-generated documentation in legacy systems.

Keywords

Cite

@article{arxiv.2411.14971,
  title  = {Leveraging LLMs for Legacy Code Modernization: Challenges and Opportunities for LLM-Generated Documentation},
  author = {Colin Diggs and Michael Doyle and Amit Madan and Siggy Scott and Emily Escamilla and Jacob Zimmer and Naveed Nekoo and Paul Ursino and Michael Bartholf and Zachary Robin and Anand Patel and Chris Glasz and William Macke and Paul Kirk and Jasper Phillips and Arun Sridharan and Doug Wendt and Scott Rosen and Nitin Naik and Justin F. Brunelle and Samruddhi Thaker},
  journal= {arXiv preprint arXiv:2411.14971},
  year   = {2024}
}

Comments

Abbreviated version submitted to LLM4Code 2025 (a workshop co-located with ICSE 2025), 13 pages, 3 figures

R2 v1 2026-06-28T20:09:03.802Z