paper-with-me

홈 › Papers

LLaMA-Excitor: General Instruction Tuning via Indirect Feature Interaction

2024-04-01 · CVPR 2024 1 · Bo Zou, Chao Yang, Yu Qiao, Chengbin Quan, Youjian Zhao

Existing methods to fine-tune LLMs, like Adapter, Prefix-tuning, and LoRA, which introduce extra modules or additional input sequences to inject new skills or knowledge, may compromise the innate abilities of LLMs. In this paper, we propose LLaMA-Excitor, a lightweight method that stimulates the LLMs' potential to better follow instructions by gradually paying more attention to worthwhile information. Specifically, the LLaMA-Excitor does not directly change the intermediate hidden state during the self-attention calculation of the transformer structure. We designed the Excitor block as a bypass module for the similarity score computation in LLMs' self-attention to reconstruct keys and change the importance of values by learnable prompts. LLaMA-Excitor ensures a self-adaptive allocation of additional attention to input instructions, thus effectively preserving LLMs' pre-trained knowledge when fine-tuning LLMs on low-quality instruction-following datasets. Furthermore, we unify the modeling of multi-modal tuning and language-only tuning, extending LLaMA-Excitor to a powerful visual instruction follower without the need for complex multi-modal alignment. Our proposed approach is evaluated in language-only and multi-modal tuning experimental scenarios. Notably, LLaMA-Excitor is the only method that maintains basic capabilities while achieving a significant improvement (+6%) on the MMLU benchmark. In the visual instruction tuning, we achieve a new state-of-the-art image captioning performance of 157.5 CIDEr on MSCOCO, and a comparable performance (88.39%) on ScienceQA to cutting-edge models with more parameters and extensive vision-language pertaining.

📄 PDF Abstract BibTeX arXiv:2404.00913

Code (0)

등록된 구현이 없습니다.

Tasks

Image CaptioningInstruction FollowingMMLU

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

Evolution of meta's llama models and parameter-efficient fine-tuning of large language models: a survey

2025-10-14 · Abdulhady Abas Abdullah, Arkaitz Zubiaga, Seyedali Mirjalili, Amir H. Gandomi 외 arxiv

This review surveys the rapid evolution of Meta AI's LLaMA (Large Language Model Meta AI) series - from LLaMA 1 through LLaMA 4 and the specialized parameter-efficient fine-tuning (PEFT) methods developed for these model…

parameter-efficient fine-tuning

SOCIALITE-LLAMA: An Instruction-Tuned Model for Social Scientific Tasks

2024-02-03 · Gourab Dey, Adithya V Ganesan, Yash Kumar Lal, Manal Shah 외

Social science NLP tasks, such as emotion or humor detection, are required to capture the semantics along with the implicit pragmatics from text, often with limited amounts of training data. Instruction tuning has been s…

Humor DetectionReading Comprehension

Multi-Task Instruction Tuning of LLaMa for Specific Scenarios: A Preliminary Study on Writing Assistance

2023-05-22 · Yue Zhang, Leyang Cui, Deng Cai, Xinting Huang 외

Proprietary Large Language Models (LLMs), such as ChatGPT, have garnered significant attention due to their exceptional capabilities in handling a diverse range of tasks. Recent studies demonstrate that open-sourced smal…

Instruction Following

LLaMA-Adapter: Efficient Fine-tuning of Language Models with Zero-init Attention

2023-03-28 · Renrui Zhang, Jiaming Han, Chris Liu, Peng Gao 외

We present LLaMA-Adapter, a lightweight adaption method to efficiently fine-tune LLaMA into an instruction-following model. Using 52K self-instruct demonstrations, LLaMA-Adapter only introduces 1.2M learnable parameters …

Instruction FollowingLanguage ModellingMultimodal Deep LearningMusic Question Answering+1

Extrapolating Large Language Models to Non-English by Aligning Languages

2023-08-09 · Wenhao Zhu, Yunzhe Lv, Qingxiu Dong, Fei Yuan 외

Existing large language models show disparate capability across different languages, due to the imbalance in the training data. Their performances on English tasks are often stronger than on tasks of other languages. In …

Translation