paper-with-me

홈 › Papers

Semantic-Oriented Unlabeled Priming for Large-Scale Language Models

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Due to the high costs associated with finetuning large language models, various recent works propose to adapt them to specific tasks without any parameter updates through in-context learning. Unfortunately, for in-context learning there is currently no way to leverage unlabeled data, which is often much easier to obtain in large quantities than labeled examples. In this work, we therefore investigate ways to make use of unlabeled examples to improve the zero-shot performance of pretrained language models without any finetuning: We introduce Semantic-Oriented Unlabeled Priming (SOUP), a method that classifies examples by retrieving semantically similar unlabeled examples, assigning labels to them in a zero-shot fashion, and then using them for in-context learning. We also propose bag-of-contexts priming, a new priming strategy that is more suitable for our setting and enables the usage of more examples than fit into the context window.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context Learning

Similar Papers 제목 키워드 기반

Semantic-Oriented Unlabeled Priming for Large-Scale Language Models

2022-02-12 · Yanchen Liu, Timo Schick, Hinrich Schütze

Due to the high costs associated with finetuning large language models, various recent works propose to adapt them to specific tasks without any parameter updates through in-context learning. Unfortunately, for in-contex…

In-Context Learning

Neural Priming for Sample-Efficient Adaptation

2023-06-16 · NeurIPS 2023 11 · Matthew Wallingford, Vivek Ramanujan, Alex Fang, Aditya Kusupati 외

We propose Neural Priming, a technique for adapting large pretrained models to distribution shifts and downstream tasks given few or no labeled examples. Presented with class names or unlabeled test samples, Neural Primi…

Transfer Learning

Spatial Priming Outperforms Semantic Prompting: A Grid-Based Approach to Improving LLM Accuracy on Chart Data Extraction

2026-05-06 · Andrei Lazarev, Dmitrii Sedov, Alexander Galkin arxiv

The automated extraction of data from scientific charts is a critical task for large-scale literature analysis. While multimodal Large Language Models (LLMs) show promise, their accuracy on non-standardized charts remain…

Language Models as Few-Shot Learner for Task-Oriented Dialogue Systems

2020-08-14 · Andrea Madotto, Zihan Liu, Zhaojiang Lin, Pascale Fung

Task-oriented dialogue systems use four connected modules, namely, Natural Language Understanding (NLU), a Dialogue State Tracking (DST), Dialogue Policy (DP) and Natural Language Generation (NLG). A research challenge i…

Dialogue State TrackingFew-Shot LearningNatural Language UnderstandingTask-Oriented Dialogue Systems+2

Attention-based Semantic Priming for Slot-filling

2018-07-01 · WS 2018 7 · Jiewen Wu, Rafael E. Banchs, Luis Fern D{'}Haro, o 외

The problem of sequence labelling in language understanding would benefit from approaches inspired by semantic priming phenomena. We propose that an attention-based RNN architecture can be used to simulate semantic primi…

slot-fillingSlot FillingSpoken Language UnderstandingWord Embeddings