- Built an open-domain, contextual, conversational QA agent using modified DrQA, BERT and PGNet architectures
- It has a document retriever, neural reader, clarifying system and an answer ranking module
- Trained an attentive stacked biLSTM model having 45% F1 accuracy on QuAC dataset. Used attentive history embeddings for context
- Improved the retriever accuracy (% match in top 5 doc) from 11% to 64% by adding previous QA pairs and topic as context in queries to retriever
Technologies: Python, PyTorch, NLP, Information Retrieval