TEAR: Table Extraction with Attribute Recommendation from Texts via Large Language Models

📅 2026-09-14
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文提出TEAR框架,通过动态调整指令和属性推荐解决自然文本中表格信息提取的边界模糊与属性多变问题。
📝 Abstract
Table extraction from texts is an important task for information systems, and recent approaches that prompt large language models (LLMs) with instructions have drawn great attention for their strong performance. Existing works have assumed the input texts to be table descriptions or specialized documents. However, these efforts have largely overlooked another prevalent category of texts, commonly found in news reports and social media: naturally occurring texts. Extracting tabular information from such texts poses two distinct challenges. First, high variability and the absence of explicit structural cues make fixed heuristic LLM prompts limited in precisely delineating extraction boundaries. Second, manually predefined schemas cannot capture open-ended, unseen attributes in naturally occurring text. In this paper, we propose a framework, TEAR, to address these challenges. It comprises two synergistic workflows: a Table Extraction Workflow that dynamically adapts instructions to overcome the limitation of heuristic instructions, and an Attribute Recommendation Workflow that discovers new attributes from texts to complement the heuristic schema. To our knowledge, TEAR is the first framework that supports automated text-driven attribute recommendation, enabling exploratory schema design for table extraction. To evaluate TEAR, we establish the benchmark for table extraction and attribute recommendation on naturally occurring texts, including two real-world datasets, manual annotations, appropriate metrics, and baseline comparisons. Experiments show that TEAR achieves state-of-the-art performance on both tasks, and the recommended attributes effectively enhance extraction performance in exploratory scenarios.
Problem

Research questions and friction points this paper is trying to address.

Table Extraction
Naturally Occurring Texts
Attribute Recommendation
Large Language Models
Heuristic Instructions
Innovation

Methods, ideas, or system contributions that make the work stand out.

Table Extraction
Attribute Recommendation
Large Language Models
Naturally Occurring Texts
Dynamic Instruction Adaptation
🔎 Similar Papers
No similar papers found.