paper-with-me

홈 › Papers

Table Meets LLM: Can Large Language Models Understand Structured Table Data? A Benchmark and Empirical Study

2023-05-22 · Yuan Sui, Mengyu Zhou, Mingjie Zhou, Shi Han, Dongmei Zhang

Large language models (LLMs) are becoming attractive as few-shot reasoners to solve Natural Language (NL)-related tasks. However, the understanding of their capability to process structured data like tables remains an under-explored area. While tables can be serialized as input for LLMs, there is a lack of comprehensive studies on whether LLMs genuinely comprehend this data. In this paper, we try to understand this by designing a benchmark to evaluate the structural understanding capabilities of LLMs through seven distinct tasks, e.g., cell lookup, row retrieval and size detection. Specially, we perform a series of evaluations on the recent most advanced LLM models, GPT-3.5 and GPT-4 and observe that performance varied with different input choices, including table input format, content order, role prompting, and partition marks. Drawing from the insights gained through the benchmark evaluations, we propose $\textit{self-augmentation}$ for effective structural prompting, such as critical value / range identification using internal knowledge of LLMs. When combined with carefully chosen input choices, these structural prompting methods lead to promising improvements in LLM performance on a variety of tabular tasks, e.g., TabFact($\uparrow2.31\%$), HybridQA($\uparrow2.13\%$), SQA($\uparrow2.72\%$), Feverous($\uparrow0.84\%$), and ToTTo($\uparrow5.68\%$). We believe that our open source benchmark and proposed prompting methods can serve as a simple yet generic selection for future research. The code and data of this paper will be temporality released at https://anonymous.4open.science/r/StructuredLLM-76F3/README.md and will be replaced with an official one at https://github.com/microsoft/TableProvider later.

📄 PDF Abstract BibTeX arXiv:2305.13062

Code (1)

Y-Sui/GPT4Table 공식 구현 pytorch

Tasks

Retrieval

Methods 이 논문이 사용한 방법론

15 Ways to Contact How can i speak to someone at Delta Airlines 설명 없음
Multi-Head Attention 설명 없음
Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Transformer A Transformer is a model architecture that eschews recurrence and instead relies entirely on an [attention…
GPT-4 GPT-4 is a transformer based model pre-trained to predict the next token in a document.

Similar Papers 제목 키워드 기반

Parallelism Meets Adaptiveness: Scalable Documents Understanding in Multi-Agent LLM Systems

2025-07-22 · Chengxuan Xia, Qianye Wu, Sixuan Tian, Yilun Hao arxiv

Large language model (LLM) agents have shown increasing promise for collaborative task completion. However, existing multi-agent frameworks often rely on static workflows, fixed roles, and limited inter-agent communicati…

A Hybrid Semantic Parsing Approach for Tabular Data Analysis

2019-10-23 · Yan Gao, Jian-Guang Lou, Dongmei Zhang

This paper presents a novel approach to translating natural language questions to SQL queries for given tables, which meets three requirements as a real-world data analysis application: cross-domain, multilingualism and …

Semantic Parsing

NeedleInATable: Exploring Long-Context Capability of Large Language Models towards Long-Structured Tables

2025-04-09 · Lanrui Wang, Mingyu Zheng, Hongyin Tang, Zheng Lin 외

Processing structured tabular data, particularly lengthy tables, constitutes a fundamental yet challenging task for large language models (LLMs). However, existing long-context benchmarks primarily focus on unstructured …

Tree-of-Table: Unleashing the Power of LLMs for Enhanced Large-Scale Table Understanding

2024-11-13 · Deyi Ji, Lanyun Zhu, Siqi Gao, Peng Xu 외

The ubiquity and value of tables as semi-structured data across various domains necessitate advanced methods for understanding their complexity and vast amounts of information. Despite the impressive capabilities of larg…

Natural Language Understanding

STRIDE: When to Speak Meets Sequence Denoising for Streaming Video Understanding

2026-03-29 · Junho Kim, Hosu Lee, James M. Rehg, Minsu Kim 외 arxiv

Recent progress in video large language models (Video-LLMs) has enabled strong offline reasoning over long and complex videos. However, real-world deployments increasingly require streaming perception and proactive inter…