paper-with-me

Papers

TABLET: Learning From Instructions For Tabular Data

2023-04-25 · Dylan Slack, Sameer Singh

Acquiring high-quality data is often a significant challenge in training machine learning (ML) models for tabular prediction, particularly in privacy-sensitive and costly domains like medicine and finance. Providing natural language instructions to large language models (LLMs) offers an alternative solution. However, it is unclear how effectively instructions leverage the knowledge in LLMs for solving tabular prediction problems. To address this gap, we introduce TABLET, a benchmark of 20 diverse tabular datasets annotated with instructions that vary in their phrasing, granularity, and technicality. Additionally, TABLET includes the instructions' logic and structured modifications to the instructions. We find in-context instructions increase zero-shot F1 performance for Flan-T5 11b by 44% on average and 13% for ChatGPT on TABLET. Also, we explore the limitations of using LLMs for tabular prediction in our benchmark by evaluating instruction faithfulness. We find LLMs often ignore instructions and fail to predict specific instances correctly, even with examples. Our analysis on TABLET shows that, while instructions help LLM performance, learning from instructions for tabular data requires new capabilities.

📄 PDF Abstract BibTeX arXiv:2304.13188

Code (1)

dylan-slack/tablet

Tasks

Prediction

Methods 이 논문이 사용한 방법론

fail 설명 없음
Flan-T5 Flan-T5 is the instruction fine-tuned version of T5 or Text-to-Text Transfer Transformer Language Model.

Similar Papers 제목 키워드 기반

TABLET: A Large-Scale Dataset for Robust Visual Table Understanding

2025-09-25 · Iñigo Alonso, Imanol Miranda, Eneko Agirre, Mirella Lapata arxiv

While table understanding increasingly relies on pixel-only settings, current benchmarks predominantly use synthetic renderings that lack the complexity and visual diversity of real-world tables. Additionally, existing v…

STABLE: Simulation-Ready Tabletop Layout Generation via a Semantics-Physics Dual System

2026-05-15 · Zhen Luo, Yixuan Yang, Xudong Xu, Jinkun Hao 외 arxiv

Generating simulation-ready tabletop scenes from task instructions is an intriguing and promising research direction in the field of Embodied AI. However, existing task-to-scene generation methods rely exclusively on lar…

Spatial ReasoningScene Generation

MesaTask: Towards Task-Driven Tabletop Scene Generation via 3D Spatial Reasoning

2025-09-26 · Jinkun Hao, Naifu Liang, Zhen Luo, Xudong Xu 외 arxiv

The ability of robots to interpret human instructions and execute manipulation tasks necessitates the availability of task-relevant tabletop scenes for training. However, traditional methods for creating these scenes rel…

Spatial ReasoningScene Generation

WikiTableT: A Large-Scale Data-to-Text Dataset for Generating Wikipedia Article Sections

2020-12-29 · Findings (ACL) 2021 8 · Mingda Chen, Sam Wiseman, Kevin Gimpel

Datasets for data-to-text generation typically focus either on multi-domain, single-sentence generation or on single-domain, long-form generation. In this work, we cast generating Wikipedia sections as a data-to-text gen…

Data-to-Text GenerationFormSentenceText Generation

TableTime: Reformulating Time Series Classification as Zero-Shot Table Understanding via Large Language Models

2024-11-24 · Jiahao Wang, Mingyue Cheng, Qingyang Mao, Qi Liu 외

Large language models (LLMs) have demonstrated their effectiveness in multivariate time series classification (MTSC). Effective adaptation of LLMs for MTSC necessitates informative data representations. Existing LLM-base…

Problem DecompositionTime SeriesTime Series Classificationzero-shot-classification+1