How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
UniversalNER: Targeted Distillation from Large Language Models for Open Named Entity Recognition Wenxuan Zhou, Sheng Zhang, Yu Gu, Muhao Chen, Hoifung Poon (*Equal Contribution)
Generalist and Lightweight Model for Named Entity Recognition (Extract any entity types from texts)
Official code for ACL 2024 paper: VerifiNER: Verification-augmented NER via Knowledge-grounded Reasoning with Large Language Models.
Flair is a transformer-based natural language processing framework used to build and train models for text classification and sequence tagging. It provides a specialized library for generating contextual text embeddings and performing linguistic analysis. The framework includes dedicated tools for named entity recognition, including the identification of specialized biomedical entities across multiple languages. It further supports entity linking to map identified text mentions to unique entries within general or biomedical knowledge bases. The project covers a broad range of language analys
Rethinking Negative Instances for Generative Named Entity Recognition
The main features of yyding1/gner are: Cross-Domain Learning, Instruction Tuning, Named Entity Recognition.
Open-source alternatives to yyding1/gner include: universal-ner/universal-ner — UniversalNER: Targeted Distillation from Large Language Models for Open Named Entity Recognition Wenxuan Zhou, Sheng… urchade/gliner — Generalist and Lightweight Model for Named Entity Recognition (Extract any entity types from texts). emseoyk/verifiner — Official code for ACL 2024 paper: VerifiNER: Verification-augmented NER via Knowledge-grounded Reasoning with Large… flairnlp/flair — Flair is a transformer-based natural language processing framework used to build and train models for text… zalandoresearch/flair — Flair is a natural language processing framework for training and applying models for sequence labeling and text… llmware-ai/llmware — llmware is a Python framework for AI agent orchestration and model management, designed to coordinate multi-model…