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
emseoyk avatar

emseoyk/VerifiNER

0
View on GitHub↗
13 stars·1 fork·Python·12 views

VerifiNER

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

Features

  • Cross-Domain Learning - Verification-augmented entity recognition with knowledge grounding.
  • Named Entity Recognition - Knowledge-grounded reasoning for verification-augmented entity extraction.

Star history

Star history chart for emseoyk/verifinerStar history chart for emseoyk/verifiner

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Projects sharing features with VerifiNER

These projects share indexed features with VerifiNER. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • yyding1/gneryyDing1 avatar

    yyDing1/GNER

    60View on GitHub↗

    Rethinking Negative Instances for Generative Named Entity Recognition

    Python
    View on GitHub↗60
  • 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
  • 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
  • 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
Compare all 30 related projects→

Frequently asked questions

What does emseoyk/verifiner do?

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

What are the main features of emseoyk/verifiner?

The main features of emseoyk/verifiner are: Cross-Domain Learning, Named Entity Recognition.

Which projects share features with emseoyk/verifiner?

Projects with overlapping indexed features include: universal-ner/universal-ner — UniversalNER: Targeted Distillation from Large Language Models for Open Named Entity Recognition Wenxuan Zhou, Sheng… yyding1/gner — Rethinking Negative Instances for Generative Named Entity Recognition. zalandoresearch/flair — Flair is a natural language processing framework for training and applying models for sequence labeling and text… flairnlp/flair — Flair is a transformer-based natural language processing framework used to build and train models for text… llmware-ai/llmware — llmware is a Python framework for AI agent orchestration and model management, designed to coordinate multi-model… chen700564/metaner-icl — An implementation for ACL 2023 paper Learning In-context Learning for Named Entity Recognition.