CLNov 23, 2024

Seed-Free Synthetic Data Generation Framework for Instruction-Tuning LLMs: A Case Study in Thai

DeepMindMILAUW
arXiv:2411.15484v115 citationsh-index: 56Has CodeACL
Originality Incremental advance
AI Analysis

This addresses data scarcity for instruction-tuning LLMs in low-resource languages, though it is incremental as it builds on existing synthetic data methods.

The paper tackles the problem of generating synthetic instruction-tuning data for low-resource languages like Thai, achieving competitive performance with only 5,000 instructions compared to state-of-the-art models trained on hundreds of thousands.

We present a synthetic data approach for instruction-tuning large language models (LLMs) for low-resource languages in a data-efficient manner, specifically focusing on Thai. We identify three key properties that contribute to the effectiveness of instruction-tuning datasets: fluency, diversity, and cultural context. We propose a seed-data-free framework for generating synthetic instruction-tuning data that incorporates these essential properties. Our framework employs an LLM to generate diverse topics, retrieve relevant contexts from Wikipedia, and create instructions for various tasks, such as question answering, summarization, and conversation. The experimental results show that our best-performing synthetic dataset, which incorporates all three key properties, achieves competitive performance using only 5,000 instructions when compared to state-of-the-art Thai LLMs trained on hundreds of thousands of instructions. Our code and dataset are publicly available at https://github.com/parinzee/seed-free-synthetic-instruct.

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