SOTAVerified

ToTTo: A Controlled Table-To-Text Generation Dataset

2020-04-29EMNLP 2020Code Available1· sign in to hype

Ankur P. Parikh, Xuezhi Wang, Sebastian Gehrmann, Manaal Faruqui, Bhuwan Dhingra, Diyi Yang, Dipanjan Das

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We present ToTTo, an open-domain English table-to-text dataset with over 120,000 training examples that proposes a controlled generation task: given a Wikipedia table and a set of highlighted table cells, produce a one-sentence description. To obtain generated targets that are natural but also faithful to the source table, we introduce a dataset construction process where annotators directly revise existing candidate sentences from Wikipedia. We present systematic analyses of our dataset and annotation process as well as results achieved by several state-of-the-art baselines. While usually fluent, existing methods often hallucinate phrases that are not supported by the table, suggesting that this dataset can serve as a useful research benchmark for high-precision conditional text generation.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ToTToBERT-to-BERTBLEU44Unverified
ToTToPointer GeneratorBLEU41.6Unverified
ToTToNCP+CC (Puduppully et al 2019)BLEU19.2Unverified

Reproductions