nlp-discussion icon indicating copy to clipboard operation
nlp-discussion copied to clipboard

Existing work: Named entity recognition

Open danieldk opened this issue 6 years ago • 1 comments

danieldk avatar May 08 '19 08:05 danieldk

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.

danieldk avatar May 08 '19 10:05 danieldk