SOTAVerified

Data-to-text Generation with Entity Modeling

2019-06-07ACL 2019Code Available0· sign in to hype

Ratish Puduppully, Li Dong, Mirella Lapata

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Recent approaches to data-to-text generation have shown great promise thanks to the use of large-scale datasets and the application of neural network architectures which are trained end-to-end. These models rely on representation learning to select content appropriately, structure it coherently, and verbalize it grammatically, treating entities as nothing more than vocabulary tokens. In this work we propose an entity-centric neural architecture for data-to-text generation. Our model creates entity-specific representations which are dynamically updated. Text is generated conditioned on the data input and entity memory representations using hierarchical attention at each time step. We present experiments on the RotoWire benchmark and a (five times larger) new dataset on the baseball domain which we create. Our results show that the proposed model outperforms competitive baselines in automatic and human evaluation.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
MLB DatasetENTBLEU11.5Unverified

Reproductions