paper-with-me

홈 › Papers

FormaT5: Abstention and Examples for Conditional Table Formatting with Natural Language

2023-10-26 · Mukul Singh, José Cambronero, Sumit Gulwani, Vu Le, Carina Negreanu, Elnaz Nouri, Mohammad Raza, Gust Verbruggen

Formatting is an important property in tables for visualization, presentation, and analysis. Spreadsheet software allows users to automatically format their tables by writing data-dependent conditional formatting (CF) rules. Writing such rules is often challenging for users as it requires them to understand and implement the underlying logic. We present FormaT5, a transformer-based model that can generate a CF rule given the target table and a natural language description of the desired formatting logic. We find that user descriptions for these tasks are often under-specified or ambiguous, making it harder for code generation systems to accurately learn the desired rule in a single step. To tackle this problem of under-specification and minimise argument errors, FormaT5 learns to predict placeholders though an abstention objective. These placeholders can then be filled by a second model or, when examples of rows that should be formatted are available, by a programming-by-example system. To evaluate FormaT5 on diverse and real scenarios, we create an extensive benchmark of 1053 CF tasks, containing real-world descriptions collected from four different sources. We release our benchmarks to encourage research in this area. Abstention and filling allow FormaT5 to outperform 8 different neural approaches on our benchmarks, both with and without examples. Our results illustrate the value of building domain-specific learning systems.

📄 PDF Abstract BibTeX arXiv:2310.17306

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

CORNET: Learning Table Formatting Rules By Example

2022-08-11 · Mukul Singh, José Cambronero, Sumit Gulwani, Vu Le 외

Spreadsheets are widely used for table manipulation and presentation. Stylistic formatting of these tables is an important property for both presentation and analysis. As a result, popular spreadsheet software, such as E…

Program Synthesis

Demonstration of CORNET: A System For Learning Spreadsheet Formatting Rules By Example

2023-08-14 · Mukul Singh, Jose Cambronero, Sumit Gulwani, Vu Le 외

Data management and analysis tasks are often carried out using spreadsheet software. A popular feature in most spreadsheet platforms is the ability to define data-dependent formatting rules. These rules can express actio…

ManagementProgram Synthesis

Tabularis Formatus: Predictive Formatting for Tables

2025-08-14 · Mukul Singh, José Cambronero, Sumit Gulwani, Vu Le 외 arxiv

Spreadsheet manipulation software are widely used for data management and analysis of tabular data, yet the creation of conditional formatting (CF) rules remains a complex task requiring technical knowledge and experienc…

ASTA: Learning Analytical Semantics over Tables for Intelligent Data Analysis and Visualization

2022-08-01 · Lingbo Li, Tianle Li, Xinyi He, Mengyu Zhou 외

Intelligent analysis and visualization of tables use techniques to automatically recommend useful knowledge from data, thus freeing users from tedious multi-dimension data mining. While many studies have succeeded in aut…

GLEAN: Grounded Lightweight Evaluation Anchors for Contamination-Aware Tabular Reasoning

2026-01-22 · Qizhi Wang arxiv

Tabular reasoning benchmarks mix semantic inference, numerical computation, and brittle table formatting, yet evaluations for small models remain vulnerable to contamination, dataset artifacts, and retrieval failures. We…