zikunukiz / NMT-MCTS

Neural Machine Translation with Monte-Carlo Tree Search

Home Page:https://arxiv.org/abs/2004.12527

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code for MCTS is in folder 'MultiProcess' and code for replicating baseliens is in 'BaselineCode' We already ran the tokenizer from 'fairseq' on the IWSLT14 dataset and have the train,validation, and test set files in IWSLTTokenizedData

Course Website: https://duvenaud.github.io/learning-to-search/

About

Neural Machine Translation with Monte-Carlo Tree Search

https://arxiv.org/abs/2004.12527


Languages

Language:Python 100.0%Language:C 0.0%