Update README.md
Browse files
README.md
CHANGED
@@ -118,4 +118,17 @@ GENIUS-chinese output:
|
|
118 |
>>> 这个酸菜鱼火锅真的很美味,味道绝了,吃的时间也长了,周末真开心,吃完以后就回家了,很满意的一次,很喜欢的一个品牌。
|
119 |
```
|
120 |
|
121 |
-
可以看出,BART只能填补简单的一些词,无法对这些片段进行很连贯的连接,而GENIUS则可以扩写成连贯的句子甚至段落。
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
118 |
>>> 这个酸菜鱼火锅真的很美味,味道绝了,吃的时间也长了,周末真开心,吃完以后就回家了,很满意的一次,很喜欢的一个品牌。
|
119 |
```
|
120 |
|
121 |
+
可以看出,BART只能填补简单的一些词,无法对这些片段进行很连贯的连接,而GENIUS则可以扩写成连贯的句子甚至段落。
|
122 |
+
|
123 |
+
|
124 |
+
---
|
125 |
+
|
126 |
+
If you find our paper/code/demo useful, please cite our paper:
|
127 |
+
```
|
128 |
+
@article{guo2022genius,
|
129 |
+
title={GENIUS: Sketch-based Language Model Pre-training via Extreme and Selective Masking for Text Generation and Augmentation},
|
130 |
+
author={Guo, Biyang and Gong, Yeyun and Shen, Yelong and Han, Songqiao and Huang, Hailiang and Duan, Nan and Chen, Weizhu},
|
131 |
+
journal={arXiv preprint arXiv:2211.10330},
|
132 |
+
year={2022}
|
133 |
+
}
|
134 |
+
```
|