Robust Guidance for Unsupervised Data Selection: Capturing Perplexing Named Entities for Domain-Specific Machine Translation
Seunghyun Ji, Hagai Raja Sinulingga, Darongsae Kwon
TL;DR
Low-resource MT faces domain mismatch and data scarcity, motivating unsupervised data selection to identify training-efficient data. The paper proposes Capturing Perplexing Named Entities (PerEnts), an unsupervised data-selection method that ranks data by the maximum entropy among translated named-entity tokens using a pre-trained MT model and a target-language NER. Across four Korean–English domain datasets (Medical, Travel, Law, Sports) and with IA3 fine-tuning on NLLB-1.3B, PerEnts achieves the strongest BLEU among unsupervised MDSs (≈34.09) and competitive ChrF++ and COMET scores, indicating robust, domain-agnostic guidance for data selection. The findings suggest prioritizing perplexing named entities during domain adaptation reduces labeling costs while improving translation quality in specialized domains, motivating further theoretical analysis of memorizable patterns and generalization.
Abstract
Low-resourced data presents a significant challenge for neural machine translation. In most cases, the low-resourced environment is caused by high costs due to the need for domain experts or the lack of language experts. Therefore, identifying the most training-efficient data within an unsupervised setting emerges as a practical strategy. Recent research suggests that such effective data can be identified by selecting 'appropriately complex data' based on its volume, providing strong intuition for unsupervised data selection. However, we have discovered that establishing criteria for unsupervised data selection remains a challenge, as the 'appropriate level of difficulty' may vary depending on the data domain. We introduce a novel unsupervised data selection method named 'Capturing Perplexing Named Entities,' which leverages the maximum inference entropy in translated named entities as a metric for selection. When tested with the 'Korean-English Parallel Corpus of Specialized Domains,' our method served as robust guidance for identifying training-efficient data across different domains, in contrast to existing methods.
