SplaXBERT: Leveraging Mixed Precision Training and Context Splitting for Question Answering
This work addresses efficiency challenges in question answering for NLP practitioners, but it is incremental as it builds on existing models like ALBERT.
The paper tackled the problem of efficient question answering on lengthy texts by developing SplaXBERT, which achieved an Exact Match of 85.95% and an F1 Score of 92.97% on SQuAD v1.1, outperforming traditional BERT-based models in accuracy and resource efficiency.
SplaXBERT, built on ALBERT-xlarge with context-splitting and mixed precision training, achieves high efficiency in question-answering tasks on lengthy texts. Tested on SQuAD v1.1, it attains an Exact Match of 85.95% and an F1 Score of 92.97%, outperforming traditional BERT-based models in both accuracy and resource efficiency.