Skip to content

Latest commit

 

History

History
30 lines (14 loc) · 1020 Bytes

README.md

File metadata and controls

30 lines (14 loc) · 1020 Bytes

Semantic Parsing for Conversational Question Answering over Knowledge Graphs

This repository contains data and code for our semantic parsing dataset SPICE. Please contact Laura Perez-Beltrachini (lperez@ed.ac.uk) or Parag Jain (parag.jain@ed.ac.uk) if you have any questions.

SPICE Dataset

The dataset is available for download from here.

The scripts for the different annotations (e.g., NER/NEL) on the dataset can be found here.

Sparql Server for SPICE Knowledge Graph

Instructions on how to set up the SPICE knowledge graph can be found here.

Baselines

BertSP

You will find code and instructions related to our BertSP baseline here.

LasagneSP

You will find code and instructions related to our LasagneSP baseline here.

Evaluation

For instructions on the evaluation scripts see here.