CoolFace
Datasetpublic

guineapig/codocbench

Dataset Card for CoDocBench: A Dataset for Code-Documentation Alignment in Software Maintenance Dataset Sources Repository: https://github.com/kunpai/codocbench Paper: https://arxiv.org/abs/2502.00519 Citation BibTeX: @misc{pai2025codocbenchdatasetcodedocumentationalignment, title={CoDocBench: A Dataset for Code-Documentation Alignment in Software Maintenance}, author={Kunal Pai and Premkumar Devanbu and Toufique Ahmed}… See the full description on the dataset page: https://huggingface.co/datasets/guineapig/codocbench.

sourceHugging Faceupdated 5d agoView on Hugging Face
1likes197downloads
README.md97 linesDownload Raw Back to root
1---2tags:3- code4pretty_name: CoDocBench5size_categories:6- 1K<n<10K7dataset_info:8  features:9  - name: file10    dtype: string11  - name: function12    dtype: string13  - name: version_data14    list:15    - name: version16      dtype: string17    - name: docstring_lines18      struct:19      - name: start_line20        dtype: int6421      - name: end_line22        dtype: int6423    - name: code_lines24      struct:25      - name: start_line26        dtype: int6427      - name: end_line28        dtype: int6429    - name: commit_date_time30      dtype: string31    - name: commit_sha32      dtype: string33    - name: commit_message34      dtype: string35    - name: docstring36      dtype: string37    - name: code38      dtype: string39  - name: diff_code40    dtype: string41  - name: diff_docstring42    dtype: string43  - name: whitespace_only_code44    dtype: bool45  - name: whitespace_only_docstring46    dtype: bool47  - name: file_path48    dtype: string49  - name: filename50    dtype: string51  - name: project52    dtype: string53  - name: owner54    dtype: string55  splits:56  - name: train57    num_bytes: 1533314858    num_examples: 230059  - name: test60    num_bytes: 1315091361    num_examples: 227362  download_size: 2231168563  dataset_size: 2848406164configs:65- config_name: default66  data_files:67  - split: train68    path: data/train-*69  - split: test70    path: data/test-*71---72# Dataset Card for CoDocBench: A Dataset for Code-Documentation Alignment in Software Maintenance73 74### Dataset Sources75 76<!-- Provide the basic links for the dataset. -->77 78- **Repository:** [https://github.com/kunpai/codocbench](https://github.com/kunpai/codocbench)79- **Paper:** [https://arxiv.org/abs/2502.00519](https://arxiv.org/abs/2502.00519)80 81## Citation82 83**BibTeX:**84 85```86@misc{pai2025codocbenchdatasetcodedocumentationalignment,87      title={CoDocBench: A Dataset for Code-Documentation Alignment in Software Maintenance}, 88      author={Kunal Pai and Premkumar Devanbu and Toufique Ahmed},89      year={2025},90      eprint={2502.00519},91      archivePrefix={arXiv},92      primaryClass={cs.SE},93      url={https://arxiv.org/abs/2502.00519}, 94}95```96 97