Releases: ppasupat/WikiTableQuestions
Releases · ppasupat/WikiTableQuestions
v1.0.2
Note: This version is NOT compatible with v0.x due to the changes in some target answers.
Fixed various normalization and encoding issues in the dataset files. This effectively changes some target answers (e.g., 19901991
is now corrected as 1990-1991
-- the non-ascii dash was dropped during dataset construction).
The compact version does not include raw HTML pages.
v0.5 (compatible with v0.2)
Includes the following improvements upon v0.2:
- Repaired table headers
- Added raw HTML tables
- Added CoreNLP tagged data
- Standardized CSV files: newlines are represented as actual newlines instead of
\n
- Added gold logical forms for 300 examples
- Added the official evaluator and helper scripts
The compact version does not include raw HTML pages.
Initial release
Initial release used in the ACL 2015 paper:
Panupong Pasupat, Percy Liang. Compositional Semantic Parsing on Semi-Structured Tables. Association for Computational Linguistics (ACL), 2015.
Code, data, and experiments are available on CodaLab.