2022

TabLLM: Few-shot Classification of Tabular Data with Large Language Models

Hegselmann, Stefan, Buendia, Alejandro, Lang, Hunter et al.

Understand

We study the application of large language models to zero-shot and few-shot classification of tabular data.

  • We prompt the large language model with a serialization of the tabular data to a natural-language string, together with a short description of the classification problem.
  • In the few-shot setting, we fine-tune the large language model using some labeled examples.
  • We evaluate several serialization methods including templates, table-to-text models, and large language models.

Reading the bibliography…