EMNLP 2023long findings0 citations

Leveraging Multiple Teachers for Test-Time Adaptation of Language-Guided Classifiers

Kangda Wei, Sayan Ghosh, Rakesh R Menon, Shashank Srivastava

Abstract

Recent approaches have explored language- guided classifiers capable of classifying examples from novel tasks when provided with task-specific natural language explanations, instructions or prompts (Sanh et al., 2022; R. Menon et al., 2022). While these classifiers can generalize in zero-shot settings, their task performance often varies substantially between different language explanations in unpredictable ways (Lu et al., 2022; Gonen et al., 2022). Also, current approaches fail to leverage unlabeled examples that may be available in many scenarios. Here, we introduce TALC, a framework that uses data programming to adapt a language-guided classifier for a new task during inference when provided with explanations from multiple teachers and unlabeled test examples. Our results show that TALC consistently outperforms a competitive baseline from prior work by an impressive 9.3% (relative improvement). Further, we demonstrate the robustness of TALC to variations in the quality and quantity of provided explanations, highlighting its potential in scenarios where learning from multiple teachers or a crowd is involved. Our code is available at: https://github.com/WeiKangda/TALC.git.

test-time adaptationlearning from languagedata programming
BibTeX
@inproceedings{
wei2023leveraging,
title={Leveraging Multiple Teachers for Test-Time Adaptation of Language-Guided Classifiers},
author={Kangda Wei and Sayan Ghosh and Rakesh R Menon and Shashank Srivastava},
booktitle={The 2023 Conference on Empirical Methods in Natural Language Processing},
year={2023},
url={https://openreview.net/forum?id=ZE6fN4OO18}
}