English

The Vault: A Comprehensive Multilingual Dataset for Advancing Code Understanding and Generation

Computation and Language 2023-10-31 v2 Artificial Intelligence Programming Languages Software Engineering

Abstract

We present The Vault, a dataset of high-quality code-text pairs in multiple programming languages for training large language models to understand and generate code. We present methods for thoroughly extracting samples that use both rule-based and deep learning-based methods to ensure that they contain high-quality pairs of code and text, resulting in a dataset of 43 million high-quality code-text pairs. Our extensive evaluations on common coding tasks including code generation, code search and code summarization show that when fine-tuning Code Large Language Models on The Vault, such models outperform the same models trained on other datasets such as CodeSearchNet. We also provide detailed analyses of our datasets to assess the effects of various programming languages and docstrings on the performance of such models.

Keywords

Cite

@article{arxiv.2305.06156,
  title  = {The Vault: A Comprehensive Multilingual Dataset for Advancing Code Understanding and Generation},
  author = {Dung Nguyen Manh and Nam Le Hai and Anh T. V. Dau and Anh Minh Nguyen and Khanh Nghiem and Jin Guo and Nghi D. Q. Bui},
  journal= {arXiv preprint arXiv:2305.06156},
  year   = {2023}
}

Comments

Accepted at EMNLP 2023, Long Findings

R2 v1 2026-06-28T10:31:04.363Z