BanglaNER
Bangla Name Entity Recognition (NER) is extracting human names from input Bangla string or text. To solve this problem select Spacy pipeline and try 5 experimental approaches.
The experiment is done only using one entity name (person) labeled as PER. After completing the experiment we got the best performance from the spacy transformer-based model.
For more detail please check the experimental details and Best model F1 score is ~.81.05.
Dataset
Bangla NER data is collected from,
banglakit Bangla NER Dataset Link
Rifat1493 Bangla NER Dataset Link
SemEval2022 Bangla NER Dataaset Link
More Detail about the model check github.