Few-shot Unified Question Answering: Tuning Models or Prompts?
Question-answering (QA) tasks often investigate specific question types, knowledge domains, or reasoning skills, leading to specialized models catering to specific categories of QA tasks. While recent research has explored the idea of unified QA models, such models are usually explored for high-resource scenarios and require re-training to extend their capabilities. To overcome these drawbacks, the paper explores the potential of two paradigms of tuning, model, and prompts, for unified QA under a low-resource setting. The paper provides an exhaustive analysis of their applicability using 16 QA datasets, revealing that prompt tuning can perform as well as model tuning in a few-shot setting with a good initialization. The study also shows that parameter-sharing results in superior few-shot performance, simple knowledge transfer techniques for prompt initialization can be effective, and prompt tuning achieves a significant performance boost from pre-training in a low-resource regime. The research offers insights into the advantages and limitations of prompt tuning for unified QA in a few-shot setting, contributing to the development of effective and efficient systems in low-resource scenarios.
Code (0)
등록된 구현이 없습니다.
Tasks
Question AnsweringTransfer LearningSimilar Papers 제목 키워드 기반
CQARE: Contrastive Question-Answering for Few-shot Relation Extraction with Prompt Tuning
Prompt tuning with pre-trained language models (PLM) has exhibited outstanding performance by closing the gap between pre-training tasks and various downstream applications, without the need for uninitialized parameters …
Cross-Domain Few-ShotPrompt EngineeringQuestion AnsweringRelation+1Multimodal Commonsense Knowledge Distillation for Visual Question Answering
Existing Multimodal Large Language Models (MLLMs) and Visual Language Pretrained Models (VLPMs) have shown remarkable performances in the general Visual Question Answering (VQA). However, these models struggle with VQA q…
Knowledge DistillationQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)Instruction Tuning and CoT Prompting for Contextual Medical QA with LLMs
Large language models (LLMs) have shown great potential in medical question answering (MedQA), yet adapting them to biomedical reasoning remains challenging due to domain-specific complexity and limited supervision. In t…
Medical Question AnsweringMedQAMultiple-choicePrompt Engineering+1Improving Zero-shot Visual Question Answering via Large Language Models with Reasoning Question Prompts
Zero-shot Visual Question Answering (VQA) is a prominent vision-language task that examines both the visual and textual understanding capability of systems in the absence of training data. Recently, by converting the ima…
Question AnsweringSentenceVisual Question AnsweringVisual Question Answering (VQA)+1Hybrid Graphs for Table-and-Text based Question Answering using LLMs
Answering questions that require reasoning and aggregation across both structured (tables) and unstructured (raw text) data sources presents significant challenges. Current methods rely on fine-tuning and high-quality, h…
Multi-hop Question AnsweringQuestion Answering