File size: 1,534 Bytes
dfe1a84
 
a48c49c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e7724c8
 
 
 
1c7b71d
dfe1a84
e7724c8
 
 
 
 
 
 
 
 
 
1c7b71d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
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:
- 1M<n<10M
---

# Dataset Card for FudanSELab CodeGen4Libs Code Retrieval Library

## Dataset Description

- **Repository:** [GitHub Repository](https://github.com/FudanSELab/codegen4libs)
- **Paper:** [CodeGen4Libs: A Two-stage Approach for Library-oriented Code Generation](https://mingwei-liu.github.io/publication/2023-08-18-ase-CodeGen4Libs)

### 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"](https://mingwei-liu.github.io/publication/2023-08-18-ase-CodeGen4Libs).