English

Tree Prompting: Efficient Task Adaptation without Fine-Tuning

Computation and Language 2023-10-24 v1 Machine Learning

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 finetuning. Tree Prompting is an approach to prompting which builds a decision tree of prompts, linking multiple 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.

Keywords

Cite

@article{arxiv.2310.14034,
  title  = {Tree Prompting: Efficient Task Adaptation without Fine-Tuning},
  author = {John X. Morris and Chandan Singh and Alexander M. Rush and Jianfeng Gao and Yuntian Deng},
  journal= {arXiv preprint arXiv:2310.14034},
  year   = {2023}
}

Comments

Both first authors contributed equally; accepted to EMNLP 2023

R2 v1 2026-06-28T12:57:39.803Z