FewshotQA: A simple framework for few-shot learning of question answering tasks using pre-trained text-to-text models
Rakesh Chada, Pradeep Natarajan

TL;DR
This paper introduces a straightforward fine-tuning method for pre-trained text-to-text models that significantly improves few-shot question answering performance across multiple benchmarks and languages.
Contribution
It proposes a simple, effective framework that aligns with pre-training objectives, enabling large gains in few-shot QA tasks with minimal training examples.
Findings
Achieves 34.2 F1 point gain on average with 16 examples
Reaches 72.3 F1 on SQuAD with 32 examples using BART-large
Outperforms XLM-Roberta-large by up to 40 F1 points on TydiQA
Abstract
The task of learning from only a few examples (called a few-shot setting) is of key importance and relevance to a real-world setting. For question answering (QA), the current state-of-the-art pre-trained models typically need fine-tuning on tens of thousands of examples to obtain good results. Their performance degrades significantly in a few-shot setting (< 100 examples). To address this, we propose a simple fine-tuning framework that leverages pre-trained text-to-text models and is directly aligned with their pre-training framework. Specifically, we construct the input as a concatenation of the question, a mask token representing the answer span and a context. Given this input, the model is fine-tuned using the same objective as that of its pre-training objective. Through experimental studies on various few-shot configurations, we show that this formulation leads to significant gains…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Multimodal Machine Learning Applications
