Skip to content
/ NER Public

Apply Bi-LSTM with self-attention, attached CRF for Named Entity Recognition.

Notifications You must be signed in to change notification settings

janerjzou/NER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Named Entity Recognition (NER)

COMP5046 NLP Assignment 2

May 2021 – Jun 2021


Worked on proposing and implementing a model/framework for Named Entity Recognition (NER) from the defence corpus.

The input embedding module includes Syntactic Textual Feature Embedding (Dependency Path, PoS tag, TF-IDF, Word Shape) and Semantic Textual Feature Embedding (Glove, Word2Vec, Fastext, BERT Embedding, ELMo Embedding, Domain Embedding). The NER model applied Bi-LSTM with self-attention, attached Conditional Random Fields (CRF).

Got a HD mark for this assignment.