paper-with-me

Papers

How to Tune a Multilingual Encoder Model for Germanic Languages: A Study of PEFT, Full Fine-Tuning, and Language Adapters

2025-01-10 · Romina Oji, Jenny Kunz

This paper investigates the optimal use of the multilingual encoder model mDeBERTa for tasks in three Germanic languages -- German, Swedish, and Icelandic -- representing varying levels of presence and likely data quality in mDeBERTas pre-training data. We compare full fine-tuning with the parameter-efficient fine-tuning (PEFT) methods LoRA and Pfeiffer bottleneck adapters, finding that PEFT is more effective for the higher-resource language, German. However, results for Swedish and Icelandic are less consistent. We also observe differences between tasks: While PEFT tends to work better for question answering, full fine-tuning is preferable for named entity recognition. Inspired by previous research on modular approaches that combine task and language adapters, we evaluate the impact of adding PEFT modules trained on unstructured text, finding that this approach is not beneficial.

📄 PDF Abstract BibTeX arXiv:2501.06025

Code (1)

rominaoji/german-language-adapter 공식 구현 pytorch

Tasks

named-entity-recognitionNamed Entity Recognitionparameter-efficient fine-tuningQuestion Answering

Similar Papers 제목 키워드 기반

EdinSaar@WMT21: North-Germanic Low-Resource Multilingual NMT

2021-09-29 · WMT (EMNLP) 2021 11 · Svetlana Tchistiakova, Jesujoba Alabi, Koel Dutta Chowdhury, Sourav Dutta 외

We describe the EdinSaar submission to the shared task of Multilingual Low-Resource Translation for North Germanic Languages at the Sixth Conference on Machine Translation (WMT2021). We submit multilingual translation mo…

Machine TranslationNMTTranslation

Encoder vs Decoder: Comparative Analysis of Encoder and Decoder Language Models on Multilingual NLU Tasks

2024-06-19 · Dan Saattrup Nielsen, Kenneth Enevoldsen, Peter Schneider-Kamp

This paper explores the performance of encoder and decoder language models on multilingual Natural Language Understanding (NLU) tasks, with a broad focus on Germanic languages. Building upon the ScandEval benchmark, init…

DecoderLanguage ModelingLanguage ModellingModel Selection+1

Phylogeny-Inspired Adaptation of Multilingual Models to New Languages

2022-05-19 · Fahim Faisal, Antonios Anastasopoulos

Large pretrained multilingual models, trained on dozens of languages, have delivered promising results due to cross-lingual learning capabilities on variety of language tasks. Further adapting these models to specific la…

Cross-Lingual Transfer

A Computational Model for the Assessment of Mutual Intelligibility Among Closely Related Languages

2024-02-05 · Jessica Nieder, Johann-Mattis List

Closely related languages show linguistic similarities that allow speakers of one language to understand speakers of another language without having actively learned it. Mutual intelligibility varies in degree and is typ…

Penalizing Divergence: Multi-Parallel Translation for Low-Resource Languages of North America

2022-10-01 · COLING 2022 10 · Garrett Nicolai, Changbing Yang, Miikka Silfverberg

This paper explores a special case in multilingual machine translation: so called multi-parallel translation, where the target data for all language pairs are identical. While multi-parallelism offers benefits which are …

Machine TranslationTranslation