paper-with-me

Papers

TableLLM: Enabling Tabular Data Manipulation by LLMs in Real Office Usage Scenarios

2024-03-28 · Xiaokang Zhang, Jing Zhang, Zeyao Ma, Yang Li, Bohan Zhang, Guanlin Li, Zijun Yao, Kangli Xu, Jinchang Zhou, Daniel Zhang-li, Jifan Yu, Shu Zhao, Juanzi Li, Jie Tang

We introduce TableLLM, a robust large language model (LLM) with 13 billion parameters, purpose-built for proficiently handling tabular data manipulation tasks, whether they are embedded within documents or spreadsheets, catering to real-world office scenarios. We propose a distant supervision method for training, which comprises a reasoning process extension strategy, aiding in training LLMs to understand reasoning patterns more effectively as well as a cross-way validation strategy, ensuring the quality of the automatically generated data. To evaluate the performance of TableLLM, we have crafted a benchmark tailored to address both document and spreadsheet formats as well as constructed a well-organized evaluation pipeline capable of handling both scenarios. Thorough evaluations underscore the advantages of TableLLM when compared to various existing general-purpose and tabular data-focused LLMs. We have publicly released the model checkpoint, source code, benchmarks, and a web application for user interaction.Our codes and data are publicly available at https://github.com/TableLLM/TableLLM.

📄 PDF Abstract BibTeX arXiv:2403.19318

Code (2)

TableLLM/TableLLM 공식 구현
ruckbreasoning/tablellm

Tasks

Language ModelingLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

TableBench: A Comprehensive and Complex Benchmark for Table Question Answering

2024-08-17 · Xianjie Wu, Jian Yang, Linzheng Chai, Ge Zhang 외

Recent advancements in Large Language Models (LLMs) have markedly enhanced the interpretation and processing of tabular data, introducing previously unimaginable capabilities. Despite these achievements, LLMs still encou…

Question Answering

TableGPT: Towards Unifying Tables, Nature Language and Commands into One GPT

2023-07-17 · Liangyu Zha, Junlin Zhou, Liyao Li, Rui Wang 외

Tables are prevalent in real-world databases, requiring significant time and effort for humans to analyze and manipulate. The advancements in large language models (LLMs) have made it possible to interact with tables usi…

Data VisualizationQuestion Answering

A Note on Statistically Accurate Tabular Data Generation Using Large Language Models

2025-05-05 · Andrey Sidorenko

Large language models (LLMs) have shown promise in synthetic tabular data generation, yet existing methods struggle to preserve complex feature dependencies, particularly among categorical variables. This work introduces…

Tabular Data Generation

When Tabular Foundation Models Meet Strategic Tabular Data: A Prior Alignment Approach

2026-05-19 · Xinpeng Lv, Yunxin Mao, Renzhe Xu, Chunyuan Zheng 외 arxiv

Tabular foundation models based on pretrained prior-data fitted networks~(PFNs) have shown strong generalization on diverse tabular tasks, but they are typically designed for \emph{non-strategic} settings where data dist…

Enabling Few-Shot Alzheimer's Disease Diagnosis on Biomarker Data with Tabular LLMs

2025-07-31 · Sophie Kearney, Shu Yang, Zixuan Wen, Bojian Hou 외 arxiv

Early and accurate diagnosis of Alzheimer's disease (AD), a complex neurodegenerative disorder, requires analysis of heterogeneous biomarkers (e.g., neuroimaging, genetic risk factors, cognitive tests, and cerebrospinal …

Binary Classification