-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCITATION
27 lines (26 loc) · 2.54 KB
/
CITATION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
@article{tezcan2021integration,
AUTHOR = {Tezcan, Arda and Bulté, Bram and Vanroy, Bram},
TITLE = {Towards a Better Integration of Fuzzy Matches in Neural Machine Translation through Data Augmentation},
JOURNAL = {Informatics},
VOLUME = {8},
YEAR = {2021},
NUMBER = {1},
ARTICLE-NUMBER = {7},
URL = {https://www.mdpi.com/2227-9709/8/1/7},
ISSN = {2227-9709},
ABSTRACT = {We identify a number of aspects that can boost the performance of Neural Fuzzy Repair (NFR), an easy-to-implement method to integrate translation memory matches and neural machine translation (NMT). We explore various ways of maximising the added value of retrieved matches within the NFR paradigm for eight language combinations, using Transformer NMT systems. In particular, we test the impact of different fuzzy matching techniques, sub-word-level segmentation methods and alignment-based features on overall translation quality. Furthermore, we propose a fuzzy match combination technique that aims to maximise the coverage of source words. This is supplemented with an analysis of how translation quality is affected by input sentence length and fuzzy match score. The results show that applying a combination of the tested modifications leads to a significant increase in estimated translation quality over all baselines for all language combinations.},
DOI = {10.3390/informatics8010007}
}
@inproceedings{bulte2019neural,
AUTHOR = {Bulte, Bram and Tezcan, Arda},
TITLE = {Neural Fuzzy Repair: Integrating Fuzzy Matches into Neural Machine Translation},
BOOKTITLE = {Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics},
MONTH = jul,
YEAR = {2019},
ADDRESS = {Florence, Italy},
PUBLISHER = {Association for Computational Linguistics},
URL = {https://www.aclweb.org/anthology/P19-1175},
PAGES = {1800--1809},
ABSTRACT = {We present a simple yet powerful data augmentation method for boosting Neural Machine Translation (NMT) performance by leveraging information retrieved from a Translation Memory (TM). We propose and test two methods for augmenting NMT training data with fuzzy TM matches. Tests on the DGT-TM data set for two language pairs show consistent and substantial improvements over a range of baseline systems. The results suggest that this method is promising for any translation environment in which a sizeable TM is available and a certain amount of repetition across translations is to be expected, especially considering its ease of implementation.},
DOI = {10.18653/v1/P19-1175},
}