razent commited on
Commit
0589296
1 Parent(s): 2def0f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -18
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://aclanthology.org/2021.nlp4prog-1.5.pdf)
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
- @inproceedings{phan-etal-2021-cotext,
55
- title = "{C}o{T}ex{T}: Multi-task Learning with Code-Text Transformer",
56
- author = "Phan, Long and
57
- Tran, Hieu and
58
- Le, Daniel and
59
- Nguyen, Hieu and
60
- Annibal, James and
61
- Peltekian, Alec and
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
  ```