paper-with-me

홈 › Papers

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 multiple intermediate tasks. Thus, we contend that part of the fine-tuning data mixture should be sequential--containing a chain of interrelated tasks. We first approach sequential instruction tuning from a task-driven perspective, manually creating interpretable intermediate tasks for multilingual and visual question answering: namely "translate then predict" and "caption then answer". Next, we automate this process by turning instructions in existing datasets (e.g., Alpaca and FlanCoT) into diverse and complex sequential instructions, making our method general-purpose. Models that underwent our sequential instruction tuning show improved results in coding, maths, and open-ended generation. Moreover, we put forward a new benchmark named SeqEval to evaluate a model's ability to follow all the instructions in a sequence, which further corroborates the benefits of our fine-tuning method. We hope that our endeavours will open new research avenues on instruction tuning for complex tasks.

📄 PDF Abstract BibTeX arXiv:2403.07794

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringVisual Question Answering

Similar Papers 제목 키워드 기반

Phased Instruction Fine-Tuning for Large Language Models

2024-06-01 · Wei Pang, Chuan Zhou, Xiao-Hua Zhou, Xiaojie Wang

Instruction Fine-Tuning enhances pre-trained language models from basic next-word prediction to complex instruction-following. However, existing One-off Instruction Fine-Tuning (One-off IFT) method, applied on a diverse …

Instruction Following

Enhancing Complex Instruction Following for Large Language Models with Mixture-of-Contexts Fine-tuning

2025-05-17 · Yuheng Lu, ZiMeng Bai, Caixia Yuan, Huixing Jiang 외

Large language models (LLMs) exhibit remarkable capabilities in handling natural language tasks; however, they may struggle to consistently follow complex instructions including those involve multiple constraints. Post-t…

DecoderInstruction Following

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

2024-02-18 · Shirley Anugrah Hayati, Taehee Jung, Tristan Bodding-Long, Sudipta Kar 외

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 …

Eliciting the Translation Ability of Large Language Models via Multilingual Finetuning with Translation Instructions

2023-05-24 · Jiahuan Li, Hao Zhou, ShuJian Huang, Shanbo Cheng 외

Large-scale Pretrained Language Models (LLMs), such as ChatGPT and GPT4, have shown strong abilities in multilingual translations, without being explicitly trained on parallel corpora. It is interesting how the LLMs obta…

Language ModelingLanguage ModellingTranslation

Privacy-Preserving Instructions for Aligning Large Language Models

2024-02-21 · Da Yu, Peter Kairouz, Sewoong Oh, Zheng Xu

Service providers of large language model (LLM) applications collect user instructions in the wild and use them in further aligning LLMs with users' intentions. These instructions, which potentially contain sensitive inf…

Language ModelingLanguage ModellingLarge Language ModelPrivacy Preserving