paper-with-me

Papers

Subword Sampling for Low Resource Word Alignment

2020-12-21 · Ehsaneddin Asgari, Masoud Jalili Sabet, Philipp Dufter, Christopher Ringlstetter, Hinrich Schütze

Annotation projection is an important area in NLP that can greatly contribute to creating language resources for low-resource languages. Word alignment plays a key role in this setting. However, most of the existing word alignment methods are designed for a high resource setting in machine translation where millions of parallel sentences are available. This amount reduces to a few thousands of sentences when dealing with low-resource languages failing the existing established IBM models. In this paper, we propose subword sampling-based alignment of text units. This method's hypothesis is that the aggregation of different granularities of text for certain language pairs can help word-level alignment. For certain languages for which gold-standard alignments exist, we propose an iterative Bayesian optimization framework to optimize selecting possible subwords from the space of possible subword representations of the source and target sentences. We show that the subword sampling method consistently outperforms word-level alignment on six language pairs: English-German, English-French, English-Romanian, English-Persian, English-Hindi, and English-Inuktitut. In addition, we show that the hyperparameters learned for certain language pairs can be applied to other languages at no supervision and consistently improve the alignment results. We observe that using $5K$ parallel sentences together with our proposed subword sampling approach, we obtain similar F1 scores to the use of $100K$'s of parallel sentences in existing word-level fast-align/eflomal alignment methods.

📄 PDF Abstract BibTeX arXiv:2012.11657

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationMachine TranslationWord Alignment

Similar Papers 제목 키워드 기반

Subword Regularization: Improving Neural Network Translation Models with Multiple Subword Candidates

2018-04-29 · ACL 2018 7 · Taku Kudo

Subword units are an effective way to alleviate the open vocabulary problems in neural machine translation (NMT). While sentences are usually converted into unique subword sequences, subword segmentation is potentially a…

Language ModelingLanguage ModellingMachine TranslationNMT+2

Transfer learning and subword sampling for asymmetric-resource one-to-many neural translation

2020-04-08 · Stig-Arne Grönroos, Sami Virpioja, Mikko Kurimo

There are several approaches for improving neural machine translation for low-resource languages: Monolingual data can be exploited via pretraining or data augmentation; Parallel corpora on related language pairs can be …

Data AugmentationDenoisingMachine TranslationMulti-Task Learning+2

Subword-Delimited Downsampling for Better Character-Level Translation

2022-12-02 · Lukas Edman, Antonio Toral, Gertjan van Noord

Subword-level models have been the dominant paradigm in NLP. However, character-level models have the benefit of seeing each character individually, providing the model with more detailed information that ultimately coul…

Machine TranslationTranslation

Evaluating Morphological Plausibility of Subword Tokenization via Statistical Alignment with Morpho-Syntactic Features

2026-01-26 · Abishek Stephen, Jindřich Libovický arxiv

We present a novel metric for the evaluation of the morphological plausibility of subword segmentation. Unlike the typically used morpheme boundary or retrieval F-score, which requires gold segmentation data that is eith…

LGSE: Lexically Grounded Subword Embedding Initialization for Low-Resource Language Adaptation

2026-03-23 · Hailay Teklehaymanot, Dren Fazlija, Wolfgang Nejdl arxiv

Adapting pretrained language models to low-resource, morphologically rich languages remains a significant challenge. Existing vocabulary expansion methods typically rely on arbitrarily segmented subword units, resulting …

Text ClassificationQuestion Answering