paper-with-me

홈 › Papers

FACTS: Table Summarization via Offline Template Generation with Agentic Workflows

2025-10-15 · Ye Yuan, Mohammad Amin Shabani, Siqi Liu arxiv

Query-focused table summarization requires generating natural language summaries of tabular data conditioned on a user query, enabling users to access insights beyond fact retrieval. Existing approaches face key limitations: table-to-text models require costly fine-tuning and struggle with complex reasoning, prompt-based LLM methods suffer from token-limit and efficiency issues while exposing sensitive data, and prior agentic pipelines often rely on decomposition, planning, or manual templates that lack robustness and scalability. To mitigate these issues, we introduce an agentic workflow, FACTS, a Fast, Accurate, and Privacy-Compliant Table Summarization approach via Offline Template Generation. FACTS produces offline templates, consisting of SQL queries and Jinja2 templates, which can be rendered into natural language summaries and are reusable across multiple tables sharing the same schema. It enables fast summarization through reusable offline templates, accurate outputs with executable SQL queries, and privacy compliance by sending only table schemas to LLMs. Evaluations on widely-used benchmarks show that FACTS consistently outperforms baseline methods, establishing it as a practical solution for real-world query-focused table summarization. Our code is available at https://github.com/BorealisAI/FACTS.

📄 PDF Abstract BibTeX arXiv:2510.13920

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Reducing Hallucinations in Entity Abstract Summarization with Facts-Template Decomposition

2024-02-29 · Fangwei Zhu, Peiyi Wang, Zhifang Sui

Entity abstract summarization aims to generate a coherent description of a given entity based on a set of relevant Internet documents. Pretrained language models (PLMs) have achieved significant success in this task, but…

Retrieve, Rerank and Rewrite: Soft Template Based Neural Summarization

2018-07-01 · ACL 2018 7 · Ziqiang Cao, Wenjie Li, Sujian Li, Furu Wei

Most previous seq2seq summarization systems purely depend on the source text to generate summaries, which tends to work unstably. Inspired by the traditional template-based summarization approaches, this paper proposes t…

Abstractive Text SummarizationInformativenessRerankingSentence Summarization+1

QTSumm: Query-Focused Summarization over Tabular Data

2023-05-23 · Yilun Zhao, Zhenting Qi, Linyong Nan, Boyu Mi 외

People primarily consult tables to conduct data analysis or answer specific questions. Text generation systems that can provide accurate table summaries tailored to users' information needs can facilitate more efficient …

Query-focused SummarizationTable-to-Text GenerationText Generation

Template-aware Attention Model for Earnings Call Report Generation

2021-11-01 · EMNLP (newsum) 2021 11 · Yangchen Huang, Prashant K. Dhingra, Seyed Danial Mohseni Taheri

Earning calls are among important resources for investors and analysts for updating their price targets. Firms usually publish corresponding transcripts soon after earnings events. However, raw transcripts are often too …

InformativenessStructured Report Generation

AutoTemplate: A Simple Recipe for Lexically Constrained Text Generation

2022-11-15 · Hayate Iso

Lexically constrained text generation is one of the constrained text generation tasks, which aims to generate text that covers all the given constraint lexicons. While the existing approaches tackle this problem using a …

SentenceText Generation