Demystifying SQuAD-style Question Answering Systems
Let’s walk through the main stages of state-of-the-art question answering systems. Reference to code will accompany this explanation so that you can get started building your own industry ready system.
Nov 28, 2019 · 7 min read
Question answering (QA) has come along in leaps and bounds over the last couple years. Just one year ago, the SQuAD 2.0 benchmark was smashed overnight by BERT when it outperformed NLNet by 6% F1. Since then…


