paper-with-me

홈 › Papers

Rethinking Tabular Data Understanding with Large Language Models

2023-12-27 · Tianyang Liu, Fei Wang, Muhao Chen

Large Language Models (LLMs) have shown to be capable of various tasks, yet their capability in interpreting and reasoning over tabular data remains an underexplored area. In this context, this study investigates from three core perspectives: the robustness of LLMs to structural perturbations in tables, the comparative analysis of textual and symbolic reasoning on tables, and the potential of boosting model performance through the aggregation of multiple reasoning pathways. We discover that structural variance of tables presenting the same content reveals a notable performance decline, particularly in symbolic reasoning tasks. This prompts the proposal of a method for table structure normalization. Moreover, textual reasoning slightly edges out symbolic reasoning, and a detailed error analysis reveals that each exhibits different strengths depending on the specific tasks. Notably, the aggregation of textual and symbolic reasoning pathways, bolstered by a mix self-consistency mechanism, resulted in achieving SOTA performance, with an accuracy of 73.6% on WIKITABLEQUESTIONS, representing a substantial advancement over previous existing table processing paradigms of LLMs.

📄 PDF Abstract BibTeX arXiv:2312.16702

Code (1)

Leolty/tablellm 공식 구현

Tasks

Semantic Parsing

Similar Papers 제목 키워드 기반

Confronting LLMs with Traditional ML: Rethinking the Fairness of Large Language Models in Tabular Classifications

2023-10-23 · Yanchen Liu, Srishti Gautam, Jiaqi Ma, Himabindu Lakkaraju

Recent literature has suggested the potential of using large language models (LLMs) to make classifications for tabular tasks. However, LLMs have been shown to exhibit harmful social biases that reflect the stereotypes a…

FairnessIn-Context Learningtabular-classification

Rethinking with Retrieval: Faithful Large Language Model Inference

2022-12-31 · Hangfeng He, Hongming Zhang, Dan Roth

Despite the success of large language models (LLMs) in various natural language processing (NLP) tasks, the stored knowledge in these models may inevitably be incomplete, out-of-date, or incorrect. This motivates the nee…

Language ModelingLanguage ModellingLarge Language Modelmodel+2

Data Language Models: A New Foundation Model Class for Tabular Data

2026-05-07 · Eda Erol, Giuliano Pezzoli, Ozer Cem Kelahmet arxiv

Every major data modality now has a foundation model that understands it natively: text has language models, images have vision models, audio has audio models. Tabular data, the modality on which many consequential real-…

Few-Shot Table Understanding: A Benchmark Dataset and Pre-Training Baseline

2022-10-01 · COLING 2022 10 · Ruixue Liu, Shaozu Yuan, Aijun Dai, Lei Shen 외

Few-shot table understanding is a critical and challenging problem in real-world scenario as annotations over large amount of tables are usually costly. Pre-trained language models (PLMs), which have recently flourished …

ConTextTab: A Semantics-Aware Tabular In-Context Learner

2025-06-12 · Marco Spinaci, Marek Polewczyk, Maximilian Schambach, Sam Thelin

Tabular in-context learning (ICL) has recently achieved state-of-the-art (SOTA) performance on several tabular prediction tasks. Previously restricted to classification problems on small tables, recent advances such as T…

In-Context LearningWorld Knowledge