CLAIApr 22, 2022

A Vocabulary-Free Multilingual Neural Tokenizer for End-to-End Task Learning

arXiv:2204.10815v1643 citationsh-index: 14
Originality Highly original
AI Analysis

This addresses the problem of suboptimal tokenization in low-resource languages and limited adaptability across domains for NLP researchers and practitioners, representing a novel method rather than an incremental improvement.

The authors tackled the limitations of subword tokenization in NLP by proposing a vocabulary-free neural tokenizer that improves performance on multilingual and code-switching tasks, with larger gains in low-resource languages and robustness to adversarial noise.

Subword tokenization is a commonly used input pre-processing step in most recent NLP models. However, it limits the models' ability to leverage end-to-end task learning. Its frequency-based vocabulary creation compromises tokenization in low-resource languages, leading models to produce suboptimal representations. Additionally, the dependency on a fixed vocabulary limits the subword models' adaptability across languages and domains. In this work, we propose a vocabulary-free neural tokenizer by distilling segmentation information from heuristic-based subword tokenization. We pre-train our character-based tokenizer by processing unique words from multilingual corpus, thereby extensively increasing word diversity across languages. Unlike the predefined and fixed vocabularies in subword methods, our tokenizer allows end-to-end task learning, resulting in optimal task-specific tokenization. The experimental results show that replacing the subword tokenizer with our neural tokenizer consistently improves performance on multilingual (NLI) and code-switching (sentiment analysis) tasks, with larger gains in low-resource languages. Additionally, our neural tokenizer exhibits a robust performance on downstream tasks when adversarial noise is present (typos and misspelling), further increasing the initial improvements over statistical subword tokenizers.

Foundations

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

Your Notes