paper-with-me

홈 › Papers

StructText: A Synthetic Table-to-Text Approach for Benchmark Generation with Multi-Dimensional Evaluation

2025-07-28 · Satyananda Kashyap, Sola Shirai, Nandana Mihindukulasooriya, Horst Samulowitz arxiv

Extracting structured information from text, such as key-value pairs that could augment tabular data, is quite useful in many enterprise use cases. Although large language models (LLMs) have enabled numerous automated pipelines for converting natural language into structured formats, there is still a lack of benchmarks for evaluating their extraction quality, especially in specific domains or focused documents specific to a given organization. Building such benchmarks by manual annotations is labour-intensive and limits the size and scalability of the benchmarks. In this work, we present StructText, an end-to-end framework for automatically generating high-fidelity benchmarks for key-value extraction from text using existing tabular data. It uses available tabular data as structured ground truth, and follows a two-stage ``plan-then-execute'' pipeline to synthetically generate corresponding natural-language text. To ensure alignment between text and structured source, we introduce a multi-dimensional evaluation strategy that combines (a) LLM-based judgments on factuality, hallucination, and coherence and (b) objective extraction metrics measuring numeric and temporal accuracy. We evaluated the proposed method on 71,539 examples across 49 datasets. Results reveal that while LLMs achieve strong factual accuracy and avoid hallucination, they struggle with narrative coherence in producing extractable text. Notably, models presume numerical and temporal information with high fidelity yet this information becomes embedded in narratives that resist automated extraction. We release a framework, including datasets, evaluation tools, and baseline extraction systems, to support continued research.

📄 PDF Abstract BibTeX arXiv:2507.21340

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

OmniStruct: Universal Text-to-Structure Generation across Diverse Schemas

2025-11-23 · James Y. Huang, Wenxuan Zhou, Nan Xu, Fei Wang 외 arxiv

The ability of Large Language Models (LLMs) to generate structured outputs that follow arbitrary schemas is crucial to a wide range of downstream tasks that require diverse structured representations of results such as i…

Information Extraction

Free-Mask: A Novel Paradigm of Integration Between the Segmentation Diffusion Model and Image Editing to Improve Segmentation Ability

2024-11-04 · Bo Gao, Fangxu Xing, Daniel Tang

Current semantic segmentation models typically require a substantial amount of manually annotated data, a process that is both time-consuming and resource-intensive. Alternatively, leveraging advanced text-to-image model…

SegmentationSemantic Segmentation

Generating Benchmark Health Data Using a Tabular Diffusion Transformer

2026-08-14 · Hao Yan, Lisa Pilgram, Dan Liu, Linglong Kong 외 arxiv

Cross-Tabular Data Generation (CTDG) seeks to learn a generative model from multiple heterogeneous tables and produce new synthetic tabular datasets. However, existing synthetic tabular data generation methods are largel…

Tabular Data Generation

ReasTAP: Injecting Table Reasoning Skills During Pre-training via Synthetic Reasoning Examples

2022-10-22 · Yilun Zhao, Linyong Nan, Zhenting Qi, Rui Zhang 외

Reasoning over tabular data requires both table structure understanding and a broad set of table reasoning skills. Current models with table-specific architectures and pre-training methods perform well on understanding t…

Fact VerificationQuestion AnsweringSemantic ParsingTable-based Fact Verification+2

Enhancing Table Representations with LLM-powered Synthetic Data Generation

2024-11-04 · Dayu Yang, Natawut Monaikul, Amanda Ding, Bozhao Tan 외

In the era of data-driven decision-making, accurate table-level representations and efficient table recommendation systems are becoming increasingly crucial for improving table management, discovery, and analysis. Howeve…

Code GenerationDecision MakingRecommendation SystemsRepresentation Learning+1