activity
20242026
collaborators
Showing cs.SEShow all

11 papers · 1 filter

cs.SE2026

UML Class Diagram Evaluation and Repair Strategies based on LLMs

Jie Liang, Peng Liang, Chong Wang

UML class diagrams are a crucial tool for defining the structure of software systems, but designing accurate and comprehensive class diagrams is a challenging task. Traditionally,…

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.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

Assessing Language Models for Salient Class Identification

Bo Xiong, Chaoran Cai, Zongen Ren +3

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.SE2025

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

Contextual Code Retrieval for Commit Message Generation: A Preliminary Study

Bo Xiong, Linghao Zhang, Chong Wang +1

A commit message describes the main code changes in a commit and plays a crucial role in software maintenance. Existing commit message generation (CMG) approaches typically frame i…