Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wszlong authored Mar 28, 2019
1 parent 750d855 commit b21eabd
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1 @@

Synchronous Bidirectional Neural Machine Translation
===

This is the official codebase for the following paper, implemented in tensorflow:

Long Zhou, Jiajun Zhang, Chengqing Zong. **Synchronous Bidirectional Nueral Machine Translaiton.** In Transactions of ACL 2019.



Requirements
---
1. python2.7
2. tensorflow-gpu >=1.4
3. cuda >=8.0

Usage
---
1. Preprocessing. construct pseudo training data using [Transformer](https://github.com/wszlong/transformer) as introduced in the paper,
and then run `./datagen.sh`.
2. Training. run `./train.sh`.
3. Inference. run `./test.sh`.

## Citation
If you found this code useful in your research, please cite:
<pre><code>@article{Zhou:2019:TACL,
author   = {Zhou, Long and Zhang, Jiajun and Zong, Chengqing},
title = {Synchronous Bidirectional Nueral Machine Translaiton},
journal = {Transactions of the Association for Computational Linguistics},
year     = {2019},
}
</code></pre>

Contact
---
If you have questions, suggestions and bug reports, please email [email protected] or [email protected].

0 comments on commit b21eabd

Please sign in to comment.