paper-with-me

홈 › Papers

Inducing Generalization across Languages and Tasks using Featurized Low-Rank Mixtures

2024-02-27 · Chu-Cheng Lin, Xinyi Wang, Jonathan H. Clark, Han Lu, Yun Zhu, Chenxi Whitehouse, Hongkun Yu

Adapting pretrained large language models (LLMs) to various downstream tasks in tens or hundreds of human languages is computationally expensive. Parameter-efficient fine-tuning (PEFT) significantly reduces the adaptation cost, by tuning only a small amount of parameters. However, common PEFT methods LoRA (Hu et al., 2022) suffer from suboptimal performance on diverse dataset mixtures, due to aggressive parameter tying and negative interference among different datasets. In this work, we propose Featurized Low-rank Mixtures (FLix), a novel PEFT method designed for effective multitask multilingual adaptation. FLix associates each unique dataset feature, such as the dataset's language or task, with its own low-rank weight update parameters. By composing feature-specific parameters for each dataset, FLix can accommodate diverse dataset mixtures and generalize better to unseen datasets. Our experiments show that FLix leads to significant improvements over a variety of tasks for both supervised learning and zero-shot settings with gains of up to $14.2$ inexact match points in zero-shot semantic parsing.

📄 PDF Abstract BibTeX arXiv:2402.17934

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

Featurized Query R-CNN

2022-06-13 · Wenqiang Zhang, Tianheng Cheng, Xinggang Wang, Shaoyu Chen 외

The query mechanism introduced in the DETR method is changing the paradigm of object detection and recently there are many query-based methods have obtained strong object detection performance. However, the current query…

Objectobject-detectionObject Detection

On Training Data Influence of GPT Models

2024-04-11 · Yekun Chai, Qingyi Liu, Shuohuan Wang, Yu Sun 외

Amidst the rapid advancements in generative language models, the investigation of how training data shapes the performance of GPT models is still emerging. This paper presents GPTfluence, a novel approach that leverages …

Natural Language Understanding

Efficient Featurized Image Pyramid Network for Single Shot Detector

2019-06-01 · CVPR 2019 6 · Yanwei Pang, Tiancai Wang, Rao Muhammad Anwer, Fahad Shahbaz Khan 외

Single-stage object detectors have recently gained popularity due to their combined advantage of high detection accuracy and real-time speed. However, while promising results have been achieved by these detectors on stan…

GPU

Towards Inducing Document-Level Abilities in Standard Multilingual Neural Machine Translation Models

2024-08-21 · Varun Gumma, Pranjal A. Chitale, Kalika Bali

Neural Machine Translation (NMT) models have traditionally used Sinusoidal Positional Embeddings (PEs), which often struggle to capture long-range dependencies and are less efficient for handling extended context or docu…

DecoderMachine TranslationNMTparameter-efficient fine-tuning+2

Inducing Regular Grammars Using Recurrent Neural Networks

2017-10-28 · Mor Cohen, Avi Caciularu, Idan Rejwan, Jonathan Berant

Grammar induction is the task of learning a grammar from a set of examples. Recently, neural networks have been shown to be powerful learning machines that can identify patterns in streams of data. In this work we invest…