Commit
·
2f6720a
1
Parent(s):
42dbd68
Update README.md
Browse files
README.md
CHANGED
@@ -50,4 +50,18 @@ print(tokenizer.decode(output))
|
|
50 |
'''
|
51 |
```
|
52 |
|
53 |
-
For more details of our work, please refer to our main [project repo](https://github.com/yxuansu/SimCTG).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
'''
|
51 |
```
|
52 |
|
53 |
+
For more details of our work, please refer to our main [project repo](https://github.com/yxuansu/SimCTG).
|
54 |
+
|
55 |
+
## 5. Citation:
|
56 |
+
If you find our paper and resources useful, please kindly leave a star and cite our paper. Thanks!
|
57 |
+
|
58 |
+
```bibtex
|
59 |
+
@article{su2022contrastive,
|
60 |
+
title={A Contrastive Framework for Neural Text Generation},
|
61 |
+
author={Su, Yixuan and Lan, Tian and Wang, Yan and Yogatama, Dani and Kong, Lingpeng and Collier, Nigel},
|
62 |
+
journal={arXiv preprint arXiv:2202.06417},
|
63 |
+
year={2022}
|
64 |
+
}
|
65 |
+
```
|
66 |
+
|
67 |
+
|