← Search

Hongkui He

2 accepted papers

2025

Rethinking-based Code Summarization with Chain of Comments

COLING 2025main

Automatic code summarization aims to generate concise natural language descriptions (summary) for source code, which can free software developers from the heavy burden of manual commenting and software maintenance. Existing methods focus on learning a direct mapping from pure code to summaries, over…

2024

Beyond Code: Evaluate Thought Steps for Complex Code Generation

COLING 2024main

Code generation aims to generate code in a general-purpose programming language, such as C++, based on natural language intents. Existing efforts primarily focus on relatively simple programming problems and fail to evaluate the thought process involved in complex programming scenarios. In this pape…