NER model for identifying any entity type using bidirectional transformer
Top 21.0% on sourcepulse
GLiNER is a generalist and lightweight Named Entity Recognition (NER) model designed to extract any entity type from text. It offers a flexible and efficient alternative to traditional NER models with fixed entity sets and large, costly LLMs, making it suitable for resource-constrained environments.
How It Works
GLiNER leverages a bidirectional transformer encoder (BERT-like) architecture. Its key advantage lies in its ability to perform parallel entity extraction, unlike the sequential generation of LLMs. This approach allows it to efficiently identify arbitrary entity types specified via natural language labels, outperforming LLMs in zero-shot evaluations on various NER benchmarks.
Quick Start & Requirements
!pip install gliner
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
3 days ago
1 day