-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]. | ||
|