Skip to content

Information retrieval on SQuAD v1.1 + cloud deploy IR+QA on Wikipedia articles

Notifications You must be signed in to change notification settings

buoi/information-retrieval

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Information retrieval on SQuAD

IR + QA system on Wikipedia articles

This repository holds code for the Information Retrieval part of our project work for NLP2020 class by Paolo Torroni @unibo.

We tackle the IR problem with a classic tf-idf approach and with a contrastive Bi-Encoder model based on ELECTRA.
An in depth description of the work can be found here: QA-IR-report.pdf.

Schermata 2022-04-21 alle 17 08 19

Experiment plots

https://wandb.ai/veri/IR/reports/IR--Vmlldzo1Mzk3MDc

Branches

  • main: merged from the tfidf branch
  • tfidf: tf-idf performances on SQuAD v1.1
  • electra: neural model performances on SQuAD v1.1
  • deploy: contains the end to end notebook that performs the IR + QA task and other files used to deploy the system, where the QA model is trained on SQuAD v2

About

Information retrieval on SQuAD v1.1 + cloud deploy IR+QA on Wikipedia articles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%