Skip to content

Releases: ppasupat/WikiTableQuestions

v1.0.2

16 Feb 01:41
Compare
Choose a tag to compare

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)

16 Feb 00:59
Compare
Choose a tag to compare

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

15 Feb 21:53
Compare
Choose a tag to compare

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.