Typologically Informed Parameter Aggregation
Stef Accou, Wessel Poelman
TL;DR
TIPA addresses cross-lingual transfer for underrepresented languages by constructing proxy adapters through typology-guided aggregation of existing adapters, all without training. A proxy adapter $L_{ ext{proxy}}$ is formed by layer-wise parameter aggregation weighted by $w_s = rac{ ext{exp}(1 - d( ext{l}_{ ext{tgt}}, ext{l}_{ ext{src}}))}{ ext{\sum}_{ ext{l}_{ ext{src}}'} ext{exp}(1 - d( ext{l}_{ ext{tgt}}, ext{l}_{ ext{src}}'))}$, where distances $d(\cdot, ext{\cdot})$ come from URIEL+ typological data. The proxy adapters integrate into the MAD-X framework to enable zero-shot transfer with a fixed task adapter. Evaluations across five NLP tasks and 234 languages show that TIPA consistently matches or beats strong baselines, with the largest benefits for languages without dedicated adapters and without any language-specific training.
Abstract
Massively multilingual language models enable cross-lingual generalization but underperform on low-resource and unseen languages. While adapter-based fine-tuning offers a parameter-efficient solution, training language-specific adapters at scale remains costly. We introduce Typologically Informed Parameter Aggregation (TIPA), a training-free method that constructs proxy language adapters by aggregating existing ones, weighted by typological similarity. Integrated into the MAD-X framework, these proxies enable zero-shot cross-lingual transfer without additional training. We evaluate TIPA on five NLP tasks and over 230 languages. TIPA consistently outperforms or matches baselines such as English-only fine-tuning or selecting the typologically closest language adapter. We see the largest gains for languages lacking dedicated adapters. Our results demonstrate that typologically informed aggregation provides a viable alternative to language-specific modules without any training needed.
