Datasets:

Modalities:
Image
Languages:
English
ArXiv:
License:
TableEval / numericNLG /README.md
katebor's picture
Update numericNLG/README.md
10a5807 verified
# numericNLG subset
**[numericNLG](https://aclanthology.org/2021.acl-long.115/)** a dataset focusing on the T2T generation task with numerical reasoning based on tables and their textual descriptions extracted from ACL Anthology articles.
Images of tables are stored in the <code>.zip</code> folders, while textual formats of tables and all metadata are availabe in <code>.json</code> files.
## Data Fields
- <code> instance_id </code> - (str) unique ID of a given instance;
- <code> table_id_paper </code> - (str) table and source paper IDs;
- <code> caption </code> - (str) caption of a given table;
- <code> row_header_level </code> - (int);
- <code> row_headers </code> - (List[List[str]]) table row header names;
- <code> column_header_level </code> - (int);
- <code> column_headers </code> - (List[List[str]]) table column header names;
- <code> contents </code> - (List[List[str]]) table row values;
- <code> metrics_loc </code> - (str);
- <code> metrics_type </code> - (List[str]);
- <code> target_entity </code> - (List[str]);
- <code> table_html </code> - (str) table in HTML format from the source numericNLG without tables' captions;
- <code> table_name </code> - (str) title of a table (e.g., Table 5);
- <code> table_id </code> - (str) ID of a given table;
- <code> paper_id </code> - (str) ID of the source paper;
- <code> page_no </code> - (str);
- <code> dir </code> - (str);
- <code> description </code> - (str) gold description of a table;
- <code> class_sentence </code> - (List[str]);
- <code> sentences </code> - (List[str]);
- <code> header_mention </code> - (List[str]);
- <code> valid </code> - (int);
- <code> image_id </code> - (str) table image name;
- <code> venue </code> - (str) paper source (arXiv or acl);
- <code> license </code> - (str) license type of the source paper;
- <code> table_xml </code> - (str) table in XML format;
- <code> table_latex </code> - (str) table in LaTeX format;
- <code> table_html_cleaned </code> - (str) HTML of a table with tables' captions and cleaned from format indicators.