paper-with-me

Papers

Cheap and Quick: Efficient Vision-Language Instruction Tuning for Large Language Models

2023-05-24 · NeurIPS 2023 11 · Gen Luo, Yiyi Zhou, Tianhe Ren, Shengxin Chen, Xiaoshuai Sun, Rongrong Ji

Recently, growing interest has been aroused in extending the multimodal capability of large language models (LLMs), e.g., vision-language (VL) learning, which is regarded as the next milestone of artificial general intelligence. However, existing solutions are prohibitively expensive, which not only need to optimize excessive parameters, but also require another large-scale pre-training before VL instruction tuning. In this paper, we propose a novel and affordable solution for the effective VL adaption of LLMs, called Mixture-of-Modality Adaptation (MMA). Instead of using large neural networks to connect the image encoder and LLM, MMA adopts lightweight modules, i.e., adapters, to bridge the gap between LLMs and VL tasks, which also enables the joint optimization of the image and language models. Meanwhile, MMA is also equipped with a routing algorithm to help LLMs achieve an automatic shift between single- and multi-modal instructions without compromising their ability of natural language understanding. To validate MMA, we apply it to a recent LLM called LLaMA and term this formed large vision-language instructed model as LaVIN. To validate MMA and LaVIN, we conduct extensive experiments under two setups, namely multimodal science question answering and multimodal dialogue. The experimental results not only demonstrate the competitive performance and the superior training efficiency of LaVIN than existing multimodal LLMs, but also confirm its great potential as a general-purpose chatbot. More importantly, the actual expenditure of LaVIN is extremely cheap, e.g., only 1.4 training hours with 3.8M trainable parameters, greatly confirming the effectiveness of MMA. Our project is released at https://luogen1996.github.io/lavin.

📄 PDF Abstract BibTeX arXiv:2305.15023

Code (1)

luogen1996/lavin pytorch

Tasks

ChatbotNatural Language UnderstandingQuestion AnsweringScience Question Answering

Similar Papers 제목 키워드 기반

Creating Arabic LLM Prompts at Scale

2024-08-12 · Abdelrahman El-Sheikh, Ahmed Elmogtaba, Kareem Darwish, Muhammad Elmallah 외

The debut of chatGPT and BARD has popularized instruction following text generation using LLMs, where a user can interrogate an LLM using natural language requests and obtain natural language answers that matches their r…

Headline GenerationInstruction FollowingLanguage ModelingLanguage Modelling+4

LongForm: Effective Instruction Tuning with Reverse Instructions

2023-04-17 · Abdullatif Köksal, Timo Schick, Anna Korhonen, Hinrich Schütze

Instruction tuning enables language models to more effectively generalize and better follow user intent. However, obtaining instruction data is costly and challenging. Prior work employs methods such as expensive human a…

Long Form Question AnsweringNews GenerationQuestion AnsweringRecipe Generation+1

On Instruction-Finetuning Neural Machine Translation Models

2024-10-07 · Vikas Raunak, Roman Grundkiewicz, Marcin Junczys-Dowmunt

In this work, we introduce instruction finetuning for Neural Machine Translation (NMT) models, which distills instruction following capabilities from Large Language Models (LLMs) into orders-of-magnitude smaller NMT mode…

Domain AdaptationInstruction FollowingMachine TranslationNMT+1

MLAN: Language-Based Instruction Tuning Improves Zero-Shot Generalization of Multimodal Large Language Models

2024-11-15 · Jianhong Tu, Zhuohao Ni, Nicholas Crispino, Zihao Yu 외

We present a novel instruction tuning recipe to improve the zero-shot task generalization of multimodal large language models. In contrast to existing instruction tuning mechanisms that heavily rely on visual instruction…

Instruction FollowingZero-shot Generalization

Instruction Tuning for Large Language Models: A Survey

2023-08-21 · Shengyu Zhang, Linfeng Dong, Xiaoya Li, Sen Zhang 외

This paper surveys research works in the quickly advancing field of instruction tuning (IT), which can also be referred to as supervised fine-tuning (SFT)\footnote{In this paper, unless specified otherwise, supervised fi…

Survey