CLSep 9, 2021

Subword Mapping and Anchoring across Languages

arXiv:2109.04556v1664 citations
Originality Incremental advance
AI Analysis

This addresses a specific bottleneck in multilingual NLP by enhancing vocabulary construction for better cross-lingual performance, though it is incremental as it builds on existing mapping techniques.

The paper tackled the problem of suboptimal shared subword vocabularies in multilingual systems, which suffer from false positives and false negatives across languages, and proposed SMALA to construct bilingual subword vocabularies, resulting in improved zero-shot transfer in cross-lingual natural language inference and higher BLEU scores in neural machine translation for sentences with many such issues.

State-of-the-art multilingual systems rely on shared vocabularies that sufficiently cover all considered languages. To this end, a simple and frequently used approach makes use of subword vocabularies constructed jointly over several languages. We hypothesize that such vocabularies are suboptimal due to false positives (identical subwords with different meanings across languages) and false negatives (different subwords with similar meanings). To address these issues, we propose Subword Mapping and Anchoring across Languages (SMALA), a method to construct bilingual subword vocabularies. SMALA extracts subword alignments using an unsupervised state-of-the-art mapping technique and uses them to create cross-lingual anchors based on subword similarities. We demonstrate the benefits of SMALA for cross-lingual natural language inference (XNLI), where it improves zero-shot transfer to an unseen language without task-specific data, but only by sharing subword embeddings. Moreover, in neural machine translation, we show that joint subword vocabularies obtained with SMALA lead to higher BLEU scores on sentences that contain many false positives and false negatives.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes