activity
20242026
collaborators

8 papers

cs.SE2026

LLM-Enhanced Commit Message Generation via Issue Information: An Exploratory Study

Zongen Ren, Wei Shi, Bo Xiong +2

Commit messages help developers understand code changes, support collaboration, and improve long-term maintenance. However, the use of issue information alone as the external conte…

cs.CL2026

On the Stability of Prompt Ranking in Large Language Model Evaluation

Shaoshuai Du, Penghao Liang, Yixian Shen +3

Prompt-based interaction has become a dominant paradigm for using large language models (LLMs), where multiple candidate prompts are evaluated and the top-ranked one is selected fo…

cs.SE2026

Assessing Language Models for Salient Class Identification

Bo Xiong, Chaoran Cai, Kaipeng Xiong +2

Code review requires reviewers to understand the core intent of code changes, which becomes difficult when a commit modifies multiple classes. In such commits, one or more primaril…

cs.SE2026

CoRaCommit: A VS Code Extension for Commit Message Generation with Exemplar Retrieval

Chaoran Cai, Bo Xiong, Chong Wang +2

Commit messages are essential textual artifacts that describe the intent behind code changes, and play a critical role in version control, code review, and historical tracking. How…

cs.SE2026

CoRaCMG: Contextual Retrieval-Augmented Framework for Commit Message Generation

Bo Xiong, Linghao Zhang, Zongen Ren +2

Commit messages play a key role in documenting the intent behind code changes. However, they are often low-quality, vague, or incomplete, limiting their usefulness. Commit Message…

cs.SE2025

Assessing UML Diagrams by GPT: Implications for Education

Chong Wang, Beian Wang, Peng Liang +1

In software engineering (SE) research and practice, UML is well known as an essential modeling methodology for requirements analysis and software modeling in both academia and indu…