CLOct 8, 2023

MinPrompt: Graph-based Minimal Prompt Data Augmentation for Few-shot Question Answering

arXiv:2310.05007v333 citationsh-index: 21
Originality Incremental advance
AI Analysis

This addresses the need for more efficient adaptation of large language models to specific domains in open-domain QA, though it is incremental as it builds on existing fine-tuning and graph-based methods.

The paper tackles the problem of inefficient fine-tuning for few-shot question answering by selecting the most informative data for augmentation, achieving comparable or better accuracy with improved efficiency, as shown by consistent F-1 score improvements on benchmark datasets.

Recent advances in few-shot question answering (QA) mostly rely on the power of pre-trained large language models (LLMs) and fine-tuning in specific settings. Although the pre-training stage has already equipped LLMs with powerful reasoning capabilities, LLMs still need to be fine-tuned to adapt to specific domains to achieve the best results. In this paper, we propose to select the most informative data for fine-tuning, thereby improving the efficiency of the fine-tuning process with comparative or even better accuracy on the open-domain QA task. We present MinPrompt, a minimal data augmentation framework for open-domain QA based on an approximate graph algorithm and unsupervised question generation. We transform the raw text into a graph structure to build connections between different factual sentences, then apply graph algorithms to identify the minimal set of sentences needed to cover the most information in the raw text. We then generate QA pairs based on the identified sentence subset and train the model on the selected sentences to obtain the final model. Empirical results on several benchmark datasets and theoretical analysis show that MinPrompt is able to achieve comparable or better results than baselines with a high degree of efficiency, bringing consistent improvements in F-1 scores.

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