Skip to content

Releases: lehuutrung1412/IR-Question-Answering

IR_QA_Using_BM25

21 Jul 10:44
64b4b87
Compare
Choose a tag to compare
  • Using google search to crawl docs
  • Using BM25 to compare passages with question
  • Using Huggingfaces transformers bert as reader

IR_QA_Faster

21 Jul 10:47
14bbc40
Compare
Choose a tag to compare
  • Using google snippet results as passages
  • Using huggingface transformers bert as the reader