Text-Tuple-Table: Towards Information Integration in Text-to-Table Generation via Global Tuple Extraction

June 5, 2024 ยท View on GitHub

This is the official code and data repository for the paper: Text-Tuple-Table: Towards Information Integration in Text-to-Table Generation via Global Tuple Extraction.

Overview

LiveSum Dataset

The LiveSum dataset can be found in the data/ folder.

Evaluation

To evaluate the results, you can use the following command:

python evaluate.py --data data --output examples

Contents

  1. 1LiveSum Dataset
  2. 2Evaluation