Releases: lehuutrung1412/IR-Question-Answering
Releases · lehuutrung1412/IR-Question-Answering
IR_QA_Using_BM25
- Using google search to crawl docs
- Using BM25 to compare passages with question
- Using Huggingfaces transformers bert as reader
IR_QA_Faster
- Using google snippet results as passages
- Using huggingface transformers bert as the reader