Source information from the website for GeoQuery, Source B.
Made available under the GPL2.0 Licence and all respective Copyright material is owned by the University of Texas. I do not claim ownership of any material contained within this repository. This is not my code or data, but since the original page is no longer maintained I have created this mirror resource. If you spot a mistake or submit a PR then fixes are welcome or you can email me.
Contains:
- GeoBase - the Knowledge Base the questions are based on
- GeoQuery880 - Most common form of the dataset (EN)
- GeoQuery250 - Subset of the data (EN)
- GeoQuery - Executable programme for logical forms to denotations (defines a Prolog function)
- eval.pl - Script for querying the KB using FUNQL logical forms.
@inproceedings{Zelle:1996:LPD:1864519.1864543,
author = {Zelle, John M. and Mooney, Raymond J.},
title = {Learning to Parse Database Queries Using Inductive Logic Programming},
booktitle = {Proceedings of the Thirteenth National Conference on Artificial Intelligence - Volume 2},
series = {AAAI'96},
year = {1996},
isbn = {0-262-51091-X},
location = {Portland, Oregon},
pages = {1050--1055},
numpages = {6},
url = {http://dl.acm.org/citation.cfm?id=1864519.1864543},
acmid = {1864543},
publisher = {AAAI Press},
}
- Another collection of Geoquery resources is available on GitHub at pks/rebol. Note: this repository has been archived in 12/2022 and any maintenance cannot be expected going forward.
- A survey on Semantic Parsing from AKBC 2019.
- Learning for Semantic Parsing - Mooney 2007.
- GeoQuery grammar used in Overnight for Lambda-DCS here.
- Instructions for installing Prolog here.
- Multilingual GeoQuery from StatNLP here.
- GeoQuery with query-based splits and SQL queries/KB here.