Update numericNLG/README.md
Browse files- numericNLG/README.md +2 -2
numericNLG/README.md
CHANGED
|
@@ -17,7 +17,7 @@ Images of tables are stored in the <code>.zip</code> folders, while textual form
|
|
| 17 |
- <code> metrics_loc </code> - (str);
|
| 18 |
- <code> metrics_type </code> - (List[str]);
|
| 19 |
- <code> target_entity </code> - (List[str]);
|
| 20 |
-
- <code> table_html </code> - (str) table in HTML format;
|
| 21 |
- <code> table_name </code> - (str) title of a table (e.g., Table 5);
|
| 22 |
- <code> table_id </code> - (str) ID of a given table;
|
| 23 |
- <code> paper_id </code> - (str) ID of the source paper;
|
|
@@ -33,4 +33,4 @@ Images of tables are stored in the <code>.zip</code> folders, while textual form
|
|
| 33 |
- <code> license </code> - (str) license type of the source paper;
|
| 34 |
- <code> table_xml </code> - (str) table in XML format;
|
| 35 |
- <code> table_latex </code> - (str) table in LaTeX format;
|
| 36 |
-
- <code> table_html_cleaned </code> - (str) HTML of a table cleaned from
|
|
|
|
| 17 |
- <code> metrics_loc </code> - (str);
|
| 18 |
- <code> metrics_type </code> - (List[str]);
|
| 19 |
- <code> target_entity </code> - (List[str]);
|
| 20 |
+
- <code> table_html </code> - (str) table in HTML format from the source numericNLG without tables' captions;
|
| 21 |
- <code> table_name </code> - (str) title of a table (e.g., Table 5);
|
| 22 |
- <code> table_id </code> - (str) ID of a given table;
|
| 23 |
- <code> paper_id </code> - (str) ID of the source paper;
|
|
|
|
| 33 |
- <code> license </code> - (str) license type of the source paper;
|
| 34 |
- <code> table_xml </code> - (str) table in XML format;
|
| 35 |
- <code> table_latex </code> - (str) table in LaTeX format;
|
| 36 |
+
- <code> table_html_cleaned </code> - (str) HTML of a table with tables' captions and cleaned from format indicators.
|