guineapig commited on
Commit
a6373fe
·
verified ·
1 Parent(s): 559f0e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -2
README.md CHANGED
@@ -4,5 +4,29 @@ tags:
4
  pretty_name: CoDocBench
5
  size_categories:
6
  - 1K<n<10K
7
- arxiv: 2502.00519
8
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  pretty_name: CoDocBench
5
  size_categories:
6
  - 1K<n<10K
7
+ ---
8
+ # Dataset Card for CoDocBench: A Dataset for Code-Documentation Alignment in Software Maintenance
9
+
10
+ ### Dataset Sources
11
+
12
+ <!-- Provide the basic links for the dataset. -->
13
+
14
+ - **Repository:** [https://github.com/kunpai/codocbench](https://github.com/kunpai/codocbench)
15
+ - **Paper:** [https://arxiv.org/abs/2502.00519](https://arxiv.org/abs/2502.00519)
16
+
17
+ ## Citation
18
+
19
+ **BibTeX:**
20
+
21
+ ```
22
+ @misc{pai2025codocbenchdatasetcodedocumentationalignment,
23
+ title={CoDocBench: A Dataset for Code-Documentation Alignment in Software Maintenance},
24
+ author={Kunal Pai and Premkumar Devanbu and Toufique Ahmed},
25
+ year={2025},
26
+ eprint={2502.00519},
27
+ archivePrefix={arXiv},
28
+ primaryClass={cs.SE},
29
+ url={https://arxiv.org/abs/2502.00519},
30
+ }
31
+ ```
32
+