paper-with-me

Papers

Towards Robust Instruction Tuning on Multimodal Large Language Models

2024-02-22 · Wei Han, Hui Chen, Soujanya Poria

Fine-tuning large language models (LLMs) on multi-task instruction-following data has been proven to be a powerful learning paradigm for improving their zero-shot capabilities on new tasks. Recent works about high-quality instruction-following data generation and selection require amounts of human labor to conceive model-understandable instructions for the given tasks and carefully filter the LLM-generated data. In this work, we introduce an automatic instruction augmentation method named INSTRAUG in multimodal tasks. It starts from a handful of basic and straightforward meta instructions but can expand an instruction-following dataset by 30 times. Results on two popular multimodal instructionfollowing benchmarks MULTIINSTRUCT and InstructBLIP show that INSTRAUG can significantly improve the alignment of multimodal large language models (MLLMs) across 12 multimodal tasks, which is even equivalent to the benefits of scaling up training data multiple times.

📄 PDF Abstract BibTeX arXiv:2402.14492

Code (1)

declare-lab/instraug 공식 구현 pytorch

Tasks

Instruction Following

Similar Papers 제목 키워드 기반

Visual Instruction Tuning

2023-04-17 · NeurIPS 2023 11 · Haotian Liu, Chunyuan Li, Qingyang Wu, Yong Jae Lee

Instruction tuning large language models (LLMs) using machine-generated instruction-following data has improved zero-shot capabilities on new tasks, but the idea is less explored in the multimodal field. In this paper, w…

1 Image, 2*2 Stitching3D Question Answering (3D-QA)Image ClassificationImage Retrieval+9

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

InstructionGPT-4: A 200-Instruction Paradigm for Fine-Tuning MiniGPT-4

2023-08-23 · Lai Wei, Zihao Jiang, Weiran Huang, Lichao Sun

Multimodal large language models are typically trained in two stages: first pre-training on image-text pairs, and then fine-tuning using supervised vision-language instruction data. Recent studies have shown that large l…

Instruction FollowingQuestion AnsweringVisual Question Answering

MultiInstruct: Improving Multi-Modal Zero-Shot Learning via Instruction Tuning

2022-12-21 · Zhiyang Xu, Ying Shen, Lifu Huang

Instruction tuning, a new learning paradigm that fine-tunes pre-trained language models on tasks specified through instructions, has shown promising zero-shot performance on various natural language processing tasks. How…

SensitivityTransfer LearningZero-Shot Learning

SCITUNE: Aligning Large Language Models with Scientific Multimodal Instructions

2023-07-03 · Sameera Horawalavithana, Sai Munikoti, Ian Stewart, Henry Kvinge

Instruction finetuning is a popular paradigm to align large language models (LLM) with human intent. Despite its popularity, this idea is less explored in improving the LLMs to align existing foundation models with scien…