Gluon-nlp: Want to add bi-lstm CRF model

Created on 8 May 2018  路  11Comments  路  Source: dmlc/gluon-nlp

Recently engaged in NLP work, has been concerned about mxnet, want to add bi-lstm CRF model, TF already has a CRF module, Hope Mxnet and gluon as soon as possible. Thank you

enhancement help wanted

All 11 comments

Indeed, CRF is useful in many decoding tasks.

Contributions are welcome!

+1. LSTM/BLSTM + CRF/segmental CRF would be very useful.

@szha I will handle this issue.

Great, thanks @lixin4ever. Feel free to connect with @sxjscience and he can help out if you have some questions :)

https://github.com/kenjewu/CRF provides a good starting point. I'm currently looking into hybridizing CRF model.

Sorry for the delay. I can continue to do this after I finish my work (maybe at the end of December), if it still remains unresolved at that time.

@szha @lixin4ever Any update about the CRF support? It is a must have for many NLP applications

@kenjewu has a PR on this: https://github.com/dmlc/gluon-nlp/pull/466 but it's not merged yet. @kenjewu would you have some bandwidth to address the remaining review comments?

@bratao you might also be interested in https://github.com/dmlc/gluon-nlp/pull/612

Ok, I will continue to track the PR.

Was this page helpful?
0 / 5 - 0 ratings