paper-with-me

홈 › Papers

FIAT: Fusing learning paradigms with Instruction-Accelerated Tuning

2023-09-09 · Xinyi Wang, John Wieting, Jonathan H. Clark

Learning paradigms for large language models (LLMs) currently tend to fall within either in-context learning (ICL) or full fine-tuning. Each of these comes with their own trade-offs based on available data, model size, compute cost, ease-of-use, and final quality with neither solution performing well across-the-board. In this article, we first describe ICL and fine-tuning paradigms in a way that highlights their natural connections. Based on these connections, we propose a new learning paradigm called FIAT that fuses the best of these paradigms together, enabling prompt-engineered instructions and chain-of-thought reasoning with the very largest models while also using similar methods to perform parameter updates on a modestly-sized LLM with parameter-efficient tuning. We evaluate FIAT's effectiveness on a variety of multilingual tasks and observe that FIAT performs better than both ICL and fine-tuning at scales ranging from 100-10,000 training examples. We hope that FIAT provides a practical way of harnessing the full potential of LLMs without needing to make a hard choice between learning paradigms.

📄 PDF Abstract BibTeX arXiv:2309.04663

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context Learning

Similar Papers 제목 키워드 기반

A Survey on MLLM-based Visually Rich Document Understanding: Methods, Challenges, and Emerging Trends

2025-07-14 · Yihao Ding, Siwen Luo, Yue Dai, Yanbei Jiang 외

Visually-Rich Document Understanding (VRDU) has emerged as a critical field, driven by the need to automatically process documents containing complex visual, textual, and layout information. Recently, Multimodal Large La…

document understandingOptical Character RecognitionOptical Character Recognition (OCR)

LIMIT: Less Is More for Instruction Tuning Across Evaluation Paradigms

2023-11-22 · Aditi Jha, Sam Havens, Jeremey Dohmann, Alex Trott 외

Large Language Models are traditionally finetuned on large instruction datasets. However recent studies suggest that small, high-quality datasets can suffice for general purpose instruction following. This lack of consen…

Instruction Following

Response Tuning: Aligning Large Language Models without Instruction

2024-10-03 · Seokhyun An, Hyounghun Kim

Instruction tuning-supervised fine-tuning using instruction-response pairs-is a foundational step in transitioning pre-trained Large Language Models (LLMs) into helpful and safe chat assistants. Our hypothesis is that es…

Semi-Instruct: Bridging Natural-Instruct and Self-Instruct for Code Large Language Models

2024-03-01 · Xianzhen Luo, Qingfu Zhu, Zhiming Zhang, Xu Wang 외

Instruction tuning plays a pivotal role in Code Large Language Models (Code LLMs) for the task of program synthesis. Presently, two dominant paradigms for collecting tuning data are natural-instruct (human-written) and s…

DiversityProgram Synthesis

Do we Really Need Visual Instructions? Towards Visual Instruction-Free Fine-tuning for Large Vision-Language Models

2025-02-17 · Zikang Liu, Kun Zhou, Wayne Xin Zhao, Dawei Gao 외

Visual instruction tuning has become the predominant technology in eliciting the multimodal task-solving capabilities of large vision-language models (LVLMs). Despite the success, as visual instructions require images as…

Instruction Followingvisual instruction followingVisual Reasoning