paper-with-me

Papers

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 augmentation method for artificially creating new dependency-annotated sentences. The main idea is to swap subtrees between annotated sentences while enforcing strong constraints on those trees to ensure maximal grammaticality of the new sentences. We also propose a method to perform low-resource experiments using resource-rich languages by mimicking low-resource languages by sampling sentences under a low-resource distribution. In a series of experiments, we show that our newly proposed data augmentation method outperforms previous proposals using the same basic inputs.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationDependency Parsing

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

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

A subtree-based factorization of dependency parsing

2016-12-01 · COLING 2016 12 · Qiuye Zhao, Qun Liu

We propose a dependency parsing pipeline, in which the parsing of long-distance projections and localized dependencies are explicitly decomposed at the input level. A chosen baseline dependency parsing model performs onl…

Dependency 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

Effective Representation for Easy-First Dependency Parsing

2018-11-08 · Zuchao Li, Jiaxun Cai, Hai Zhao

Easy-first parsing relies on subtree re-ranking to build the complete parse tree. Whereas the intermediate state of parsing processing is represented by various subtrees, whose internal structural information is the key …

Dependency ParsingLanguage ModelingLanguage ModellingRe-Ranking