paper-with-me

Papers

WizardCoder: Empowering Code Large Language Models with Evol-Instruct

2023-06-14 · Ziyang Luo, Can Xu, Pu Zhao, Qingfeng Sun, Xiubo Geng, Wenxiang Hu, Chongyang Tao, Jing Ma, QIngwei Lin, Daxin Jiang

Code Large Language Models (Code LLMs), such as StarCoder, have demonstrated exceptional performance in code-related tasks. However, most existing models are solely pre-trained on extensive raw code data without instruction fine-tuning. In this paper, we introduce WizardCoder, which empowers Code LLMs with complex instruction fine-tuning, by adapting the Evol-Instruct method to the domain of code. Through comprehensive experiments on four prominent code generation benchmarks, namely HumanEval, HumanEval+, MBPP, and DS-1000, we unveil the exceptional capabilities of our model. It surpasses all other open-source Code LLMs by a substantial margin. Moreover, our model even outperforms the largest closed LLMs, Anthropic's Claude and Google's Bard, on HumanEval and HumanEval+. Our code, model weights, and data are public at https://github.com/nlpxucan/WizardLM

📄 PDF Abstract BibTeX arXiv:2306.08568

Code (4)

nlpxucan/wizardlm 공식 구현 pytorch
kyle-lyu/codeact pytorch
kyle-lyu/data-efficient-finetuning pytorch
nickrosh/evol-teacher pytorch

Tasks

Code GenerationHumanEvalmbpp

Similar Papers 제목 키워드 기반

Finetuning Large Language Models for Vulnerability Detection

2024-01-30 · Alexey Shestov, Rodion Levichev, Ravil Mussabayev, Evgeny Maslov 외

This paper presents the results of finetuning large language models (LLMs) for the task of detecting vulnerabilities in source code. We leverage WizardCoder, a recent improvement of the state-of-the-art LLM StarCoder, an…

Transfer LearningVulnerability Detection

Automating Code Adaptation for MLOps -- A Benchmarking Study on LLMs

2024-05-10 · Harsh Patel, Buvaneswari A. Ramanan, Manzoor A. Khan, Thomas Williams 외

This paper explores the possibilities of the current generation of Large Language Models for incorporating Machine Learning Operations (MLOps) functionalities into ML training code bases. We evaluate the performance of O…

BenchmarkingHyperparameter OptimizationModel OptimizationTranslation

Safurai 001: New Qualitative Approach for Code LLM Evaluation

2023-09-20 · Davide Cifarelli, Leonardo Boiardi, Alessandro Puppo

This paper presents Safurai-001, a new Large Language Model (LLM) with significant potential in the domain of coding assistance. Driven by recent advancements in coding LLMs, Safurai-001 competes in performance with the …

Language ModelingLanguage ModellingLarge Language ModelPrompt Engineering

OMPGPT: A Generative Pre-trained Transformer Model for OpenMP

2024-01-28 · Le Chen, Arijit Bhattacharjee, Nesreen Ahmed, Niranjan Hasabnis 외

Large language models (LLMs)such as ChatGPT have significantly advanced the field of Natural Language Processing (NLP). This trend led to the development of code-based large language models such as StarCoder, WizardCoder…

Code CompletionCode GenerationComment GenerationComputational Efficiency+1

OOP: Object-Oriented Programming Evaluation Benchmark for Large Language Models

2024-01-12 · Shuai Wang, Liang Ding, Li Shen, Yong Luo 외

Advancing automated programming necessitates robust and comprehensive code generation benchmarks, yet current evaluation frameworks largely neglect object-oriented programming (OOP) in favor of functional programming (FP…

Code GenerationHumanEvalmbpp