Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe54563

Browse files
authored
Merge pull request tensorflow#5429 from clarkkev/master
Fix cvt_text citation.
2 parents c494582 + d441560 commit fe54563

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

research/cvt_text/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ Run `python cvt.py --mode=train --model_name=chunking_model`. By default this tr
2222
Run `python cvt.py --mode=eval --model_name=chunking_model`. A CVT model trained on the chunking data for 200k steps should get at least 97.1 F1 on the dev set and 96.6 F1 on the test set.
2323

2424
## Citation
25-
If you use this code for your publication, please cite the original paper
25+
If you use this code for your publication, please cite the original paper:
2626
```
2727
@inproceedings{clark2018semi,
2828
title = {Semi-Supervised Sequence Modeling with Cross-View Training},
2929
author = {Kevin Clark and Minh-Thang Luong and Christopher D. Manning and Quoc V. Le},
30-
booktitle = {ACL},
30+
booktitle = {EMNLP},
3131
year = {2018}
3232
}
3333
```

0 commit comments

Comments
 (0)