Unverified Commit fe54563c authored by Kevin Clark's avatar Kevin Clark Committed by GitHub
Browse files

Merge pull request #5429 from clarkkev/master

Fix cvt_text citation.
parents c494582f d4415600
...@@ -22,12 +22,12 @@ Run `python cvt.py --mode=train --model_name=chunking_model`. By default this tr ...@@ -22,12 +22,12 @@ Run `python cvt.py --mode=train --model_name=chunking_model`. By default this tr
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. 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.
## Citation ## Citation
If you use this code for your publication, please cite the original paper If you use this code for your publication, please cite the original paper:
``` ```
@inproceedings{clark2018semi, @inproceedings{clark2018semi,
title = {Semi-Supervised Sequence Modeling with Cross-View Training}, title = {Semi-Supervised Sequence Modeling with Cross-View Training},
author = {Kevin Clark and Minh-Thang Luong and Christopher D. Manning and Quoc V. Le}, author = {Kevin Clark and Minh-Thang Luong and Christopher D. Manning and Quoc V. Le},
booktitle = {ACL}, booktitle = {EMNLP},
year = {2018} year = {2018}
} }
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment