Datasets:

Modalities:
Image
Languages:
English
ArXiv:
License:
File size: 1,672 Bytes
4dfb37d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4d503e4
4dfb37d
 
 
 
 
 
 
 
 
 
 
4d503e4
4dfb37d
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Logic2Text subset

**[Logic2Text](https://aclanthology.org/2020.findings-emnlp.190/)** features open–domain Wikipedia tables manually annotated with descriptions of common logic types and their underlying logical forms for the T2T task. 

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> topic </code> - (str);
- <code> wiki </code> - (str) URL of the Wikipedia page;
- <code> url </code> - (str);
- <code> action </code> - (str);
- <code> sent </code> - (str) gold statement;
- <code> annotation </code> - (dict);
- <code> logic </code> - (dict);
- <code> logic_str </code> - (str) logical form;
- <code> interpret </code> - (str);
- <code> num_func </code> - (str);
- <code> nid</code> -(str);
- <code> g_ids </code> - (dict);
- <code> g_ids_features </code> - (dict);
- <code> g_adj </code> - (dict);
- <code> table_header </code> - (List[str]) table header names;
- <code> table_cont </code> - List[List[str]])table row values;
- <code> table_id </code> - (str) unique ID of a given table;
- <code> title </code> - (str) table title;
- <code> html_content </code> - (str) source HTML page of a table;  
- <code> snapshot_timestamp </code> - (str) timestamp of the HTML page version in Wikipedia history;
- <code> filename </code> - (str);
- <code> image_name </code> - (str) table image name;
- <code> table_xml </code> - (str) table in XML format;
- <code> table_html </code> - (str) table in HTML format;
- <code> table_latex </code> - (str) table in LaTeX format.