Param9498 / contextual-qa-nlp

1 stars 2 forks source link

Task 2 - Approach 2 baseline #3

Open Param9498 opened 3 years ago

Param9498 commented 3 years ago

Approach 2 - Baselines

Tasks:

  1. Implement LSTM and pre-trained BERT that takes in as input passage, and question-answer history separated by \<q> and \<a> tags
  2. Run this model on the QuAC CoQA dataset3. Use evaluation metrics implemented in Task 0 and calculate baseline scores for both LSTM and BERT
  3. Compare scores for LSTM and pre-trained BERT.
Param9498 commented 3 years ago

Two people can work on this task. One to implement and tune LSTM, the other to implement and tune the BERT model.