paper-with-me

Papers

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

2023-10-13 · Peng Li, Yeye He, Dror Yashar, Weiwei Cui, Song Ge, Haidong Zhang, Danielle Rifinski Fainman, Dongmei Zhang, Surajit Chaudhuri

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.

📄 PDF Abstract BibTeX arXiv:2310.09263

Code (0)

등록된 구현이 없습니다.

Tasks

Probing Language Models

Methods 이 논문이 사용한 방법론

{Dispute@FaQ-s}How to file a dispute with Expedia? How to file a dispute with Expedia? To file a complaint against Expedia, first try contacting their customer service directly. You can reach them by phone at…
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

Table-LLM-Specialist: Language Model Specialists for Tables using Iterative Generator-Validator Fine-tuning

2024-10-16 · Junjie Xing, Yeye He, Mengyu Zhou, Haoyu Dong 외

In this work, we propose Table-LLM-Specialist, or Table-Specialist for short, as a new self-trained fine-tuning paradigm specifically designed for table tasks. Our insight is that for each table task, there often exist t…

Language ModelingLanguage Modelling

Testing the Limits of Unified Sequence to Sequence LLM Pretraining on Diverse Table Data Tasks

2023-10-01 · Soumajyoti Sarkar, Leonard Lausen

Tables stored in databases and tables which are present in web pages and articles account for a large part of semi-structured data that is available on the internet. It then becomes pertinent to develop a modeling approa…

ArticlesQuestion AnsweringSemantic Parsing

UniTable: Towards a Unified Framework for Table Recognition via Self-Supervised Pretraining

2024-03-07 · Shengyun Peng, Aishwarya Chakravarthy, Seongmin Lee, XiaoJing Wang 외

Tables convey factual and quantitative data with implicit conventions created by humans that are often challenging for machines to parse. Prior work on table recognition (TR) has mainly centered around complex task-speci…

Language ModelingLanguage ModellingTable Recognition

End-to-End Table Question Answering via Retrieval-Augmented Generation

2022-03-30 · Feifei Pan, Mustafa Canim, Michael Glass, Alfio Gliozzo 외

Most existing end-to-end Table Question Answering (Table QA) models consist of a two-stage framework with a retriever to select relevant table candidates from a corpus and a reader to locate the correct answers from tabl…

Information RetrievalQuestion AnsweringRAGRetrieval+2

LCM-LoRA: A Universal Stable-Diffusion Acceleration Module

2023-11-09 · Simian Luo, Yiqin Tan, Suraj Patil, Daniel Gu 외

Latent Consistency Models (LCMs) have achieved impressive performance in accelerating text-to-image generative tasks, producing high-quality images with minimal inference steps. LCMs are distilled from pre-trained latent…

GPUImage Generation