SOTAVerified

Comparative Study of Machine Learning Models and BERT on SQuAD

2020-05-22Code Available0· sign in to hype

Devshree Patel, Param Raval, Ratnam Parikh, Yesha Shastri

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

This study aims to provide a comparative analysis of performance of certain models popular in machine learning and the BERT model on the Stanford Question Answering Dataset (SQuAD). The analysis shows that the BERT model, which was once state-of-the-art on SQuAD, gives higher accuracy in comparison to other models. However, BERT requires a greater execution time even when only 100 samples are used. This shows that with increasing accuracy more amount of time is invested in training the data. Whereas in case of preliminary machine learning models, execution time for full data is lower but accuracy is compromised.

Tasks

Reproductions