paper-with-me

Papers

Instruction Following without Instruction Tuning

2024-09-21 · John Hewitt, Nelson F. Liu, Percy Liang, Christopher D. Manning

Instruction tuning commonly means finetuning a language model on instruction-response pairs. We discover two forms of adaptation (tuning) that are deficient compared to instruction tuning, yet still yield instruction following; we call this implicit instruction tuning. We first find that instruction-response pairs are not necessary: training solely on responses, without any corresponding instructions, yields instruction following. This suggests pretrained models have an instruction-response mapping which is revealed by teaching the model the desired distribution of responses. However, we then find it's not necessary to teach the desired distribution of responses: instruction-response training on narrow-domain data like poetry still leads to broad instruction-following behavior like recipe generation. In particular, when instructions are very different from those in the narrow finetuning domain, models' responses do not adhere to the style of the finetuning domain. To begin to explain implicit instruction tuning, we hypothesize that very simple changes to a language model's distribution yield instruction following. We support this by hand-writing a rule-based language model which yields instruction following in a product-of-experts with a pretrained model. The rules are to slowly increase the probability of ending the sequence, penalize repetition, and uniformly change 15 words' probabilities. In summary, adaptations made without being designed to yield instruction following can do so implicitly.

📄 PDF Abstract BibTeX arXiv:2409.14254

Code (1)

john-hewitt/implicit-ins 공식 구현 pytorch

Tasks

Instruction FollowingLanguage ModelingLanguage ModellingRecipe Generation

Similar Papers 제목 키워드 기반

Balancing Continuous Pre-Training and Instruction Fine-Tuning: Optimizing Instruction-Following in LLMs

2024-10-14 · Ishan Jindal, Chandana Badrinath, Pranjal Bharti, Lakkidi Vinay 외

Large Language Models (LLMs) for public use require continuous pre-training to remain up-to-date with the latest data. The models also need to be fine-tuned with specific instructions to maintain their ability to follow …

Instruction Following

Instruction-Following Evaluation of Large Vision-Language Models

2025-12-29 · Daiki Shiono, Shumpei Miyawaki, Ryota Tanaka, Jun Suzuki arxiv

Following the initial flourishing of large language models (LLMs), there has been a surge in proposed large vision-language models (LVLMs) that integrate LLMs with vision capabilities. However, it has been observed that …

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

X-Instruction: Aligning Language Model in Low-resource Languages with Self-curated Cross-lingual Instructions

2024-05-30 · Chong Li, Wen Yang, Jiajun Zhang, Jinliang Lu 외

Large language models respond well in high-resource languages like English but struggle in low-resource languages. It may arise from the lack of high-quality instruction following data in these languages. Directly transl…

Instruction FollowingLanguage ModelingLanguage ModellingTranslation

Unlocking Speech-Text Compositional Powers: Instruction-Following Speech Language Models without Instruction Tuning

2026-07-02 · Congrui Du, Yang Zhang, Kaizhi Qian, Shiyu Chang arxiv

Instruction tuning for speech language models (SLMs) is substantially more challenging than for text-based large language models (LLMs), as it requires learning a new modality and a wide range of speech-specific instruct…