pith. sign in

arxiv: 2310.09263 · v1 · pith:QD4JSZS2new · submitted 2023-10-13 · 💻 cs.CL · cs.AI· cs.DB

Table-GPT: Table-tuned GPT for Diverse Table Tasks

classification 💻 cs.CL cs.AIcs.DB
keywords tasksmodelsemphlanguagechatgptdiversegpt-3perform
0
0 comments X
read the original abstract

Language models, such as GPT-3.5 and ChatGPT, demonstrate remarkable abilities to follow diverse human instructions and perform a wide range of tasks. However, when probing language models using a range of basic table-understanding tasks, we observe that today's language models are still sub-optimal in many table-related tasks, likely because they are pre-trained predominantly on \emph{one-dimensional} natural-language texts, whereas relational tables are \emph{two-dimensional} objects. In this work, we propose a new "\emph{table-tuning}" paradigm, where we continue to train/fine-tune language models like GPT-3.5 and ChatGPT, using diverse table-tasks synthesized from real tables as training data, with the goal of enhancing language models' ability to understand tables and perform table tasks. We show that our resulting Table-GPT models demonstrate (1) better \emph{table-understanding} capabilities, by consistently outperforming the vanilla GPT-3.5 and ChatGPT, on a wide-range of table tasks, including holdout unseen tasks, and (2) strong \emph{generalizability}, in its ability to respond to diverse human instructions to perform new table-tasks, in a manner similar to GPT-3.5 and ChatGPT.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. TableNet A Large-Scale Table Dataset with LLM-Powered Autonomous

    cs.DB 2026-02 unverdicted novelty 7.0

    TableNet is a new large-scale table dataset created via LLM multi-agent generation, combined with diversity-based active learning that achieves competitive performance on its test set and superior results on real-worl...

  2. Unlock the Potential of Large Language Models for Predictive Tabular Tasks in Data Science with Table-Specific Pretraining

    cs.LG 2024-03 unverdicted novelty 5.0

    Table-specific pretraining of Llama-2 yields significant gains on zero-shot, few-shot, and in-context tabular prediction tasks over prior benchmarks.