BriefGPT.xyz
Oct, 2023
InstructCoder:赋予语言模型在代码编辑中的能力
InstructCoder: Empowering Language Models for Code Editing
HTML
PDF
Qisheng Hu, Kaixin Li, Xu Zhao, Yuxi Xie, Tiedong Liu...
TL;DR
本研究使用大型语言模型(LLMs)和InstructCoder数据集,探索用户指令下的代码编辑,涵盖评论插入、代码优化和代码重构等多个隐含任务。实验证明,在InstructCoder数据集上对开源LLMs进行精细调整,能够大多数情况下正确地编辑代码,展现了前所未有的代码编辑性能水平。
Abstract
code editing
encompasses a variety of pragmatic tasks that developers deal with daily. Despite its relevance and practical usefulness, automatic
code editing
remains an underexplored area in the evolution of deep
→