CLAIDec 5, 2023

MUFFIN: Curating Multi-Faceted Instructions for Improving Instruction-Following

arXiv:2312.02436v339 citationsh-index: 23ICLR
AI Analysis

This addresses a key bottleneck in LLM training for better instruction adherence, though it appears incremental as it builds on prior scaling methods.

The paper tackles the problem of improving instruction-following in large language models by introducing MUFFIN, a dataset curation scheme that scales tasks per input with diverse facets, resulting in superior performance across four zero-shot benchmarks compared to existing scaling schemes.

In the realm of large language models (LLMs), enhancing instruction-following capability often involves curating expansive training data. This is achieved through two primary schemes: i) Scaling-Inputs: Amplifying (input, output) pairs per task instruction, aiming for better instruction adherence. ii) Scaling Input-Free Tasks: Enlarging tasks, each composed of an (instruction, output) pair (without requiring a separate input anymore). However, LLMs under Scaling-Inputs tend to be overly sensitive to inputs, leading to misinterpretation or non-compliance with instructions. Conversely, Scaling Input-Free Tasks demands a substantial number of tasks but is less effective in instruction following when dealing with instances in Scaling-Inputs. This work introduces MUFFIN, a new scheme of instruction-following dataset curation. Specifically, we automatically Scale Tasks per Input by diversifying these tasks with various input facets. Experimental results across four zero-shot benchmarks, spanning both Scaling-Inputs and Scaling Input-Free Tasks schemes, reveal that LLMs, at various scales, trained on MUFFIN generally demonstrate superior instruction-following capabilities compared to those trained on the two aforementioned schemes.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes