Pith. sign in

REVIEW 1 cited by

FOCUS: Effective Embedding Initialization for Monolingual Specialization of Multilingual Models

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2305.14481 v2 pith:BNIWH4BS submitted 2023-05-23 cs.CL

FOCUS: Effective Embedding Initialization for Monolingual Specialization of Multilingual Models

classification cs.CL
keywords embeddingfocuslanguagemodelsourceinitializationmatrixtokens
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

Using model weights pretrained on a high-resource language as a warm start can reduce the need for data and compute to obtain high-quality language models for other, especially low-resource, languages. However, if we want to use a new tokenizer specialized for the target language, we cannot transfer the source model's embedding matrix. In this paper, we propose FOCUS - Fast Overlapping Token Combinations Using Sparsemax, a novel embedding initialization method that initializes the embedding matrix effectively for a new tokenizer based on information in the source model's embedding matrix. FOCUS represents newly added tokens as combinations of tokens in the overlap of the source and target vocabularies. The overlapping tokens are selected based on semantic similarity in an auxiliary static token embedding space. We focus our study on using the multilingual XLM-R as a source model and empirically show that FOCUS outperforms random initialization and previous work in language modeling and on a range of downstream tasks (NLI, QA, and NER).

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Effective vocabulary expansion of multilingual language models for extremely low-resource languages

    cs.CL 2026-02 conditional novelty 6.0

    Using bilingual-dictionary-aligned embeddings to initialize expanded vocabulary improves mBERT continued pre-training for seven low-resource languages, with average gains of 0.54% (POS) and 2.60% (NER).