Update README.md
Browse files
README.md
CHANGED
|
@@ -51,13 +51,14 @@ for output in outputs:
|
|
| 51 |
|
| 52 |
## Citation
|
| 53 |
```
|
| 54 |
-
@
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
|
|
|
| 62 |
}
|
| 63 |
```
|
|
|
|
| 51 |
|
| 52 |
## Citation
|
| 53 |
```
|
| 54 |
+
@inproceedings{phan-etal-2021-cotext,
|
| 55 |
+
title = "{C}o{T}ex{T}: Multi-task Learning with Code-Text Transformer",
|
| 56 |
+
author = "Phan, Long and Tran, Hieu and Le, Daniel and Nguyen, Hieu and Annibal, James and Peltekian, Alec and Ye, Yanfang",
|
| 57 |
+
booktitle = "Proceedings of the 1st Workshop on Natural Language Processing for Programming (NLP4Prog 2021)",
|
| 58 |
+
year = "2021",
|
| 59 |
+
publisher = "Association for Computational Linguistics",
|
| 60 |
+
url = "https://aclanthology.org/2021.nlp4prog-1.5",
|
| 61 |
+
doi = "10.18653/v1/2021.nlp4prog-1.5",
|
| 62 |
+
pages = "40--47"
|
| 63 |
}
|
| 64 |
```
|