Zero-Shot Cross-Domain Slot Filling with Retrieval Augmented In-Context Learning
Mengxiao Song, Tingwen Liu, Quangang Li, Duohe Ma, Ming Sun, Ling Tian
Abstract
Zero-shot cross-domain slot filling is becoming increasingly important due to its ability to generalize to new domains without the need for annotating domain-specific data, which aligns well with the requirements of industrial deployments. Recent advanced works deal with this task through question answering framework and make remarkable progress. However, they always rely on human efforts to manually construct question templates or prompts for all slot types, which is not only labor consuming, but also experience context inconsistency issue between the manual example and the specific test instance. To alleviate this problem, we introduce a retriever designed to extract reference samples from the training sets, serving as demonstrations to guide the model in generating the target slot entity through in-context learning. Building upon this retriever, we propose a retrieval-augmented generative framework that automatically constructs and tailors prompts to each specific test instance, eliminating the need for manual efforts. Experiment results verify that our approach attains the state-of-the-art.
BibTeX
@inproceedings{icassp2025_zeroshotcrossdom,
title = {Zero-Shot Cross-Domain Slot Filling with Retrieval Augmented In-Context Learning},
author = {Mengxiao Song and Tingwen Liu and Quangang Li and Duohe Ma and Ming Sun and Ling Tian},
booktitle = {ICASSP 2025},
year = {2025}
}