Table-to-Text Generation

38 papers with code • 8 benchmarks • 6 datasets

Table-to-Text Generation is to generate a description from the structured table.

Source: Key Fact as Pivot: A Two-Stage Model for Low Resource Table-to-Text Generation

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

microsoft/plog 25 May 2022

However, directly learning the logical inference knowledge from table-text pairs is very difficult for neural models because of the ambiguity of natural language and the scarcity of parallel data.

19
25 May 2022

Arithmetic-Based Pretraining -- Improving Numeracy of Pretrained Language Models

ukplab/starsem2023-arithmetic-based-pretraining 13 May 2022

In this paper, we propose a new extended pretraining approach called Arithmetic-Based Pretraining that jointly addresses both in one extended pretraining step without requiring architectural changes or pretraining from scratch.

1
13 May 2022

Robust (Controlled) Table-to-Text Generation with Structure-Aware Equivariance Learning

luka-group/lattice NAACL 2022

This prunes the full self-attention structure into an order-invariant graph attention that captures the connected graph structure of cells belonging to the same row or column, and it differentiates between relevant cells and irrelevant cells from the structural perspective.

50
08 May 2022

Attend, Memorize and Generate: Towards Faithful Table-to-Text Generation in Few Shots

wentinghome/amg Findings (EMNLP) 2021

Few-shot table-to-text generation is a task of composing fluent and faithful sentences to convey table content using limited data.

4
01 Mar 2022

NeuroLogic A*esque Decoding: Constrained Text Generation with Lookahead Heuristics

GXimingLu/a_star_neurologic NAACL 2022

To enable constrained generation, we build on NeuroLogic decoding (Lu et al., 2021), combining its flexibility in incorporating logical constraints with A*esque estimates of future constraint satisfaction.

37
16 Dec 2021

Few-Shot Table-to-Text Generation with Prototype Memory

yxuansu/few-shot-table-to-text-generation Findings (EMNLP) 2021

Neural table-to-text generation models have achieved remarkable progress on an array of tasks.

17
27 Aug 2021

Towards Table-to-Text Generation with Numerical Reasoning

titech-nlp/numeric-nlg ACL 2021

In summary, our contributions are (1) a new dataset for numerical table-to-text generation using pairs of a table and a paragraph of a table description with richer inference from scientific papers, and (2) a table-to-text generation framework enriched with numerical reasoning.

12
01 Aug 2021

How Helpful is Inverse Reinforcement Learning for Table-to-Text Generation?

issacqzh/irl_table2text ACL 2021

Many approaches to this problem use Reinforcement Learning (RL), which maximizes a single manually defined reward, such as BLEU.

3
01 Aug 2021

Controlling Text Edition by Changing Answers of Specific Questions

shalei120/OxCTE Findings (ACL) 2021

Experimental results on the test set show that our proposed method is a good fit for this novel NLP task.

0
23 May 2021