paper-with-me

홈 › Papers

Prompt-Augmented Linear Probing: Scaling beyond the Limit of Few-shot In-Context Learners

2022-12-21 · Hyunsoo Cho, Hyuhng Joon Kim, Junyeob Kim, Sang-Woo Lee, Sang-goo Lee, Kang Min Yoo, Taeuk Kim

Through in-context learning (ICL), large-scale language models are effective few-shot learners without additional model fine-tuning. However, the ICL performance does not scale well with the number of available training samples as it is limited by the inherent input length constraint of the underlying language model. Meanwhile, many studies have revealed that language models are also powerful feature extractors, allowing them to be utilized in a black-box manner and enabling the linear probing paradigm, where lightweight discriminators are trained on top of the pre-extracted input representations. This paper proposes prompt-augmented linear probing (PALP), a hybrid of linear probing and ICL, which leverages the best of both worlds. PALP inherits the scalability of linear probing and the capability of enforcing language models to derive more meaningful representations via tailoring input into a more conceivable form. Throughout in-depth investigations on various datasets, we verified that PALP significantly enhances the input representations closing the gap between ICL in the data-hungry scenario and fine-tuning in the data-abundant scenario with little training overhead, potentially making PALP a strong alternative in a black-box scenario.

📄 PDF Abstract BibTeX arXiv:2212.10873

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context LearningLanguage ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Beyond Black-Box Interventions: Latent Probing for Faithful Retrieval-Augmented Generation

2025-10-14 · Linfeng Gao, Qinggang Zhang, Baolong Bi, Bo Zeng 외 arxiv

Retrieval-Augmented Generation (RAG) systems often fail to maintain contextual faithfulness, generating responses that conflict with the provided context or fail to fully leverage the provided evidence. Existing methods …

Inference Scaling for Long-Context Retrieval Augmented Generation

2024-10-06 · Zhenrui Yue, Honglei Zhuang, Aijun Bai, Kai Hui 외

The scaling of inference computation has unlocked the potential of long-context large language models (LLMs) across diverse settings. For knowledge-intensive tasks, the increased compute is often allocated to incorporate…

In-Context LearningRAGRetrievalRetrieval-augmented Generation

When Does Visual Prompting Outperform Linear Probing for Vision-Language Models? A Likelihood Perspective

2024-09-03 · Hsi-Ai Tsao, Lei Hsiung, Pin-Yu Chen, Tsung-Yi Ho

Adapting pre-trained models to new tasks can exhibit varying effectiveness across datasets. Visual prompting, a state-of-the-art parameter-efficient transfer learning method, can significantly improve the performance of …

Transfer LearningVisual Prompting

Linear Personality Probing and Steering in LLMs: A Big Five Study

2025-12-19 · Michel Frising, Daniel Balcells arxiv

Large language models (LLMs) exhibit distinct and consistent personalities that greatly impact trust and engagement. While this means that personality frameworks would be highly valuable tools to characterize and control…

Prompt Engineering

When AUC 0.998 Is Not Enough: A Candidate Evaluation Protocol for Hidden-State Probes of Indirect Prompt Injection in Multimodal Computer-Use Agents

2026-06-22 · Yanhang Li, Zhichao Fan, Zexin Zhuang arxiv

Hidden-state probing -- a linear classifier on a frozen vision-language model's internal activations -- has emerged as an attractive evaluation tool for flagging indirect prompt injection (IPI) in multimodal computer-use…