3 papers
cs.SE2025
Code2API: A Tool for Generating Reusable APIs from Stack Overflow Code Snippets
Yubo Mai, Zhipeng Gao, Xing Hu +3
Nowadays, developers often turn to Stack Overflow for solutions to daily problems, however, these code snippets are partial code that cannot be tested and verified properly. One wa…
cs.SE2024
Towards Better Answers: Automated Stack Overflow Post Updating
Yubo Mai, Zhipeng Gao, Haoye Wang +4
Utilizing code snippets on Stack Overflow (SO) is a common practice among developers for problem-solving. Although SO code snippets serve as valuable resources, it is important to…
cs.SE2024
Are Human Rules Necessary? Generating Reusable APIs with CoT Reasoning and In-Context Learning
Yubo Mai, Zhipeng Gao, Xing Hu +3
Inspired by the great potential of Large Language Models (LLMs) for solving complex coding tasks, in this paper, we propose a novel approach, named Code2API, to automatically perfo…