Datasets:

Modalities:
Image
Languages:
English
ArXiv:
License:
katebor commited on
Commit
4d503e4
·
verified ·
1 Parent(s): ea12af0

Update Logic2Text/README.md

Browse files
Files changed (1) hide show
  1. Logic2Text/README.md +2 -2
Logic2Text/README.md CHANGED
@@ -15,7 +15,7 @@ Images of tables are stored in the <code>.zip</code> folders, while textual form
15
  - <code> annotation </code> - (dict);
16
  - <code> logic </code> - (dict);
17
  - <code> logic_str </code> - (str) logical form;
18
- - <code> interpret </code> - (str)
19
  - <code> num_func </code> - (str);
20
  - <code> nid</code> -(str);
21
  - <code> g_ids </code> - (dict);
@@ -27,7 +27,7 @@ Images of tables are stored in the <code>.zip</code> folders, while textual form
27
  - <code> title </code> - (str) table title;
28
  - <code> html_content </code> - (str) source HTML page of a table;
29
  - <code> snapshot_timestamp </code> - (str) timestamp of the HTML page version in Wikipedia history;
30
- - <code> filename </code> - (str)
31
  - <code> image_name </code> - (str) table image name;
32
  - <code> table_xml </code> - (str) table in XML format;
33
  - <code> table_html </code> - (str) table in HTML format;
 
15
  - <code> annotation </code> - (dict);
16
  - <code> logic </code> - (dict);
17
  - <code> logic_str </code> - (str) logical form;
18
+ - <code> interpret </code> - (str);
19
  - <code> num_func </code> - (str);
20
  - <code> nid</code> -(str);
21
  - <code> g_ids </code> - (dict);
 
27
  - <code> title </code> - (str) table title;
28
  - <code> html_content </code> - (str) source HTML page of a table;
29
  - <code> snapshot_timestamp </code> - (str) timestamp of the HTML page version in Wikipedia history;
30
+ - <code> filename </code> - (str);
31
  - <code> image_name </code> - (str) table image name;
32
  - <code> table_xml </code> - (str) table in XML format;
33
  - <code> table_html </code> - (str) table in HTML format;