Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ datasets:
|
|
8 |
# CoText (1-CC)
|
9 |
|
10 |
## Introduction
|
11 |
-
Paper: [CoTexT: Multi-task Learning with Code-Text Transformer](https://
|
12 |
|
13 |
Authors: _Long Phan, Hieu Tran, Daniel Le, Hieu Nguyen, James Anibal, Alec Peltekian, Yanfang Ye_
|
14 |
|
@@ -51,22 +51,13 @@ for output in outputs:
|
|
51 |
|
52 |
## Citation
|
53 |
```
|
54 |
-
@
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
Ye, Yanfang",
|
63 |
-
booktitle = "Proceedings of the 1st Workshop on Natural Language Processing for Programming (NLP4Prog 2021)",
|
64 |
-
month = aug,
|
65 |
-
year = "2021",
|
66 |
-
address = "Online",
|
67 |
-
publisher = "Association for Computational Linguistics",
|
68 |
-
url = "https://aclanthology.org/2021.nlp4prog-1.5",
|
69 |
-
doi = "10.18653/v1/2021.nlp4prog-1.5",
|
70 |
-
pages = "40--47"
|
71 |
}
|
72 |
```
|
|
|
8 |
# CoText (1-CC)
|
9 |
|
10 |
## Introduction
|
11 |
+
Paper: [CoTexT: Multi-task Learning with Code-Text Transformer](https://arxiv.org/abs/2105.08645)
|
12 |
|
13 |
Authors: _Long Phan, Hieu Tran, Daniel Le, Hieu Nguyen, James Anibal, Alec Peltekian, Yanfang Ye_
|
14 |
|
|
|
51 |
|
52 |
## Citation
|
53 |
```
|
54 |
+
@misc{https://doi.org/10.48550/arxiv.2105.08645,
|
55 |
+
doi = {10.48550/ARXIV.2105.08645},
|
56 |
+
url = {https://arxiv.org/abs/2105.08645},
|
57 |
+
author = {Phan, Long and Tran, Hieu and Le, Daniel and Nguyen, Hieu and Anibal, James and Peltekian, Alec and Ye, Yanfang},
|
58 |
+
title = {CoTexT: Multi-task Learning with Code-Text Transformer},
|
59 |
+
publisher = {arXiv},
|
60 |
+
year = {2021},
|
61 |
+
copyright = {Creative Commons Attribution 4.0 International}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
}
|
63 |
```
|