CLAISep 24, 2024

60 Data Points are Sufficient to Fine-Tune LLMs for Question-Answering

arXiv:2409.15825v24 citationsh-index: 40
Originality Incremental advance
AI Analysis

This addresses the challenge of efficient fine-tuning for LLMs in QA, though it appears incremental as it builds on existing fine-tuning methods with empirical analysis.

The study tackled the problem of fine-tuning large language models (LLMs) for question-answering by investigating data requirements, showing that as few as 60 data points can activate pre-trained knowledge to perform the task effectively.

Large language models (LLMs) encode extensive world knowledge through pre-training on massive datasets, which can then be fine-tuned for the question-answering (QA) task. However, effective strategies for fine-tuning LLMs for the QA task remain largely unexplored. To address this gap, we categorize supervised fine-tuning (SFT) data based on the extent of knowledge memorized by the pretrained LLMs and conduct a series of empirical analyses. Our experiments, involving four LLMs from three different model families, focus on three key factors: the amount of data required for SFT, the impact of different SFT datasets on model performance, and how data requirements vary across LLMs. The results show that as few as 60 data points during the SFT stage can activate the knowledge encoded during pre-training, enabling LLMs to perform the QA task. Additionally, SFT with data of varying memory levels has a significant impact on LLM performance, with the optimal dataset differing based on the specific model being fine-tuned. Future research will delve deeper into the mechanisms underlying these phenomena.

Foundations

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

Your Notes