Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

PixT3: Pixel-based Table-To-Text Generation

About

Table-to-text generation involves generating appropriate textual descriptions given structured tabular data. It has attracted increasing attention in recent years thanks to the popularity of neural network models and the availability of large-scale datasets. A common feature across existing methods is their treatment of the input as a string, i.e., by employing linearization techniques that do not always preserve information in the table, are verbose, and lack space efficiency. We propose to rethink data-to-text generation as a visual recognition task, removing the need for rendering the input in a string format. We present PixT3, a multimodal table-to-text model that overcomes the challenges of linearization and input size limitations encountered by existing models. PixT3 is trained with a new self-supervised learning objective to reinforce table structure awareness and is applicable to open-ended and controlled generation settings. Experiments on the ToTTo and Logic2Text benchmarks show that PixT3 is competitive and, in some settings, superior to generators that operate solely on text.

I\~nigo Alonso, Eneko Agirre, Mirella Lapata• 2023

Related benchmarks

TaskDatasetResultRank
Table-to-text generationLogic2Text (test)
BLEURT Score-1.073
18
Loosely controlled table-to-text generationToTTO Logic2Text-style (test)
BLEU52.7
15
Table-to-text generationToTTo (test)
BLEURT Score0.178
15
Table-to-text generationTotto All (dev)
BLEURT0.178
15
Table-to-text generationToTTo Non (test)
BLEURT Score0.047
15
Table-to-text generationToTTo Over (test)
BLEURT0.312
15
Loosely controlled table-to-text generationToTTO Logic2Text-style (dev)
BLEU46.2
10
Tightly controlled table-to-text generationToTTO official (TestN)
BLEU45.4
10
Table-to-text generationLogic2Text (TControl)
BLEU20.6
6
Table-to-text generationLogic2Text LControl
BLEU21.5
6
Showing 10 of 18 rows

Other info

Code

Follow for update