arXiv:2505.15090cs.CLcs.AI2025-05EMNLP被引 1

通过去噪提升低资源语言跨语种迁移效果

DeFTX: Denoised Sparse Fine-Tuning for Zero-Shot Cross-Lingual Transfer

  • 用奇异值分解预处理权重矩阵,再进行稀疏微调
  • 在极低资源语言上达到或超过现有方法性能
  • 适合需要高效跨语种迁移的研究与应用

将大语言模型的优势从高资源语言扩展到低资源语言,仍面临关键挑战。现有方法尝试结合源语言的任务数据和目标语言的无标签文本知识。其中一种名为可组合稀疏微调(SFT)的方法,通过学习任务特定和语言特定的稀疏掩码,选择预训练模型中的一小部分参数进行微调,并将其与预训练模型组合,实现仅用源语言任务数据完成零样本跨语言迁移。但其稀疏掩码采用简单的基于幅度的剪枝。本文提出DeFT-X,一种新型可组合稀疏微调方法,在幅度剪枝前利用奇异值分解对预训练模型的权重矩阵进行去噪,从而获得更稳健的SFT向量。我们在极低资源语言上评估了DeFT-X,涵盖情感分类(NusaX)和自然语言推理(AmericasNLI),结果表明其性能达到或优于SFT及其他主流跨语言迁移基线。

原文摘要 · Abstract (English)

Effective cross-lingual transfer remains a critical challenge in scaling the benefits of large language models from high-resource to low-resource languages. Towards this goal, prior studies have explored many approaches to combine task knowledge from task-specific data in a (high-resource) source language and language knowledge from unlabeled text in a (low-resource) target language. One notable approach proposed composable sparse fine-tuning (SFT) for cross-lingual transfer that learns task-specific and language-specific sparse masks to select a subset of the pretrained model's parameters that are further fine-tuned. These sparse fine-tuned vectors (SFTs) are subsequently composed with the pretrained model to facilitate zero-shot cross-lingual transfer to a task in a target language, using only task-specific data from a source language. These sparse masks for SFTs were identified using a simple magnitude-based pruning. In our work, we introduce DeFT-X, a novel composable SFT approach that denoises the weight matrices of a pretrained model before magnitude pruning using singular value decomposition, thus yielding more robust SFTs. We evaluate DeFT-X on a diverse set of extremely low-resource languages for sentiment classification (NusaX) and natural language inference (AmericasNLI) and demonstrate that it performs at par or outperforms SFT and other prominent cross-lingual transfer baselines.

跨语言迁移稀疏微调低资源语言去噪

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。