Home

Awesome

Moved

The QA-SRL Bank 2.0, client library, and other related resources are now all maintained in one place, at julianmichael/qasrl.


The QA-SRL Bank

This repository is the reference point for QA-SRL Bank 2.0, the dataset described in the paper Large-Scale QA-SRL Parsing.

The data may be downloaded here or you can clone this repository and run ./download.sh.

Contents

When you run ./download.sh, the dataset will be downloaded and expanded into the data/qasrl-v2/ directory. Its contents are as follows:

If you are modeling the data, you will probably be using orig or expanded for training and tuning, and orig and dense for evaluation. Metadata is included in each set allowing you to determine which round a question or answer judgment originated from.

See the Data Format description for details on how the data files are laid out.

Using the QA-SRL Bank

Once you have downloaded it, you can use your favorite JSON parsing or data reading library to process and iterate through it. However, there are some options already available: