TableMBR: Minimum Bayes Risk Table Generation Based on Structural Consistency (2026.acl-srw)
Copied to clipboard
| Challenge: | Experimental results show TableMBR outperforms the baseline, achieving relative improvements of up to 15% in F1 on Rotowire and 23% in accuracy on LiveSum. |
| Approach: | They propose a text-to-table task that generates structured data from unstructured text . they propose 'tableMBR' that maintains structural consistency through minimum Bayes risk decoding . |
| Outcome: | The proposed method outperforms the baseline and achieves relative improvements in F1 and LiveSum. |
Similar Papers
TableCoder: Table Extraction from Text via Reliable Code Generation (2025.acl-industry)
Copied to clipboard
| Challenge: | Structured table extraction from unstructured text is critical for automating data processing tasks across industries where accuracy and reliability are paramount. |
| Approach: | They propose a natural language-based method for extracting structured tables from text . they use Python classes or SQL statements to explicitly construct table structures . |
| Outcome: | The proposed method improves F1 scores and mitigates hallucinations . it integrates with standard SQL databases and Python workflows, ensuring seamless deployment . |
STable: Table Generation Framework for Encoder-Decoder Models (2024.eacl-long)
Copied to clipboard
Michał Pietruszka, Michał Turski, Łukasz Borchmann, Tomasz Dwojak, Gabriela Nowakowska, Karolina Szyndler, Dawid Jurkiewicz, Łukasz Garncarek
| Challenge: | Existing approaches to infer text-to-table neural models are limited to raw text, but the proposed framework is capable of unifying a variety of problems involving natural language. |
| Approach: | They propose a framework for text-to-table neural models that utilizes a generalized sequential method that comprehends information from all cells in the table. |
| Outcome: | The proposed framework outperforms previous approaches on several challenging datasets and outperformed existing models by up to 15%. |
OpenT2T: An Open-Source Toolkit for Table-to-Text Generation (2024.emnlp-demo)
Copied to clipboard
Haowei Zhang, Shengyun Si, Yilun Zhao, Lujing Xie, Zhijian Xu, Lyuhao Chen, Linyong Nan, Pengcheng Wang, Xiangru Tang, Arman Cohan
| Challenge: | Existing methods for table-to-text generation are limited and benchmarked on a limited number of datasets. |
| Approach: | They propose to use open-source tools to reproduce existing large language models for performance comparison and expedite the development of new models. |
| Outcome: | The proposed toolkit compares existing large language models on 9 table-to-text generation datasets and maintains a leaderboard to provide insights for future work. |
Hemolix.TabGen: Optimized Table Generation from Documents (2026.acl-industry)
Copied to clipboard
| Challenge: | Modern Data Lakes contain vast and heterogeneous document collections, making table generation difficult. |
| Approach: | They propose a scalable LLM-based table generation system that comprehends documents and generates Bi-dimensional tables based on the entire document content. |
| Outcome: | The proposed system generates bi-dimensional tables from documents across multiple domains. |
TableFormer: Robust Transformer Modeling for Table-Text Encoding (2022.acl-long)
Copied to clipboard
| Challenge: | Existing tables models require linearization of the table structure, where row or column order is encoded as an unwanted bias. |
| Approach: | They propose a robust and structurally aware table-text encoding architecture TableFormer where tabular structural biases are incorporated completely through learnable attention biase. |
| Outcome: | The proposed architecture outperforms strong baselines on SQA, WTQ and TabFact table reasoning datasets and achieves state-of-the-art performance on SQ. |
TableDreamer: Progressive and Weakness-guided Data Synthesis from Scratch for Table Instruction Tuning (2025.findings-acl)
Copied to clipboard
| Challenge: | Existing methods for table instruction tuning are limited due to limited data diversity and lack of data quality. |
| Approach: | They propose a weakness-guided data synthesis framework for table instruction tuning that explores the vast input space of table understanding tasks and then iterates through the input space. |
| Outcome: | The proposed framework boosts the average accuracy of Llama3.1-8B-instruct by 11.62% with 27K GPT-4o synthetic data and outperforms state-of-the-art data synthesis baselines which use more training data. |
Struc-Bench: Are Large Language Models Good at Generating Complex Structured Tabular Data? (2024.naacl-short)
Copied to clipboard
| Challenge: | Large Language Models (LLMs) have advanced capabilities but produce complex structured data. |
| Approach: | They propose a structure-aware fine-tuning method to bolster LLMs' performance by crafting format-specific instructions from the intended outputs. |
| Outcome: | The proposed method outperforms LLMs on all three formats and spans text tables, HTML, and LaTeX formats. |
SAGE: Sparse Adaptive Guidance for Dependency-Aware Tabular Data Generation (2026.acl-long)
Copied to clipboard
| Challenge: | Recent approaches to generate tabular data are limited by their static dependences and lack of fidelity. |
| Approach: | They propose a novel LLM-based generation framework that enforces sparse and dynamic dependency guidance. |
| Outcome: | The proposed framework boosts F1 scores by 10% and reduces policy violations by one point. |
CAST: Achieving Stable LLM-based Text Analysis for Data Analytics (2026.findings-acl)
Copied to clipboard
| Challenge: | Text analysis of tabular data relies on two core operations: summarization for corpus-level theme extraction and tagging for row-level labeling. |
| Approach: | They propose a framework that enhances output stability by constraining the model’s latent reasoning trajectory. |
| Outcome: | The proposed framework improves stability by constraining the model's latent reasoning trajectory. |
TabSQLify: Enhancing Reasoning Capabilities of LLMs Through Table Decomposition (2024.naacl-long)
Copied to clipboard
| Challenge: | Large language models struggle with large tables due to their limited input length . a novel method that decomposes tables into smaller and relevant sub-tables reduces the computational load on LLMs . |
| Approach: | They propose a method that leverages text-to-SQL generation to decompose tables into smaller and relevant sub-tables . the method can reduce the input context length significantly, making it more scalable and efficient . |
| Outcome: | The proposed method performs remarkably well on the WikiTQ benchmark and on the TabFact benchmark. |