Reflection-tuning: Data Recycling Improves LLM Instruction-tuning · The Large Language Model Bible Contribute to LLM-Bible

Reflection-tuning: Data Recycling Improves LLM Instruction-tuning

Li Ming, Chen Lichang, Chen Jiuhai, He Shwai, Huang Heng, Gu Jiuxiang, Zhou Tianyi. Arxiv 2023

[Paper]    
Applications Fine Tuning Training Techniques

Recent advancements in Large Language Models (LLMs) have expanded the horizons of natural language understanding and generation. Notably, the output control and alignment with the input of LLMs can be refined through instruction tuning. However, as highlighted in several studies, low-quality data in the training set are usually detrimental to instruction tuning, resulting in inconsistent or even misleading LLM outputs. We propose a novel method, termed “reflection-tuning,” which addresses the problem by self-improvement and judging capabilities of LLMs. This approach utilizes an oracle LLM to recycle the original training data by introspecting and enhancing the quality of instructions and responses in the data. Extensive experiments on widely used evaluation benchmarks show that LLMs trained with our recycled data outperform those trained with existing datasets in various benchmarks.

Similar Work