Our current NN splitter is based on BiLSTM, which has problems with performance. We should leverage the recent advancements in deep learning and implement the new attention-based (seq2seq-like?) architecture of the model.
Stage 1 - research
Follow the paper, take the same dataset, and design the model. Calculate the metrics.
Stage 2 - production
Package the model, publish it on Modelforge.