vix.ing · top · new · best · stats · spec

WaveCoder: Widespread And Versatile Enhancement For Code Large Language Models By Instruction Tuning

2023/12/20 by Zhaojian Yu, Xin Zhang, Yu, Zhaojian +13 · 1 voice · 13 citations
Computer Science · #Software Testing and Debugging Techniques #Software System Performance and Reliability #Parallel Computing and Optimization Techniques

paper · pdf · doi:10.48550/arxiv.2312.14187

Abstract

Recent work demonstrates that, after instruction tuning, Code Large Language Models (Code LLMs) can obtain impressive capabilities to address a wide range of code-related tasks. However, current instruction tuning methods for Code LLMs mainly focus on the traditional code generation task, resulting in poor performance in complex multi-task scenarios. In this paper, we concentrate on multiple code-related tasks and present WaveCoder, a series of Code LLMs trained with Widespread And Versatile Enhanced instruction data. To enable the models to tackle complex code-related tasks, we propose a method to stably generate diverse, high-quality instruction data from open source code dataset in multi-task scenarios and obtain CodeSeaXDataset, a dataset comprising 19,915 instruction instances across 4 code-related tasks, which is aimed at improving the generalization ability of Code LLM. Our experiments demonstrate that WaveCoder models significantly outperform other open-source models in terms of the generalization ability across different code-related tasks. Moreover, WaveCoder-Ultra-6.7B presents the state-of-the-art generalization abilities on a wide range of code-related tasks.

Cited by

Discussions

Related