McMasterAI / CoviDash

1 stars 2 forks source link

Train Stance Detection Model #10

Open jaymody opened 4 years ago

jaymody commented 4 years ago

Train and evaluate a transformers based model for the stance detection task between the claims and the related documents.

The covidex engine should highlight the most relevant sentences in each related document, so we shouldn't need too do that extraction ourselves. Different hyperparams and data manipulations should be tested, but as a baseline, we should try:

Another thing that should be looked into is already pretrained models for stance detection that might be out there. Possibly using slightly different architectures etc ...