Table-to-Text Generation with Effective Hierarchical Encoder on Three Dimensions (Row, Column and Time)

09/05/2019
by   Heng Gong, et al.
0

Although Seq2Seq models for table-to-text generation have achieved remarkable progress, modeling table representation in one dimension is inadequate. This is because (1) the table consists of multiple rows and columns, which means that encoding a table should not depend only on one dimensional sequence or set of records and (2) most of the tables are time series data (e.g. NBA game data, stock market data), which means that the description of the current table may be affected by its historical data. To address aforementioned problems, not only do we model each table cell considering other records in the same row, we also enrich table's representation by modeling each table cell in context of other cells in the same column or with historical (time dimension) data respectively. In addition, we develop a table cell fusion gate to combine representations from row, column and time dimension into one dense vector according to the saliency of each dimension's representation. We evaluated our methods on ROTOWIRE, a benchmark dataset of NBA basketball games. Both automatic and human evaluation results demonstrate the effectiveness of our model with improvement of 2.66 in BLEU over the strong baseline and outperformance of state-of-the-art model.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
03/01/2022

TableFormer: Robust Transformer Modeling for Table-Text Encoding

Understanding tables is an important aspect of natural language understa...
research
10/15/2020

Learning Better Representation for Tables by Self-Supervised Tasks

Table-to-text generation aims at automatically generating natural text t...
research
04/18/2022

Table Enrichment System for Machine Learning

Data scientists are constantly facing the problem of how to improve pred...
research
06/20/2023

RoTaR: Efficient Row-Based Table Representation Learning via Teacher-Student Training

We propose RoTaR, a row-based table representation learning method, to a...
research
03/28/2021

StreamTable: An Area Proportional Visualization for Tables with Flowing Streams

Let M be an r× c table with each cell weighted by a nonzero positive num...
research
03/11/2011

SPPAM - Statistical PreProcessing AlgorithM

Most machine learning tools work with a single table where each row is a...
research
05/31/2023

A Sequence-to-Sequence Set Model for Text-to-Table Generation

Recently, the text-to-table generation task has attracted increasing att...

Please sign up or login with your details

Forgot password? Click here to reset