extraction of named entity mentions in unstructured text into pre-defined categories
GitHub
github.com › alteca › OWNER
GitHub - alteca/OWNER: OWNER — Towards Unsupervised Open-World Named Entity Recognition
While zero-shot NER approaches yield impressive outcomes, they operate under the assumption that all entity types are predefined and known. This limitation makes their application impossible in novelty detection, exploration, or knowledge graph construction scenarios. To address this shortcoming, we introduce OWNER, our unsupervised and open-world NER model, which does not need annotations in the target domain (similar to zero-shot) and does not require knowledge of the target entity types or their number.
Author alteca
Videos
GitHub
github.com › Franck-Dernoncourt › NeuroNER
GitHub - Franck-Dernoncourt/NeuroNER: Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.
Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results. - Franck-Dernoncourt/NeuroNER
Starred by 1.7K users
Forked by 476 users
Languages Python 92.7% | Perl 7.1% | Shell 0.2%
GitHub
github.com › floydhub › named-entity-recognition-template
GitHub - floydhub/named-entity-recognition-template: Build a deep learning model for predicting the named entities from text.
Build a deep learning model for predicting the named entities from text. - floydhub/named-entity-recognition-template
Starred by 55 users
Forked by 19 users
Languages Jupyter Notebook
GitHub
github.com › topics › named-entity-recognition
named-entity-recognition · GitHub Topics · GitHub
natural-language-processing hanlp named-entity-recognition dependency-parser part-of-speech-tagger chinese-word-segmentation ... 文本挖掘和预处理工具(文本清洗、新词发现、情感分析、实体识别链接、关键词抽取、知识抽取、句法分析等),无监督或弱监督方法 · nlp sentiment-analysis unsupervised named-entity-recognition text-summarization dependency-parser keyword-extraction text-segmentation text-cleaning gitee new-word-discovery pyhanlp harvesttext
GitHub
github.com › qtxcm › UCT-NER
GitHub - qtxcm/UCT-NER: Unsupervised Corss-lingual model transfer for named entity recognition with contextualized word representations
Unsupervised Corss-lingual model transfer for named entity recognition with contextualized word representations - GitHub - qtxcm/UCT-NER: Unsupervised Corss-lingual model transfer for named entity recognition with contextualized word representations
Author qtxcm
GitHub
github.com › kamalkraj › BERT-NER
GitHub - kamalkraj/BERT-NER: Pytorch-Named-Entity-Recognition-with-BERT
Pytorch-Named-Entity-Recognition-with-BERT. Contribute to kamalkraj/BERT-NER development by creating an account on GitHub.
Starred by 1.2K users
Forked by 274 users
Languages Python 54.3% | C++ 45.1% | CMake 0.6%
GitHub
github.com › ajitrajasekharan › unsupervised_NER
GitHub - ajitrajasekharan/unsupervised_NER: Self-supervised NER prototype - updated version (69 entity types - 17 broad entity groups). Uses pretrained BERT models with no fine tuning. State-of-art performance on 3 biomedical datasets
Self-supervised NER prototype - updated version (69 entity types - 17 broad entity groups). Uses pretrained BERT models with no fine tuning. State-of-art performance on 3 biomedical datasets - ajitrajasekharan/unsupervised_NER
Starred by 78 users
Forked by 19 users
Languages Python 97.2% | Shell 2.8%
GitHub
github.com › monikkinom › ner-lstm
GitHub - monikkinom/ner-lstm: Named Entity Recognition using multilayered bidirectional LSTM
Starred by 538 users
Forked by 181 users
Languages Python
GitHub
github.com › NorskRegnesentral › weak-supervision-for-NER
GitHub - NorskRegnesentral/weak-supervision-for-NER: Framework to learn Named Entity Recognition models without labelled data using weak supervision.
Framework to learn Named Entity Recognition models without labelled data using weak supervision. - NorskRegnesentral/weak-supervision-for-NER
Starred by 124 users
Forked by 30 users
Languages Jupyter Notebook 61.4% | Python 32.0% | R 6.6%
GitHub
github.com › deeppavlov › ner
GitHub - deeppavlov/ner: Named Entity Recognition
In this repo you can find several neural network architectures for named entity recognition from the paper "Application of a Hybrid Bi-LSTM-CRF model to the task of Russian Named Entity Recognition" https://arxiv.org/pdf/1709.09686.pdf, which is inspired by LSTM+CRF architecture from https://arxiv.org/pdf/1603.01360.pdf.
Starred by 336 users
Forked by 64 users
Languages Python 74.4% | Jupyter Notebook 25.6%
GitHub
github.com › kaisugi › entity-related-papers
GitHub - kaisugi/entity-related-papers: Named Entity Recognition, Entity Linking, and more
Robust Guidance for Unsupervised Data Selection: Capturing Perplexing Named Entities for Domain-Specific Machine Translation · Introducing NER-UK 2.0: A Rich Corpus of Named Entities for Ukrainian · Entity Embellishment Mitigation in LLMs Output with Noisy Synthetic Dataset for Alignment · Large-Scale Label Interpretation Learning for Few-Shot Named Entity Recognition...
Starred by 113 users
Forked by 9 users
GitHub
github.com › malleswarigelli › NameEntityRecoginition
GitHub - malleswarigelli/NameEntityRecoginition: Build an end to end pipeline for Named Entity Recognition (NER) by a pretrained Huggingface transformer, BERT and deploy to google cloud platform using Docker, CI/CD tool: CircleCI.
Build an end to end pipeline for Named Entity Recognition (NER) by a pretrained Huggingface transformer, BERT and deploy to google cloud platform using Docker, CI/CD tool: CircleCI. - malleswarigelli/NameEntityRecoginition
Author malleswarigelli
GitHub
github.com › Akshayc1 › named-entity-recognition
GitHub - Akshayc1/named-entity-recognition: Name Entity Recognition using Python and Keras
Name Entity Recognition using Python and Keras. Contribute to Akshayc1/named-entity-recognition development by creating an account on GitHub.
Starred by 46 users
Forked by 44 users
Languages Jupyter Notebook
GitHub
github.com › daotuanan › Transfer-Learning---Named-Entity-Recognition
GitHub - daotuanan/Transfer-Learning---Named-Entity-Recognition: This repository keep my research materials about Named Entity Recognition using Transfer Learning
This repository keep my research materials about Named Entity Recognition using Transfer Learning. Date · Title · Summary · Pass 0 · Pass 1 · Pass 2 · 2019 · Unsupervised Cross-lingual Representation Learning at Scale · Date · Title · Summary · Pass 0 ·
Author daotuanan
GitHub
github.com › explosion › spaCy › issues › 829
Unsupervised Named Entity Suggestion? · Issue #829 · explosion/spaCy
December 6, 2016 - Now I want to train a Chinese Named Entity model, but most of articles I saw about Named Entity Recognition are talking that it need people to label a tokenized dataset for trainning, just as I see in https://spacy.io/docs/usage/entity-recognition#updating . If spaCy provide a way to suggest the Possible Named Entity Candidates (Such as unsupervised trainning a dataset), then I can pick enough number of correct Named Entity out and use that for further trainning.
Published Feb 15, 2017
GitHub
github.com › guillaumegenthial › sequence_tagging
GitHub - guillaumegenthial/sequence_tagging: Named Entity Recognition (LSTM + CRF) - Tensorflow
Starred by 2K users
Forked by 701 users
Languages Python 99.5% | Makefile 0.5%
GitHub
github.com › snehalnair › Named-Entity-Recognition
GitHub - snehalnair/Named-Entity-Recognition: Named-entity recognition (NER) (also known as entity identification, entity chunking and entity extraction) is a subtask of information extraction that seeks to locate and classify named entities mentioned in unstructured text into pre-defined categories such as person names, organizations, locations, medical codes, time expressions, quantities, monetary values, percentages, etc.
In this project, we will work with a NER dataset provided in kaggle. This is the extract from GMB corpus which is tagged, annotated and built specifically to train the classifier to predict named entities such as name, location, etc.
Starred by 30 users
Forked by 11 users
Languages Jupyter Notebook
GitHub
github.com › sebastianruder › NLP-progress › blob › master › english › named_entity_recognition.md
NLP-progress/english/named_entity_recognition.md at master · sebastianruder/NLP-progress
Few-NERD is a large-scale, fine-grained manually annotated named entity recognition dataset, which contains 8 coarse-grained types, 66 fine-grained types, 188,200 sentences, 491,711 entities and 4,601,223 tokens.
Author sebastianruder
GitHub
github.com › DimasDMM › diseases-ner
GitHub - DimasDMM/diseases-ner: Named Entity Recognition (NER) of diseases
Named-entity recognition (NER) is a task of NLP that seeks to locate and classify named entity mentioned in unstructured text. In this repository, I do a quick overview of supervised and unsupervised methods for this task.
Starred by 12 users
Forked by 3 users
Languages Jupyter Notebook 71.9% | Python 25.4% | Shell 2.2% | Dockerfile 0.5%