-
Notifications
You must be signed in to change notification settings - Fork 5
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
Create a script to perform the switch-out augmentation technique #5
Comments
switch-out
augmentation technique
switch-out
augmentation technique
I'd like to be assigned this |
can I work on this task with someone please? |
There's a sketch of the script on the original paper. There's also the crude implementation available above. Please, how can I align this to become what we need? |
I am having the trouble of data types mismatch |
Do you want to post the portion of your code that produced the error with the traceback error, or have you solved it? |
Understand what the paper explains and see if the crude implementation suffices or you've to modify/write your own. |
Hi @lumnolar, so I took a look at this and here's how you could work with the switchout script.
Please play with code to see that you understand it. Now the next step would be to implement 2 type of switchsout:
How to implement 1:
Please respond with questions for any section that you do not understand. We have also decided that you will be the one to carry out the ablation studies needed to get best tau value, please you need to start early. |
Alright. Thank you very much. I'm on it |
Hi @lumnolar. Can I work with you on this? Do you still need someone to work on this task with you? |
Measuring the Impact of Data Augmentation Methods for Extremely Low-Resource NMT explains the switch-out method. This technique views DA as an optimization problem, with the idea of randomly replacing words in both the source sentence and target sentence with other random words from their corresponding vocabularies. See the original paper SwitchOut: an Efficient Data Augmentation Algorithm for Neural Machine Translation for more information. Here's a crude implementation https://github.com/MaximeNe/SwitchOut
The text was updated successfully, but these errors were encountered: