paper-with-me

Papers

Data Augmentation for Machine Translation via Dependency Subtree Swapping

2023-07-13 · Attila Nagy, Dorina Petra Lakatos, Botond Barta, Patrick Nanys, Judit Ács

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 sentences and swap these across bisentences to create augmented samples. We perform thorough filtering based on graphbased similarities of the dependency trees and additional heuristics to ensure that extracted subtrees correspond to the same meaning. We conduct resource-constrained experiments on 4 language pairs in both directions using the IWSLT text translation datasets and the Hunglish2 corpus. The results demonstrate consistent improvements in BLEU score over our baseline models in 3 out of 4 language pairs. Our code is available on GitHub.

📄 PDF Abstract BibTeX arXiv:2307.07025

Code (2)

attilanagy234/syntax-augmentation-nmt 공식 구현 pytorch
attilanagy234/treeswap pytorch

Tasks

Data AugmentationMachine TranslationTranslation

Similar 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 a…

Data AugmentationMachine TranslationTranslation

Data Augmentation via Subtree Swapping for Dependency Parsing of Low-Resource Languages

2020-12-01 · COLING 2020 8 · Mathieu Dehouck, Carlos G{\'o}mez-Rodr{\'\i}guez

The lack of annotated data is a big issue for building reliable NLP systems for most of the world{'}s languages. But this problem can be alleviated by automatic data generation. In this paper, we present a new data augme…

Data AugmentationDependency Parsing

Dependency Parsing as MRC-based Span-Span Prediction

2021-05-17 · ACL 2022 5 · Leilei Gan, Yuxian Meng, Kun Kuang, Xiaofei Sun 외

Higher-order methods for dependency parsing can partially but not fully address the issue that edges in dependency trees should be constructed at the text span/subtree level rather than word level. In this paper, we prop…

Dependency ParsingMachine Reading ComprehensionPredictionReading Comprehension

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

Large-scale Word Alignment Using Soft Dependency Cohesion Constraints

2013-01-01 · TACL 2013 1 · Zhiguo Wang, Cheng-qing Zong

Dependency cohesion refers to the observation that phrases dominated by disjoint dependency subtrees in the source language generally do not overlap in the target language. It has been verified to be a useful constraint …

Machine TranslationTranslationWord Alignment