paper-with-me

Papers

TreeSwap: Data Augmentation for Machine Translation via Dependency Subtree Swapping

2023-11-04 · Attila Nagy, Dorina Lakatos, Botond Barta, Judit Ács

Data augmentation methods for neural machine translation are particularly useful when limited amount of training data is available, which is often the case when dealing with low-resource languages. We introduce a novel augmentation method, which generates new sentences by swapping objects and subjects across bisentences. This is performed simultaneously based on the dependency parse trees of the source and target sentences. We name this method TreeSwap. Our results show that TreeSwap achieves consistent improvements over baseline models in 4 language pairs in both directions on resource-constrained datasets. We also explore domain-specific corpora, but find that our method does not make significant improvements on law, medical and IT data. We report the scores of similar augmentation methods and find that TreeSwap performs comparably. We also analyze the generated sentences qualitatively and find that the augmentation produces a correct translation in most cases. Our code is available on Github.

📄 PDF Abstract BibTeX arXiv:2311.02355

Code (1)

attilanagy234/treeswap 공식 구현 pytorch

Tasks

Data AugmentationMachine TranslationTranslation

Similar Papers 제목 키워드 기반

Data Augmentation for Machine Translation via Dependency Subtree Swapping

2023-07-13 · Attila Nagy, Dorina Petra Lakatos, Botond Barta, Patrick Nanys 외

We present a generic framework for data augmentation via dependency subtree swapping that is applicable to machine translation. We extract corresponding subtrees from the dependency parse trees of the source and target s…

Data AugmentationMachine TranslationTranslation

Developing neural machine translation models for Hungarian-English

2021-11-07 · Attila Nagy

I train models for the task of neural machine translation for English-Hungarian and Hungarian-English, using the Hunglish2 corpus. The main contribution of this work is evaluating different data augmentation methods duri…

Data AugmentationDependency ParsingMachine TranslationNMT+1

Syntax-aware Data Augmentation for Neural Machine Translation

2020-04-29 · Sufeng Duan, Hai Zhao, Dong-dong Zhang, Rui Wang

Data augmentation is an effective performance enhancement in neural machine translation (NMT) by generating additional bilingual data. In this paper, we propose a novel data augmentation enhancement strategy for neural m…

Data AugmentationMachine TranslationNMTSentence+1

Neural Machine Translation with Source Dependency Representation

2017-09-01 · EMNLP 2017 9 · Kehai Chen, Rui Wang, Masao Utiyama, Lemao Liu 외

Source dependency information has been successfully introduced into statistical machine translation. However, there are only a few preliminary attempts for Neural Machine Translation (NMT), such as concatenating represen…

Machine TranslationNMTTranslation

A Syntax-Guided Grammatical Error Correction Model with Dependency Tree Correction

2021-11-05 · Zhaohong Wan, Xiaojun Wan

Grammatical Error Correction (GEC) is a task of detecting and correcting grammatical errors in sentences. Recently, neural machine translation systems have become popular approaches for this task. However, these methods …

Data AugmentationGrammatical Error CorrectionGraph AttentionMachine Translation+1