Chris Pollett > Students > Li
[Bio] [Blog] [Del 4: QA System Architecture] |
Question Answering SystemQA System - zipThis deliverable is about a Python implementation of the Question Answering (QA) system designed in CS297 deliverable 4. Dependency
Description
How to Run the CodeIf you use a local machine, then running the code is very straightforward. Just enter the code folder, then run
ResultThe result after 1 epoch looks promising. The validation f1 score is around 20%, and the validation exact match score is also around 20%. The validation scores still keep increasing by the end of the first epoch. This means no overfitting happens in epoch 1. In deliverable 2 and 3, we will do various experiments, including trainning on more epochs, to persue better results. |