paper-with-me

홈 › Papers

Chain-of-Instructions: Compositional Instruction Tuning on Large Language Models

2024-02-18 · Shirley Anugrah Hayati, Taehee Jung, Tristan Bodding-Long, Sudipta Kar, Abhinav Sethy, Joo-Kyung Kim, Dongyeop Kang

Fine-tuning large language models (LLMs) with a collection of large and diverse instructions has improved the model's generalization to different tasks, even for unseen tasks. However, most existing instruction datasets include only single instructions, and they struggle to follow complex instructions composed of multiple subtasks. In this work, we propose a novel concept of compositional instructions called chain-of-instructions (CoI), where the output of one instruction becomes an input for the next like a chain. Unlike the conventional practice of solving single instruction tasks, our proposed method encourages a model to solve each subtask step by step until the final answer is reached. CoI-tuning (i.e., fine-tuning with CoI instructions) improves the model's ability to handle instructions composed of multiple subtasks as well as unseen composite tasks such as multilingual summarization. Overall, our study find that simple CoI tuning of existing instruction data can provide consistent generalization to solve more complex, unseen, and longer chains of instructions.

📄 PDF Abstract BibTeX arXiv:2402.11532

Code (1)

amazon-science/chain-of-instructions 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Mosaic-IT: Free Compositional Data Augmentation Improves Instruction Tuning

2024-05-22 · Ming Li, Pei Chen, Chenguang Wang, Hongyu Zhao 외

Finetuning large language models with a variety of instruction-response pairs has enhanced their capability to understand and follow instructions. Current instruction tuning primarily relies on teacher models or human in…

Data AugmentationDiversityInstruction Following

ComplexBench-Edit: Benchmarking Complex Instruction-Driven Image Editing via Compositional Dependencies

2025-06-15 · Chenglin Wang, Yucheng Zhou, Qianning Wang, Zhe Wang 외

Text-driven image editing has achieved remarkable success in following single instructions. However, real-world scenarios often involve complex, multi-step instructions, particularly ``chain'' instructions where operatio…

Benchmarking

LogiCoT: Logical Chain-of-Thought Instruction-Tuning

2023-05-20 · Hanmeng Liu, Zhiyang Teng, Leyang Cui, Chaoli Zhang 외

Generative Pre-trained Transformer 4 (GPT-4) demonstrates impressive chain-of-thought reasoning ability. Recent work on self-instruction tuning, such as Alpaca, has focused on enhancing the general proficiency of models.…

Logical ReasoningText Generation

Fine-tuning Large Language Models with Sequential Instructions

2024-03-12 · Hanxu Hu, Simon Yu, Pinzhen Chen, Edoardo M. Ponti

Despite the success of existing instruction-tuned models, we find that they usually struggle to respond to queries with multiple instructions. This impairs their performance in complex problems whose solution consists of…

Question AnsweringVisual Question Answering

CESAR: Automatic Induction of Compositional Instructions for Multi-turn Dialogs

2023-11-29 · Taha Aksu, Devamanyu Hazarika, Shikib Mehri, Seokhwan Kim 외

Instruction-based multitasking has played a critical role in the success of large language models (LLMs) in multi-turn dialog applications. While publicly available LLMs have shown promising performance, when exposed to …