CLAIOct 31, 2024

Constraint Back-translation Improves Complex Instruction Following of Large Language Models

Tsinghua
arXiv:2410.24175v28 citationsh-index: 24Has CodeCIKM
Originality Incremental advance
AI Analysis

This addresses the challenge of improving instruction-following in LLMs for AI applications, though it is incremental as it builds on existing instruction-tuning methods.

The paper tackles the problem of large language models struggling with complex instruction constraints by proposing constraint back-translation, a data generation technique that improves models' instruction-following ability, as shown by enhanced performance on benchmarks.

Large language models (LLMs) struggle to follow instructions with complex constraints in format, length, etc. Following the conventional instruction-tuning practice, previous works conduct post-training on complex instruction-response pairs generated by feeding complex instructions to advanced LLMs. However, even advanced LLMs cannot follow complex instructions well, thus limiting the quality of generated data. In this work, we find that existing datasets inherently contain implicit complex constraints and propose a novel data generation technique, constraint back-translation. Specifically, we take the high-quality instruction-response pairs in existing datasets and only adopt advanced LLMs to add complex constraints already met by the responses to the instructions, which naturally reduces costs and data noise. In the experiments, we adopt Llama3-70B-Instruct to back-translate constraints and create a high-quality complex instruction-response dataset, named CRAB. We present that post-training on CRAB improves multiple backbone LLMs' complex instruction-following ability, evaluated on extensive instruction-following benchmarks. We further find that constraint back-translation also serves as a useful auxiliary training objective in post-training. Our code, data, and models will be released to facilitate future research.

Code Implementations1 repo
Foundations

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

Your Notes