Document retrieval and answer extraction on TriviaQA dataset. This project was developed in course of the IE 691 Information Retrieval and Web Search Project together with @KathPra and @Miriamgoldilocks.
The solution covers the following steps:
- Document Retrieval with BM25 and VSM
- Neural reranking of retrieved documents with RoBERTa
- Answer extraction with multiple BERT variants