awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to yyding1/gner

Open-source alternatives to GNER

30 open-source projects similar to yyding1/gner, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best GNER alternative.

  • universal-ner/universal-neruniversal-ner avatar

    universal-ner/universal-ner

    375View on GitHub↗

    UniversalNER: Targeted Distillation from Large Language Models for Open Named Entity Recognition Wenxuan Zhou, Sheng Zhang, Yu Gu, Muhao Chen, Hoifung Poon (*Equal Contribution)

    Python
    View on GitHub↗375
  • emseoyk/verifineremseoyk avatar

    emseoyk/VerifiNER

    13View on GitHub↗

    Official code for ACL 2024 paper: VerifiNER: Verification-augmented NER via Knowledge-grounded Reasoning with Large Language Models.

    Python
    View on GitHub↗13
  • urchade/glinerurchade avatar

    urchade/GLiNER

    3,333View on GitHub↗

    Generalist and Lightweight Model for Named Entity Recognition (Extract any entity types from texts)

    Python
    View on GitHub↗3,333
  • zalandoresearch/flairzalandoresearch avatar

    zalandoresearch/flair

    14,378View on GitHub↗

    Flair is a natural language processing framework for training and applying models for sequence labeling and text classification. It provides a system for generating word embeddings and identifying semantic entities within text. The framework includes a dedicated system for zero and few-shot learning, enabling text classification and entity extraction using minimal training examples by leveraging pre-trained knowledge. Its capabilities cover named entity recognition, sentiment analysis, and the training of specialized models using custom datasets. It also includes tooling for the visual highl

    Python
    View on GitHub↗14,378
  • flairnlp/flairflairNLP avatar

    flairNLP/flair

    14,378View on GitHub↗

    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

    Python
    View on GitHub↗14,378

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • llmware-ai/llmwarellmware-ai avatar

    llmware-ai/llmware

    14,838View on GitHub↗

    llmware is a Python framework for AI agent orchestration and model management, designed to coordinate multi-model workflows and autonomous agents. It provides a unified model catalog and standardized interface to execute specialized language models for complex research, analysis, and structured data generation. The project distinguishes itself through its heavy emphasis on local execution and quantized inference, allowing models to run on private infrastructure using CPU, GPU, and NPU acceleration via runtimes like ONNX and OpenVino. It features a specialized ability to translate natural lang

    Python
    View on GitHub↗14,838
  • bigscience-workshop/xmtfbigscience-workshop avatar

    bigscience-workshop/xmtf

    536View on GitHub↗

    This repository provides an overview of all components used for the creation of BLOOMZ & mT0 and xP3 introduced in the paper Crosslingual Generalization through Multitask Finetuning. Link to 25min video on the paper by Samuel Albanie; Link to 4min video on the paper by Niklas Muennighoff.

    Jupyter Notebook
    View on GitHub↗536
  • bigscience-workshop/promptsourcebigscience-workshop avatar

    bigscience-workshop/promptsource

    3,025View on GitHub↗

    Toolkit for creating, sharing and using natural language prompts.

    Python
    View on GitHub↗3,025
  • beyonderxx/instructuieBeyonderXX avatar

    BeyonderXX/InstructUIE

    396View on GitHub↗

    This repo releases our implementation for the InstructUIE model. - It is built based on the pretrained Flan T5 model, and finetuned on our data (IE INSTRUCTIONS). - If you are looking for NER datasets or models, you may also refer to our recent work: B2NER. It provides a standardized and…

    Python
    View on GitHub↗396
  • emma1066/self-improve-zero-shot-nerEmma1066 avatar

    Emma1066/Self-Improve-Zero-Shot-NER

    53View on GitHub↗

    This is the github repository for the paper to be appeared at NAACL 2024 main conference: Self-Improving for Zero-Shot Named Entity Recognition with Large Language Models.

    Python
    View on GitHub↗53
  • jiangguochaogg/p-icljiangguochaoGG avatar

    jiangguochaoGG/P-ICL

    7View on GitHub↗

    Please save your dataset in data folder. Note that CoNLL2003 and WNUT2017 are open-source datasets, ACE2004 and ACE2005 are not free. We keep our CoNLL2003 and WNUT2017 train and test JSON files in data folder.

    Python
    View on GitHub↗7
  • eulring/vanerEulring avatar

    Eulring/VANER

    5View on GitHub↗

    unikg

    Python
    View on GitHub↗5
  • facebookresearch/metaseqfacebookresearch avatar

    facebookresearch/metaseq

    6,546View on GitHub↗

    Metaseq is a transformer sequence modeling toolkit designed for training, fine-tuning, and deploying sequence-to-sequence models using open pre-trained weights. It provides a comprehensive framework for large language model training, including dedicated tools for sequence dataset processing and a standalone inference server for generating text via API requests. The project features specialized utilities for model quantization to reduce parameter precision to eight bits, which lowers memory usage and increases inference speed. It also includes a checkpoint conversion pipeline to transform mode

    Python
    View on GitHub↗6,546
  • fanshu6hao/double-checkerfanshu6hao avatar

    fanshu6hao/Double-Checker

    7View on GitHub↗

    The code for EMNLP24 paper "Double-Checker: Large Language Model as a Checker for Few-shot Named Entity Recognition"

    Python
    View on GitHub↗7
  • compnet/conivelCompNet avatar

    CompNet/conivel

    7View on GitHub↗

    Dependencies are managed using Poetry. Use poetry install to install dependencies. You can then use poetry shell to obtain a shell with the created virtual environment activated.

    Python
    View on GitHub↗7
  • bigcode-project/octopackbigcode-project avatar

    bigcode-project/octopack

    478View on GitHub↗

    This repository provides an overview of all components from the paper OctoPack: Instruction Tuning Code Large Language Models. Link to 5-min video on the paper presented by Niklas Muennighoff.

    Jupyter Notebook
    View on GitHub↗478
  • hitz-zentroa/golliehitz-zentroa avatar

    hitz-zentroa/GoLLIE

    441View on GitHub↗

    G uideline f o llowing L arge L anguage Model for I nformation E xtraction

    Python
    View on GitHub↗441
  • google-research/text-to-text-transfer-transformergoogle-research avatar

    google-research/text-to-text-transfer-transformer

    6,528View on GitHub↗

    This is a machine learning framework for treating diverse natural language processing tasks as a unified text-to-text problem. It provides a toolkit for pre-training and fine-tuning large-scale transformer models, utilizing a system where both inputs and outputs are formatted as raw text sequences. The framework is distinguished by its distributed training system, which uses mesh-based strategies to scale model weights and training batches across multiple TPU cores. It supports multi-task learning by combining diverse datasets into a single training stream using configurable mixture rates, al

    Python
    View on GitHub↗6,528
  • hkust-nlp/deitahkust-nlp avatar

    hkust-nlp/deita

    597View on GitHub↗

    🤗 HF Repo 📄 Paper 📚 6K Data 📚 10K Data

    Python
    View on GitHub↗597
  • hltcoe/golden-horseH

    hltcoe/golden-horse

    0View on GitHub↗
    View on GitHub↗0
  • imoneoi/openchatimoneoi avatar

    imoneoi/openchat

    5,481View on GitHub↗

    OpenChat is a framework for the training, fine-tuning, and deployment of large language models optimized for conversational and mathematical reasoning tasks. It provides a comprehensive lifecycle for these models, ranging from training pipelines and deployment stacks to a web-based chat interface. The project focuses on enabling high-performance model execution on consumer-grade hardware without the need for enterprise-grade accelerators. It includes a production-ready inference server that implements the OpenAI chat completion protocol and utilizes dynamic request batching to optimize hardwa

    Python
    View on GitHub↗5,481
  • ise-uiuc/magicoderI

    ise-uiuc/magicoder

    0View on GitHub↗

    🎩 Models | 📚 Dataset | 🚀 Quick Start | 👀 Demo | 📝 Citation | 🙏 Acknowledgements

    View on GitHub↗0
  • chen700564/metaner-iclchen700564 avatar

    chen700564/metaner-icl

    40View on GitHub↗

    An implementation for ACL 2023 paper Learning In-context Learning for Named Entity Recognition

    Python
    View on GitHub↗40
  • jinyuanli0012/pgimJinYuanLi0012 avatar

    JinYuanLi0012/PGIM

    33View on GitHub↗

    Prompting ChatGPT in MNER: Enhanced Multimodal Named Entity Recognition with Auxiliary Refined Knowledge

    Python
    View on GitHub↗33
  • jinyuanli0012/rivegJinYuanLi0012 avatar

    JinYuanLi0012/RiVEG

    41View on GitHub↗

    LLMs as Bridges: Reformulating Grounded Multimodal Named Entity Recognition

    Python
    View on GitHub↗41
  • komeijiforce/metaieKomeijiForce avatar

    KomeijiForce/MetaIE

    30View on GitHub↗

    This is a meta-model distilled from ChatGPT-3.5-turbo for information extraction. This is an intermediate checkpoint that can be well-transferred to all kinds of downstream information extraction tasks.

    Python
    View on GitHub↗30
  • lbnlp/nerre-llamalbnlp avatar

    lbnlp/nerre-llama

    64View on GitHub↗

    If you are just looking to download the LoRA weights directly, use this url: https://figshare.com/ndownloader/files/43044994 and view the data entry on Figshare.

    Python
    View on GitHub↗64
  • lemonhu/ner-bert-pytorchL

    lemonhu/NER-BERT-pytorch

    0View on GitHub↗
    View on GitHub↗0
  • lfoppiano/matsci-lumenlfoppiano avatar

    lfoppiano/MatSci-LumEn

    10View on GitHub↗

    Code, data, and results described in the paper "Mining experimental data from materials science literature with large language models: an evaluation study", https://www.tandfonline.com/doi/full/10.1080/27660400.2024.2356506

    Python
    View on GitHub↗10
  • google-research/flangoogle-research avatar

    google-research/FLAN

    1,566View on GitHub↗

    Original Flan (2021) | The Flan Collection (2022) | Flan 2021 Citation | License

    Python
    View on GitHub↗1,566