Skip to content

Commit 08c67a1

Browse files
authored
SIGIR
1 parent b9e7144 commit 08c67a1

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Texygen is a benchmarking platform to support research on open-domain text generation models. Texygen has not only implemented a majority of text generation models, but also covered a set of metrics that evaluate the diversity, the quality and the consistency of the generated texts. The Texygen platform could help standardize the research on text generation and facilitate the sharing of fine-tuned open-source implementations among researchers for their work. As a consequence, this would help in improving the reproductivity and reliability of future research work in text generation.
44

5-
For more details, please refer to our ArXiv paper: [Texygen: A Benchmarking Platform for Text Generation Models](https://arxiv.org/abs/1802.01886) by Yaoming Zhu et al. 2018.
5+
For more details, please refer to our SIGIR 2018 paper: [Texygen: A Benchmarking Platform for Text Generation Models](https://arxiv.org/abs/1802.01886) by Yaoming Zhu et al.
66

77
Should you have any questions and enquiries, please feel free to contact Yaoming Zhu (ym-zhu [AT] outlook.com) and [Weinan Zhang](http://wnzhang.net) (wnzhang [AT] sjtu.edu.cn).
88

@@ -65,11 +65,12 @@ Mode Collapse (Self-BLEU):
6565
More detailed benchmark settings and evaluation results are provided [here](docs/evaluation.md).
6666

6767
## Reference
68-
69-
@article{zhu2018texygen,<br>
70-
&nbsp;&nbsp;&nbsp;&nbsp; title={Texygen: A Benchmarking Platform for Text Generation Models},<br>
71-
&nbsp;&nbsp;&nbsp;&nbsp; author={Zhu, Yaoming and Lu, Sidi and Zheng, Lei and Guo, Jiaxian and Zhang, Weinan and Wang, Jun and Yu, Yong},<br>
72-
&nbsp;&nbsp;&nbsp;&nbsp; journal={arXiv preprint arXiv:1802.01886},<br>
73-
&nbsp;&nbsp;&nbsp;&nbsp; year={2018}<br>
68+
```bash
69+
@article{zhu2018texygen,
70+
title={Texygen: A Benchmarking Platform for Text Generation Models},
71+
author={Zhu, Yaoming and Lu, Sidi and Zheng, Lei and Guo, Jiaxian and Zhang, Weinan and Wang, Jun and Yu, Yong},
72+
journal={SIGIR},
73+
year={2018}
7474
}
75+
```
7576

0 commit comments

Comments
 (0)