EMNLP 2023long main0 citations

Tree Prompting: Efficient Task Adaptation without Fine-Tuning

Chandan Singh, John Xavier Morris, Alexander M Rush, Jianfeng Gao, Yuntian Deng

Abstract

Prompting language models (LMs) is the main interface for applying them to new tasks. However, for smaller LMs, prompting provides low accuracy compared to gradient-based fine-tuning. Tree Prompting is an approach to prompting which builds a decision tree of prompts, linking multiple prompt-LM calls together to solve a task. At inference time, each call to the LM is determined by efficiently routing the outcome of the previous call using the tree. Experiments on classification datasets show that Tree Prompting improves accuracy over competing methods and is competitive with fine-tuning. We also show that variants of Tree Prompting allow inspection of a model's decision-making process.

Decision treelarge language modelchain promptingprompt engineering
BibTeX
@inproceedings{
singh2023tree,
title={Tree Prompting: Efficient Task Adaptation without Fine-Tuning},
author={Chandan Singh and John Xavier Morris and Alexander M Rush and Jianfeng Gao and Yuntian Deng},
booktitle={The 2023 Conference on Empirical Methods in Natural Language Processing},
year={2023},
url={https://openreview.net/forum?id=d0zla3M3LI}
}