CLNov 20, 2023

Adapt in Contexts: Retrieval-Augmented Domain Adaptation via In-Context Learning

arXiv:2311.11551v1138 citationsh-index: 14
Originality Incremental advance
AI Analysis

This addresses the challenge of cross-domain adaptation for LLMs in real-world scenarios where in-domain data is scarce, though it is incremental as it builds on existing UDA and ICL methods.

The paper tackles the problem of adapting large language models to new domains without target labels by using retrieval-augmented in-context learning, achieving significant improvements over baselines on sentiment analysis and named entity recognition tasks.

Large language models (LLMs) have showcased their capability with few-shot inference known as in-context learning. However, in-domain demonstrations are not always readily available in real scenarios, leading to cross-domain in-context learning. Besides, LLMs are still facing challenges in long-tail knowledge in unseen and unfamiliar domains. The above limitations demonstrate the necessity of Unsupervised Domain Adaptation (UDA). In this paper, we study the UDA problem under an in-context learning setting to adapt language models from the source domain to the target domain without any target labels. The core idea is to retrieve a subset of cross-domain elements that are the most similar to the query, and elicit language model to adapt in an in-context manner by learning both target domain distribution and the discriminative task signal simultaneously with the augmented cross-domain in-context examples. We devise different prompting and training strategies, accounting for different LM architectures to learn the target distribution via language modeling. With extensive experiments on Sentiment Analysis (SA) and Named Entity Recognition (NER) tasks, we thoroughly study the effectiveness of ICL for domain transfer and demonstrate significant improvements over baseline models.

Foundations

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

Your Notes