Update README.md
Browse files
README.md
CHANGED
|
@@ -25,7 +25,7 @@ The functions were sourced from well-established and actively maintained project
|
|
| 25 |
|
| 26 |
- **Released by:** [Bibek Poudel](https://huggingface.co/matrix-multiply), [Adam Cook](https://huggingface.co/acook46), [Sekou Traore](https://huggingface.co/Sekou79), [Shelah Ameli](https://huggingface.co/Shelah) (University of Tennessee, Knoxville)
|
| 27 |
- **Repository:** [GitHub](https://github.com/Docu-Mint/DocuMint)
|
| 28 |
-
- **Paper:** [DocuMint: Docstring Generation for Python using Small Language Models]()
|
| 29 |
|
| 30 |
## Dataset Structure
|
| 31 |
|
|
@@ -55,12 +55,11 @@ Researchers, developers, and organizations interested in improving code document
|
|
| 55 |
|
| 56 |
**BibTeX:**
|
| 57 |
|
| 58 |
-
(TODO)
|
| 59 |
```
|
| 60 |
@article{poudel2024documint,
|
| 61 |
title={DocuMint: Docstring Generation for Python using Small Language Models},
|
| 62 |
author={Poudel, Bibek and Cook, Adam and Traore, Sekou and Ameli, Shelah},
|
| 63 |
-
journal={arXiv preprint arXiv:},
|
| 64 |
year={2024}
|
| 65 |
}
|
| 66 |
```
|
|
|
|
| 25 |
|
| 26 |
- **Released by:** [Bibek Poudel](https://huggingface.co/matrix-multiply), [Adam Cook](https://huggingface.co/acook46), [Sekou Traore](https://huggingface.co/Sekou79), [Shelah Ameli](https://huggingface.co/Shelah) (University of Tennessee, Knoxville)
|
| 27 |
- **Repository:** [GitHub](https://github.com/Docu-Mint/DocuMint)
|
| 28 |
+
- **Paper:** [DocuMint: Docstring Generation for Python using Small Language Models](https://arxiv.org/abs/2405.10243)
|
| 29 |
|
| 30 |
## Dataset Structure
|
| 31 |
|
|
|
|
| 55 |
|
| 56 |
**BibTeX:**
|
| 57 |
|
|
|
|
| 58 |
```
|
| 59 |
@article{poudel2024documint,
|
| 60 |
title={DocuMint: Docstring Generation for Python using Small Language Models},
|
| 61 |
author={Poudel, Bibek and Cook, Adam and Traore, Sekou and Ameli, Shelah},
|
| 62 |
+
journal={arXiv preprint arXiv:2405.10243},
|
| 63 |
year={2024}
|
| 64 |
}
|
| 65 |
```
|