Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.89 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.89 KB

Baselines for XOR QA

This repository contains the information about the baselines used in the original XOR QA paper.

Updates

  • Update as of 01/2020: Codes for running DPR based baselines are ready.
  • Update as of 04/2020: The final version of DPR models are now available. You can download them by running scripts of download_multilingual_models.sh and download_trans_test_models.sh.
  • Update as of 04/2020: The final prediction files on XOR QA full (development set) are available here. We also release the retrieval & final QA prediction results of DPR models here.

List of baselines

Retriever

In our experiment, we have tried three different models (term-based, term-based model followed by neural paragraph ranker, end-to-end neural retriever). The codes for each baseline is available below:

Machine Translation for query and answer

We have trained with fairseq on OPUS corpus, as well as HuggingFace Models from Helsinki NLP. The source code is available at XOR_QA_MTPipeline.