CLNov 15, 2023

Language and Task Arithmetic with Parameter-Efficient Layers for Zero-Shot Summarization

arXiv:2311.09344v234 citationsh-index: 56
Originality Incremental advance
AI Analysis

This addresses the challenge of applying large language models to low-resource languages in summarization tasks, though it is incremental as it builds on existing PEFT methods.

The paper tackles the problem of zero-shot cross-lingual summarization for languages lacking labeled data by composing parameter-efficient fine-tuning (PEFT) modules via arithmetic operations, achieving consistent performance gains with minimal training.

Parameter-efficient fine-tuning (PEFT) using labeled task data can significantly improve the performance of large language models (LLMs) on the downstream task. However, there are 7000 languages in the world and many of these languages lack labeled data for real-world language generation tasks. In this paper, we propose to improve zero-shot cross-lingual transfer by composing language or task specialized parameters. Our method composes language and task PEFT modules via element-wise arithmetic operations to leverage unlabeled data and English labeled data. We extend our approach to cases where labeled data from more languages is available and propose to arithmetically compose PEFT modules trained on languages related to the target. Empirical results on summarization demonstrate that our method is an effective strategy that obtains consistent gains using minimal training of PEFT modules.

Foundations

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

Your Notes