Skip to content

sherzod-hakimov/SimpleQA-NER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Named Entity Recognition and Linking for SimpleQA dataset (code adapted from another repo)

A keras implementation of Bidirectional-LSTM_CNNs for Named-Entity-Recoganition. The original paper can be found at https://arxiv.org/abs/1511.08308

Netork Model in paper

Network Model Constructed Using Keras

alt text

To run the script

   python3 train.py
   python3 test.py
   python3 apply_ner.py

Requirements

1) numpy 
2) Keras
3) Tensorflow

About

Named Entity Recognition and Linking for SimpleQA dataset

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages