TableEval / LogicNLG /README.md
katebor's picture
Create README.md
a5a71b5 verified

LogicNLG subset

LogicNLG a T2T dataset of open-domain tables fetched from Wikipedia and associated with manually annotated natural language statements that can be logically entailed by the given data.

Images of tables are stored in the .zip folders, while textual formats of tables and all metadata are availabe in .json files.

Data Fields

  • instance_id - (str) unique ID of a given instance;
  • table - (List[List[str]]);
  • ref - (str) gold statement;
  • linked_columns - (List[str]);
  • title - (str) table title;- template - (str) ;
  • template - (str) statement with masked entities;
  • table_id - (str) unique ID of a given table;
  • wiki_title - (str) title of the source Wikipedia page;
  • wiki_url - (str) URL of the source Wikipedia page;
  • table_column_names - (List[str]) table header names;
  • table_content_values - List[List[str]])table row values;
  • html_content - (str) source HTML page of a table;
  • snapshot_timestamp - (str) timestamp of the HTML page version in Wikipedia history;
  • filename - (str);
  • image_name - (str) table image name;
  • table_xml - (str) table in XML format;
  • table_html - (str) table in HTML format;
  • table_latex - (str) table in LaTeX format.