rust-ml / nlp-discussion

15 stars 0 forks source link

Existing work: Named entity recognition #4

Open danieldk opened 5 years ago

danieldk commented 5 years ago

sticker is a neural sequence labeler (bidi RNNs or dilated convolution networks) which could do named entity recognition. One of our students has done some experiments on the effect of word representations on named entity recognition. Has work shows that adding character LSTMs or convolutions would improve results over using subword embeddings (which we are currently using). Adding support for char RNNs and convolutions is on my todo list.

I have outlined a list of other items that we are working on in sticker in #6.