Papers by Yunwon Tae
Unsupervised Neural Machine Translation for Low-Resource Domains via Meta-Learning (2021.acl-long)
Copied to clipboard
| Challenge: | Unsupervised machine translation suffers from data-scarce domains, authors report . a meta-learning algorithm trains the model to adapt to another domain by utilizing only a small amount of training data. |
| Approach: | They propose a meta-learning algorithm that trains the model to adapt to another domain . their model surpasses a transfer learning-based approach by up to 2-3 BLEU scores . |
| Outcome: | The proposed algorithm outperforms a transfer learning-based approach by 2-3 BLEU scores . the proposed model outperformed previous models in the domain of unsupervised machine translation . |
PePe: Personalized Post-editing Model utilizing User-generated Post-edits (2023.findings-eacl)
Copied to clipboard
| Challenge: | Existing neural machine translation models ignore personal style in their translations, but in these studies the definition of personal style is over-simplified. |
| Approach: | They propose a personalized automatic post-editing framework that generates sentences considering distinct personal behaviors by collecting post-edited data from a live machine translation system and combining a discriminator module and user-specific parameters. |
| Outcome: | The proposed model outperforms baseline models on four different metrics including BLEU, TER, YiSi-1, and human evaluation. |