-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About the back-translation performance and trigger of pre-exploration #17
Comments
Thanks.
|
Hi, Thanks a lot for kind answering! About beam search, we was applying the beam search test to the agent but only see an increase in path length. Later I download the original code of this paper, but got confused that we found no difference in the beam-search part. Also we find the beam search function is not called in the original code, therefore the trigger '-beam' actually cannot work. May I ask what operations to do if we want to apply beam search? BTW, thanks to your advise, we're now trying to run with PyTorch 0.4.0 to see the influence of pytorch version. Hopefully it will get better. Best |
The beam-search is not officially supported by this code by intention since I do not consider BS as a correct setup of navigation. To get the BS results, I provide the script and snapshots here: In general, it would first calculate the best ratio between speaker and agent, then do beam-search. |
Hi,
We tried to replicate the pre-exploration part in ablation study to verify its performance. However, the only trigger we found is the function utils.add_explorations(paths). In this function, we notice that a new file "tasks/R2R/data/exploration.json" that is not provided is loaded as something like data augmentation, and this function is used nowhere in the total project. Is the correct pre-explore trigger provided?
One another question is that, as we've replicated the back-translation part, the performance of bt-agent is 48% success rate for val-unseen, lower than the expected at least 50%. Sincewe did it following README.md, we guess the problem is the pytorch version as you mentions. Could you pls share the version number you used? Or if there is any other settings we should change to replicate the project, could u pls share them as well?
The text was updated successfully, but these errors were encountered: