AICLAug 19, 2024

DELIA: Diversity-Enhanced Learning for Instruction Adaptation in Large Language Models

arXiv:2408.10841v1h-index: 4
Originality Highly original
AI Analysis

This addresses the problem of biased feature learning in instruction tuning for LLM developers, offering a data-driven approach that is incremental over prior methods.

The paper tackles the limitation of instruction tuning in Large Language Models (LLMs) by proposing DELIA, a diversity-enhanced learning method that transforms biased features into approximations of ideal features, resulting in performance improvements such as 17.07%-33.41% on Icelandic-English translation and 36.1% on formatted text generation.

Although instruction tuning is widely used to adjust behavior in Large Language Models (LLMs), extensive empirical evidence and research indicates that it is primarily a process where the model fits to specific task formats, rather than acquiring new knowledge or capabilities. We propose that this limitation stems from biased features learned during instruction tuning, which differ from ideal task-specfic features, leading to learn less underlying semantics in downstream tasks. However, ideal features are unknown and incalculable, constraining past work to rely on prior knowledge to assist reasoning or training, which limits LLMs' capabilities to the developers' abilities, rather than data-driven scalable learning. In our paper, through our novel data synthesis method, DELIA (Diversity-Enhanced Learning for Instruction Adaptation), we leverage the buffering effect of extensive diverse data in LLMs training to transform biased features in instruction tuning into approximations of ideal features, without explicit prior ideal features. Experiments show DELIA's better performance compared to common instruction tuning and other baselines. It outperforms common instruction tuning by 17.07%-33.41% on Icelandic-English translation bleurt score (WMT-21 dataset, gemma-7b-it) and improves accuracy by 36.1% on formatted text generation (Llama2-7b-chat). Notably, among knowledge injection methods we've known, DELIA uniquely align the internal representations of new special tokens with their prior semantics.

Foundations

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

Your Notes