Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Star-Agents: Automatic Data Optimization with LLM Agents for Instruction Tuning

About

The efficacy of large language models (LLMs) on downstream tasks usually hinges on instruction tuning, which relies critically on the quality of training data. Unfortunately, collecting high-quality and diverse data is both expensive and time-consuming. To mitigate this issue, we propose a novel Star-Agents framework, which automates the enhancement of data quality across datasets through multi-agent collaboration and assessment. The framework adopts a three-pronged strategy. It initially generates diverse instruction data with multiple LLM agents through a bespoke sampling method. Subsequently, the generated data undergo a rigorous evaluation using a dual-model method that assesses both difficulty and quality. Finaly, the above process evolves in a dynamic refinement phase, where more effective LLMs are prioritized, enhancing the overall data quality. Our empirical studies, including instruction tuning experiments with models such as Pythia and LLaMA, demonstrate the effectiveness of the proposed framework. Optimized datasets have achieved substantial improvements, with an average increase of 12% and notable gains in specific metrics, such as a 40% improvement in Fermi, as evidenced by benchmarks like MT-bench, Vicuna bench, and WizardLM testset.

Hang Zhou, Yehui Tang, Haochen Qin, Yujie Yang, Renren Jin, Deyi Xiong, Kai Han, Yunhe Wang• 2024

Related benchmarks

TaskDatasetResultRank
Mathematical ReasoningMATH
Accuracy13.21
643
Instruction FollowingMT-Bench
MT-Bench Score5.74
189
Code GenerationMBPP
Pass@142.37
175
Mathematical ReasoningGSM8K
Math Score57.65
171
Code GenerationHumanEval
Pass@133.69
108
Instruction FollowingDollyEval
Score40.28
106
Agentic Reasoning∞Bench
Score58.37
100
Code GenerationLiveCodeBench
Pass@123.14
86
Instruction FollowingVicunaEval
VicunaEval Score38.59
80
Code GenerationLiveCodeBench
Average Score26.23
68
Showing 10 of 18 rows

Other info

Code

Follow for update