English

SALSA: Single-pass Autoregressive LLM Structured Classification

Computation and Language 2025-10-28 v1 Machine Learning

Abstract

Despite their impressive generalization capabilities, instruction-tuned Large Language Models often underperform on text classification benchmarks. We introduce SALSA, a coherent pipeline that combines structured prompting, class-to-token mapping, and parameter-efficient fine-tuning, thereby avoiding cold-start training. Each class label is mapped to a distinct output token, and prompts are constructed to elicit a single-token response. During inference, the model's output is projected only onto the logits of the relevant class tokens, enabling efficient and accurate classification in a single forward pass. SALSA achieves state-of-the-art results across diverse benchmarks, demonstrating its robustness and scalability for LLM-based classification applications.

Keywords

Cite

@article{arxiv.2510.22691,
  title  = {SALSA: Single-pass Autoregressive LLM Structured Classification},
  author = {Ruslan Berdichevsky and Shai Nahum-Gefen and Elad Ben Zaken},
  journal= {arXiv preprint arXiv:2510.22691},
  year   = {2025}
}
R2 v1 2026-07-01T07:06:31.116Z