CLMay 17, 2024

Language Models can Exploit Cross-Task In-context Learning for Data-Scarce Novel Tasks

arXiv:2405.10548v331 citationsh-index: 12ACL
Originality Incremental advance
AI Analysis

This addresses the challenge of data scarcity for novel tasks in NLP, offering a method to enhance smaller models' performance without extensive computational resources, though it is incremental as it builds on existing in-context learning techniques.

The paper tackles the problem of adapting large language models to novel tasks with limited data by exploring cross-task in-context learning, showing performance improvements such as a 107% boost for LLaMA-2 7B over zero-shot prompting.

Large Language Models (LLMs) have transformed NLP with their remarkable In-context Learning (ICL) capabilities. Automated assistants based on LLMs are gaining popularity; however, adapting them to novel tasks is still challenging. While colossal models excel in zero-shot performance, their computational demands limit widespread use, and smaller language models struggle without context. This paper investigates whether LLMs can generalize from labeled examples of predefined tasks to novel tasks. Drawing inspiration from biological neurons and the mechanistic interpretation of the Transformer architecture, we explore the potential for information sharing across tasks. We design a cross-task prompting setup with three LLMs and show that LLMs achieve significant performance improvements despite no examples from the target task in the context. Cross-task prompting leads to a remarkable performance boost of 107% for LLaMA-2 7B, 18.6% for LLaMA-2 13B, and 3.2% for GPT 3.5 on average over zero-shot prompting, and performs comparable to standard in-context learning. The effectiveness of generating pseudo-labels for in-task examples is demonstrated, and our analyses reveal a strong correlation between the effect of cross-task examples and model activation similarities in source and target input tokens. This paper offers a first-of-its-kind exploration of LLMs' ability to solve novel tasks based on contextual signals from different task examples.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes