Named Entity Recognition Using Deep Learning
Named Entity Recognition Using Deep Learning
Introduction :
Applications :
(2) how these uses vary across linguistic contexts (i.e., to model
polysemy). Example: Although ‘Apple’ term is common,
but ELMo will give different embeddings for both (fruit and
organisation) due to contextual logic.
13. Comparing our results with SPACY: We can see our model
was able to detect every tag correctly even in single epoch.
Our Model Results
SPACY
Github : https://github.com/SubhamIO/Named-Entity-Recognition-
using-ELMo-BiLSTM
References :
1. https://jalammar.github.io/illustrated-bert/
2. https://arxiv.org/pdf/1802.05365.pdf
3. https://en.wikipedia.org/wiki/Named-entity_recognition
4. https://allennlp.org/elmo
5. https://sunjackson.github.io/
2018/12/11/1ef8909353df3395a36f3f4d3336269b/