FairytaleQA_Baseline

Papers about this dataset and Machine Learning models trained on this dataset have been submitted for publication. Progress on those papers will be updated here.

We have a separate Repository for the FairytaleQA Dataset here:

https://github.com/uci-soe/FairytaleQAData (this repo is not available now)

https://github.com/WorkInTheDark/FairytaleQA_Dataset

Todo List

  • Provide model checkpoints used in the paper
  • Provide code to predict/evaluate QA (Question Answering) Baseline
  • Provide code to predict/evaluate QG (Question Generation) Baseline

This repo contains all the dependencies for the baseline QA/QG experiments, except for the model checkpoint because of size limit. You may find the model checkpoints for the baseline results below:

  1. QA Models
  1. QG Models

QA&QG_generate_answers_on_test_val.ipynb is the notebook used for the QA/QG generation. After cloning this repo in the first cell, you need to put the model checkpoint in ./models. If you are using Google Colab, also remember to restart the runtime after installing the dependencies (Colab will have an automatic prompt as well).