CLMay 29, 2025

Map&Make: Schema Guided Text to Table Generation

arXiv:2505.23174v14 citationsh-index: 4ACL
Originality Incremental advance
AI Analysis

This addresses the need for better information retrieval and summarization in text-to-table generation, though it appears incremental by building on existing methods with a novel decomposition approach.

The paper tackles the problem of generating structured tables from unstructured text by introducing Map&Make, which dissects text into atomic statements to extract latent schemas, achieving significant improvements in interpretability and performance on datasets like Rotowire and Livesum.

Transforming dense, detailed, unstructured text into an interpretable and summarised table, also colloquially known as Text-to-Table generation, is an essential task for information retrieval. Current methods, however, miss out on how and what complex information to extract; they also lack the ability to infer data from the text. In this paper, we introduce a versatile approach, Map&Make, which "dissects" text into propositional atomic statements. This facilitates granular decomposition to extract the latent schema. The schema is then used to populate the tables that capture the qualitative nuances and the quantitative facts in the original text. Our approach is tested against two challenging datasets, Rotowire, renowned for its complex and multi-table schema, and Livesum, which demands numerical aggregation. By carefully identifying and correcting hallucination errors in Rotowire, we aim to achieve a cleaner and more reliable benchmark. We evaluate our method rigorously on a comprehensive suite of comparative and referenceless metrics. Our findings demonstrate significant improvement results across both datasets with better interpretability in Text-to-Table generation. Moreover, through detailed ablation studies and analyses, we investigate the factors contributing to superior performance and validate the practicality of our framework in structured summarization tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes