wellcometrust / deep_reference_parser

A deep learning model for extracting references from text
MIT License
25 stars 1 forks source link

Add support for multi-task models #13

Closed ivyleavedtoadflax closed 4 years ago

ivyleavedtoadflax commented 4 years ago

The original Rodrigues et al. (2018) model was a multitask model that combined three tasks in a single training cycle. So far this package has been built to accomodate separate models. There are a few adaptations that must be made to allow the code to be re-used for a multi-task model.