paper-with-me

홈 › Papers

Automatic Logical Forms improve fidelity in Table-to-Text generation

2023-10-26 · Iñigo Alonso, Eneko Agirre

Table-to-text systems generate natural language statements from structured data like tables. While end-to-end techniques suffer from low factual correctness (fidelity), a previous study reported gains when using manual logical forms (LF) that represent the selected content and the semantics of the target text. Given the manual step, it was not clear whether automatic LFs would be effective, or whether the improvement came from content selection alone. We present TlT which, given a table and a selection of the content, first produces LFs and then the textual statement. We show for the first time that automatic LFs improve quality, with an increase in fidelity of 30 points over a comparable system not using LFs. Our experiments allow to quantify the remaining challenges for high factual correctness, with automatic selection of content coming first, followed by better Logic-to-Text generation and, to a lesser extent, better Table-to-Logic parsing.

📄 PDF Abstract BibTeX arXiv:2310.17279

Code (1)

alonsoapp/tlt 공식 구현 pytorch

Tasks

Table-to-Text GenerationText Generation

Similar Papers 제목 키워드 기반

PLOG: Table-to-Logic Pretraining for Logical Table-to-Text Generation

2022-05-25 · Ao Liu, Haoyu Dong, Naoaki Okazaki, Shi Han 외

Logical table-to-text generation is a task that involves generating logically faithful sentences from tables, which requires models to derive logical level facts from table records via logical inference. It raises a new …

Table-to-Text GenerationText Generation

Logic2Text: High-Fidelity Natural Language Generation from Logical Forms

2020-04-30 · Findings of the Association for Computational Linguistics 2020 · Zhiyu Chen, Wenhu Chen, Hanwen Zha, Xiyou Zhou 외

Previous works on Natural Language Generation (NLG) from structured data have primarily focused on surface-level descriptions of record sequences. However, for complex structured data, e.g., multi-row tables, it is often…

Text GenerationVocal Bursts Intensity Prediction

Logical Natural Language Generation from Open-Domain Tables

2020-04-22 · ACL 2020 6 · Wenhu Chen, Jianshu Chen, Yu Su, Zhiyu Chen 외

Neural natural language generation (NLG) models have recently shown remarkable progress in fluency and coherence. However, existing studies on neural NLG are primarily focused on surface-level realizations with limited e…

Text Generation

GRASP: Graph Reasoning Agents for Systems Pharmacology with Human-in-the-Loop

2025-12-05 · Omid Bazgir, Vineeth Manthapuri, Ilia Rattsev, Mohammad Jafarnejad arxiv

Quantitative Systems Pharmacology (QSP) modeling is essential for drug development but it requires significant time investment that limits the throughput of domain experts. We present \textbf{GRASP} -- a multi-agent, gra…

Knowledge Graphs

De-Confounded Variational Encoder-Decoder for Logical Table-to-Text Generation

2021-08-01 · ACL 2021 5 · Wenqing Chen, Jidong Tian, Yitian Li, Hao He 외

Logical table-to-text generation aims to automatically generate fluent and logically faithful text from tables. The task remains challenging where deep learning models often generated linguistically fluent but logically …

DecoderSentenceTable-to-Text GenerationText Generation+1