Skip to content

inigopm/QA-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QA-model

This algorithm is based on the system created by Jon Ander Campos, Eneko Agirre, Aitor Soroa and Arantxa Otegi: Neural Question Answering for CORD19 (task8)

Summary

During the time of COVID pandemic, many articles were published daily, and researchers had no time to read each of them. That's why The White House and other organizations uploaded a database to Kaggle's platform with scientific articles of this virus. The aim was to create a system capable of extracting information from a data base and answering questions passed as a parameter. My proposal was to create that model. For this purpose, we shall first make a Fine-tuning of a pre-trained language model BERT and then use it in a Retrieal Reader sistem for the purpose of answering questions about COVID.

Instructions

  1. Download the pytorch model and save it in BERT folder.
  2. Install the required packages.
  3. Donwload the CORD-19 dataset.

Another option is to upload the notebook in the Kaggle platform and save the databases in that reposittory.

Some Outputs

alt text

alt text

About

Retriever-reader QA model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published