Datasets:
metadata
license: mit
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
dataset_info:
features:
- name: method
dtype: string
- name: clean_method
dtype: string
- name: doc
dtype: string
- name: comment
dtype: string
- name: method_name
dtype: string
- name: extra
struct:
- name: repo_name
dtype: string
- name: path
dtype: string
- name: license
dtype: string
- name: size
dtype: int64
- name: imports
sequence: string
- name: imports_info
dtype: string
- name: cluster_imports_info
dtype: string
- name: libraries
sequence: string
- name: libraries_info
dtype: string
- name: id
dtype: int64
splits:
- name: train
num_bytes: 5373034269
num_examples: 2916582
download_size: 2492962682
dataset_size: 5373034269
tags:
- code-generation
pretty_name: 'CodeGen4Libs '
size_categories:
- 100M<n<1B
Dataset Card for FudanSELab CodeGen4Libs Code Retrieval Library
Dataset Description
- Repository: GitHub Repository
- Paper: CodeGen4Libs: A Two-stage Approach for Library-oriented Code Generation
Dataset Summary
This dataset is the code retrieval library used in the ASE2023 paper titled "CodeGen4Libs: A Two-stage Approach for Library-oriented Code Generation".