paper-with-me

홈 › Papers

How Many Data Points is a Prompt Worth?

2021-03-15 · NAACL 2021 4 · Teven Le Scao, Alexander M. Rush

When fine-tuning pretrained models for classification, researchers either use a generic model head or a task-specific prompt for prediction. Proponents of prompting have argued that prompts provide a method for injecting task-specific guidance, which is beneficial in low-data regimes. We aim to quantify this benefit through rigorous testing of prompts in a fair setting: comparing prompted and head-based fine-tuning in equal conditions across many tasks and data sizes. By controlling for many sources of advantage, we find that prompting does indeed provide a benefit, and that this benefit can be quantified per task. Results show that prompting is often worth 100s of data points on average across classification tasks.

📄 PDF Abstract BibTeX arXiv:2103.08493

Code (1)

TevenLeScao/pet 공식 구현 pytorch

Tasks

ClassificationGeneral Classification

Similar Papers 제목 키워드 기반

Optimal Weighting for Exam Composition

2017-12-24 · Sam Ganzfried, Farzana Yusuf

A problem faced by many instructors is that of designing exams that accurately assess the abilities of the students. Typically these exams are prepared several days in advance, and generic question scores are used based …

Multiple-choice

Prompt Optimization Is a Coin Flip: Diagnosing When It Helps in Compound AI Systems

2026-04-16 · Xing Zhang, Guanghui Wang, Yanwei Cui, Wei Qiu 외 arxiv

Prompt optimization in compound AI systems is statistically indistinguishable from a coin flip: across 72 optimization runs on Claude Haiku 4.5 (6 methods $\times$ 4 tasks $\times$ 3 repeats), 49% score below zero-shot; …

Claim Check-Worthiness Detection: How Well do LLMs Grasp Annotation Guidelines?

2024-04-18 · Laura Majer, Jan Šnajder

The increasing threat of disinformation calls for automating parts of the fact-checking pipeline. Identifying text segments requiring fact-checking is known as claim detection (CD) and claim check-worthiness detection (C…

Fact Checking

Toward Automated and Trustworthy Scientific Analysis and Visualization with LLM-Generated Code

2025-11-26 · Apu Kumar Chakroborti, Yi Ding, Lipeng Wan arxiv

As modern science becomes increasingly data-intensive, the ability to analyze and visualize large-scale, complex datasets is critical to accelerating discovery. However, many domain scientists lack the programming expert…

MACA: A Framework for Distilling Trustworthy LLMs into Efficient Retrievers

2026-01-01 · Satya Swaroop Gudipudi, Sahil Girhepuje, Ponnurangam Kumaraguru, Kristine Ma arxiv

Modern enterprise retrieval systems must handle short, underspecified queries such as ``foreign transaction fee refund'' and ``recent check status''. In these cases, semantic nuance and metadata matter but per-query larg…