paper-with-me

홈 › Papers

3-in-1: 2D Rotary Adaptation for Efficient Finetuning, Efficient Batching and Composability

2024-08-28 · Baohao Liao, Christof Monz

Parameter-efficient finetuning (PEFT) methods effectively adapt large language models (LLMs) to diverse downstream tasks, reducing storage and GPU memory demands. Despite these advantages, several applications pose new challenges to PEFT beyond mere parameter efficiency. One notable challenge involves the efficient deployment of LLMs equipped with multiple task- or user-specific adapters, particularly when different adapters are needed for distinct requests within the same batch. Another challenge is the interpretability of LLMs, which is crucial for understanding how LLMs function. Previous studies introduced various approaches to address different challenges. In this paper, we introduce a novel method, RoAd, which employs a straightforward 2D rotation to adapt LLMs and addresses all the above challenges: (1) RoAd is remarkably parameter-efficient, delivering optimal performance on GLUE, eight commonsense reasoning tasks and four arithmetic reasoning tasks with $<0.1\%$ trainable parameters; (2) RoAd facilitates the efficient serving of requests requiring different adapters within a batch, with an overhead comparable to element-wise multiplication instead of batch matrix multiplication; (3) RoAd enhances LLM's interpretability through integration within a framework of distributed interchange intervention, demonstrated via composition experiments.

📄 PDF Abstract BibTeX arXiv:2409.00119

Code (1)

baohaoliao/road 공식 구현

Tasks

Arithmetic ReasoningGPU

Similar Papers 제목 키워드 기반

Robust Few-Shot Vision-Language Model Adaptation

2025-06-05 · Hanxin Wang, Tian Liu, Shu Kong

Pretrained VLMs achieve strong performance on downstream tasks when adapted with just a few labeled examples. As the adapted models inevitably encounter out-of-distribution (OOD) test data that deviates from the in-distr…

Language ModelingLanguage ModellingmodelRetrieval

PEFT-Ref: A Modular Reference Architecture and Typology for Parameter-Efficient Finetuning Techniques

2023-04-24 · Mohammed Sabry, Anya Belz

Recent parameter-efficient finetuning (PEFT) techniques aim to improve over the considerable cost of fully finetuning large pretrained language models (PLM). As different PEFT techniques proliferate, it is becoming diffi…

Rethinking the Idiomaticity Decomposability Hypothesis: Evidence from Distributional Learning

2026-06-02 · Maggie Mi, Golzar Atefi, Atsuki Yamaguchi, Felix Gers 외 arxiv

Idioms can be analysed in terms of their decomposability, the extent to which constituent meanings contribute to the figurative whole. Decomposability is thought to predict syntactic flexibility. Usage-based accounts ins…

A Verification Framework for Component-Based Modeling and Simulation Putting the pieces together

2023-01-08 · Imran Mahmood

In this thesis a comprehensive verification framework is proposed to contend with some important issues in composability verification and a verification process is suggested to verify composability of different kinds of …

VRoPE: Rotary Position Embedding for Video Large Language Models

2025-02-17 · Zikang Liu, Longteng Guo, Yepeng Tang, Tongtian Yue 외

Rotary Position Embedding (RoPE) has shown strong performance in text-based Large Language Models (LLMs), but extending it to video remains a challenge due to the intricate spatiotemporal structure of video frames. Exist…

PositionVideo Understanding