awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to eulring/vaner

Open-source alternatives to VANER

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

  • zjunlp/deepkezjunlp 的头像

    zjunlp/DeepKE

    4,433在 GitHub 上查看↗

    DeepKE is a knowledge extraction toolkit and framework designed to transform unstructured text into structured knowledge graphs. It provides a pipeline for identifying and classifying named entities, semantic relations, and events, converting raw datasets into structured triples. The project utilizes large language models as tool callers through a standardized context protocol to drive automated data extraction processes. It supports schema-driven extraction across multiple domains and bilingual text, employing joint entity and relation extraction to identify components in a single structured

    Python
    在 GitHub 上查看↗4,433
  • arkhn/bio-nlp2023arkhn 的头像

    arkhn/bio-nlp2023

    0在 GitHub 上查看↗

    This project is the codebase used for our weak supervision experiments using E3C dataset annotated with InstructGPT-3 and dictionary.

    Python
    在 GitHub 上查看↗0
  • toneli/rt-retrieving-and-thinkingToneLi 的头像

    ToneLi/RT-Retrieving-and-Thinking

    11在 GitHub 上查看↗

    This is the source code of the model RT (Retrieving and Thinking). For the full project, please check the file RTBC5CDR/3RT and RTNCBI/3RT, the implementation of GPT-NER and PromptNER is in the BC5CDR.zip and NCBI.zip. we refer to the source of code of GPT-NER and paper of GPT-NER in our project…

    Python
    在 GitHub 上查看↗11
  • tangxuemei1995/chisiectangxuemei1995 的头像

    tangxuemei1995/CHisIEC

    22在 GitHub 上查看↗

    CHisIEC: An Information Extraction Corpus for Ancient Chinese History

    C++
    在 GitHub 上查看↗22

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
stefanheng/proggenStefanHeng 的头像

StefanHeng/ProgGen

17在 GitHub 上查看↗

This repo contains the code and datasets for paper "ProgGen: Generating Named Entity Recognition Datasets Step-by-step with Self-Reflexive Large Language Models".

Python
在 GitHub 上查看↗17
  • lfoppiano/matsci-lumenlfoppiano 的头像

    lfoppiano/MatSci-LumEn

    10在 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
    在 GitHub 上查看↗10
  • lbnlp/nerre-llamalbnlp 的头像

    lbnlp/nerre-llama

    64在 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
    在 GitHub 上查看↗64
  • jinyuanli0012/rivegJinYuanLi0012 的头像

    JinYuanLi0012/RiVEG

    41在 GitHub 上查看↗

    LLMs as Bridges: Reformulating Grounded Multimodal Named Entity Recognition

    Python
    在 GitHub 上查看↗41
  • jinyuanli0012/pgimJinYuanLi0012 的头像

    JinYuanLi0012/PGIM

    33在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗33
  • allenai/beaconallenai 的头像

    allenai/beacon

    14在 GitHub 上查看↗

    This repository contains code to run the inference and evaluation of NER as described in our NAACL 2024 paper: On-the-fly Definition Augmentation of LLMs for Biomedical NER

    Python
    在 GitHub 上查看↗14
  • emma1066/self-improve-zero-shot-nerEmma1066 的头像

    Emma1066/Self-Improve-Zero-Shot-NER

    53在 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
    在 GitHub 上查看↗53
  • flairnlp/flairflairNLP 的头像

    flairNLP/flair

    14,378在 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
    在 GitHub 上查看↗14,378
  • zalandoresearch/flairzalandoresearch 的头像

    zalandoresearch/flair

    14,378在 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
    在 GitHub 上查看↗14,378
  • llmware-ai/llmwarellmware-ai 的头像

    llmware-ai/llmware

    14,838在 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
    在 GitHub 上查看↗14,838
  • emseoyk/verifineremseoyk 的头像

    emseoyk/VerifiNER

    13在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗13
  • geode-project/ner-llmGEODE-project 的头像

    GEODE-project/ner-llm

    10在 GitHub 上查看↗

    Code and ressources for evaluating Named Entity Recognition using Few-Shot Prompting with Large Language Models

    Jupyter Notebook
    在 GitHub 上查看↗10
  • hltcoe/golden-horseH

    hltcoe/golden-horse

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • jerry3027/polyiejerry3027 的头像

    jerry3027/PolyIE

    16在 GitHub 上查看↗

    Code and Data for arXiv paper: PolyIE: A Dataset of Information Extraction from Polymer Material Scientific Literature.

    Python
    在 GitHub 上查看↗16
  • jiangguochaogg/p-icljiangguochaoGG 的头像

    jiangguochaoGG/P-ICL

    7在 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
    在 GitHub 上查看↗7
  • jianhaochen-nju/tsdreJianhaoChen-nju 的头像

    JianhaoChen-nju/TSDRE

    3在 GitHub 上查看↗

    This is the code for our ACL 2024 paper Timeline-based Sentence Decomposition with In-Context Learning for Temporal Fact Extraction.

    Python
    在 GitHub 上查看↗3
  • emma1066/retrieval-augmented-it-opennerEmma1066 的头像

    Emma1066/Retrieval-Augmented-IT-OpenNER

    27在 GitHub 上查看↗

    This is the github repository for the paper: Retrieval Augmented Instruction Tuning for Open NER with Large Language Models.

    Python
    在 GitHub 上查看↗27
  • derekmma/dicederekmma 的头像

    derekmma/DICE

    8在 GitHub 上查看↗

    Source code and data for ACL 2023 main conference paper DICE: Data-Efficient Clinical Event Extraction with Generative Models.

    在 GitHub 上查看↗8
  • komeijiforce/metaieKomeijiForce 的头像

    KomeijiForce/MetaIE

    30在 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
    在 GitHub 上查看↗30
  • lbnlp/nerreLBNLP 的头像

    LBNLP/NERRE

    136在 GitHub 上查看↗

    This repository contains code for extracting structured relational data as JSON documents from complex scientific text, with particular application to materials science. For the Llama-2 fine-tuned models and code, see the supplemetary nerre-llama repo.

    Python
    在 GitHub 上查看↗136
  • d-gurgurov/injecting-commonsense-knowledge-into-llmsd-gurgurov 的头像

    d-gurgurov/Injecting-Commonsense-Knowledge-into-LLMs

    4在 GitHub 上查看↗

    Project Overview:

    Python
    在 GitHub 上查看↗4
  • lemonhu/ner-bert-pytorchL

    lemonhu/NER-BERT-pytorch

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • compnet/conivelCompNet 的头像

    CompNet/conivel

    7在 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
    在 GitHub 上查看↗7
  • ljynlp/w2nerljynlp 的头像

    ljynlp/w2ner

    555在 GitHub 上查看↗

    Source code for AAAI 2022 paper: Unified Named Entity Recognition as Word-Word Relation Classification

    Python
    在 GitHub 上查看↗555
  • lyutyuh/asplyutyuh 的头像

    lyutyuh/ASP

    107在 GitHub 上查看↗

    This repository contains PyTorch implementation and pre-trained models for ASP, described in Autoregressive Structured Prediction with Language Models.

    Python
    在 GitHub 上查看↗107
  • mayubo2333/llm-iemayubo2333 的头像

    mayubo2333/LLM-IE

    47在 GitHub 上查看↗

    This is the implementation of filter-then-rerank pipeline in Large Language Model Is Not a Good Few-shot Information Extractor, but a Good Reranker for Hard Samples!. EMNLP'2023 (Findings).

    Python
    在 GitHub 上查看↗47