You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: research/cvt_text/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,12 +22,12 @@ Run `python cvt.py --mode=train --model_name=chunking_model`. By default this tr
22
22
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.
23
23
24
24
## 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:
26
26
```
27
27
@inproceedings{clark2018semi,
28
28
title = {Semi-Supervised Sequence Modeling with Cross-View Training},
29
29
author = {Kevin Clark and Minh-Thang Luong and Christopher D. Manning and Quoc V. Le},
0 commit comments