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 baidu/information-extraction

Projects sharing features with Information Extraction

30 open-source projects similar to baidu/information-extraction, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • harderthenharder/transformers_tasksHarderThenHarder avatar

    HarderThenHarder/transformers_tasks

    2,420View on GitHub↗

    Transformers Tasks is a collection of toolkits and scripts dedicated to language model fine-tuning, natural language processing tasks, and transformer-based pipelines. The project functions as a natural language processing toolkit and transformer pipeline library, providing Python scripts and algorithms designed to adapt foundational language models and route text inputs through modular processing workflows. The repository covers supervised fine-tuning pipelines and reinforcement learning alignment procedures that optimize generative text outputs through reward modeling and policy gradient lo

    Jupyter Notebookinformation-extractionnlpreinforcement-learning
    View on GitHub↗2,420
  • thunlp/opennrethunlp avatar

    thunlp/OpenNRE

    4,466View on GitHub↗

    OpenNRE is a natural language processing library and neural relation extraction framework designed to transform unstructured text into structured relational data. It serves as a toolkit for identifying relationship types between entities and generating entity-relation-entity triples to populate and expand knowledge bases. The framework provides tools for both supervised and distantly supervised relation extraction, allowing neural models to be trained on labeled datasets or via automated pipelines that align knowledge base triples with raw text. The project covers a full information extracti

    Pythonrelation-extraction
    View on GitHub↗4,466
  • varunshenoy/graphgptvarunshenoy avatar

    varunshenoy/GraphGPT

    4,429View on GitHub↗

    GraphGPT is an LLM knowledge graph generator that extracts entities and relationships from unstructured text to create visual knowledge graphs. It functions as a natural language graph interface and an unstructured data extraction pipeline, transforming raw text into structured triples for mapping complex information networks. The system enables dynamic knowledge mapping by allowing users to build and update network visualizations through conversational queries and text-based instructions. This allows for the conversion of unstructured data into visual graphs to identify patterns and connecti

    JavaScript
    View on GitHub↗4,429

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
  • yuanxiaosc/entity-relation-extractionyuanxiaosc avatar

    yuanxiaosc/Entity-Relation-Extraction

    1,231View on GitHub↗

    Entity-Relation-Extraction is a machine learning framework designed to identify entities and their logical connections within unstructured text. It functions as a pipeline that transforms raw documents into structured knowledge graphs by utilizing deep learning models and transformer architectures. The project distinguishes itself through a schema-driven approach, which maps extracted information to predefined relational templates to ensure output consistency. It employs a multi-stage process that combines sequence-labeling token classification with contextual encoding to delineate entity bou

    Pythonbert-modelcompetition-codeentity-extraction
    View on GitHub↗1,231
  • eoa-ailab/ner-chineseEOA-AILab avatar

    EOA-AILab/NER-Chinese

    333View on GitHub↗

    Comparison of Chinese Named Entity Recognition Models between NeuroNER and BertNER

    Python
    View on GitHub↗333
  • facebookincubator/ducklingF

    facebookincubator/duckling

    0View on GitHub↗
    View on GitHub↗0
  • facebookresearch/blinkfacebookresearch avatar

    facebookresearch/BLINK

    1,211View on GitHub↗

    Entity Linker solution

    Python
    View on GitHub↗1,211
  • hazyresearch/snorkelH

    HazyResearch/snorkel

    0View on GitHub↗
    View on GitHub↗0
  • hy-struggle/prgcH

    hy-struggle/PRGC

    0View on GitHub↗

    This repository contains the source code and dataset for the paper: PRGC: Potential Relation and Global Correspondence Based Joint Relational Triple Extraction. Hengyi Zheng, Rui Wen, Xi Chen et al. ACL 2021.

    View on GitHub↗0
  • lemonhu/open-entity-relation-extractionlemonhu avatar

    lemonhu/open-entity-relation-extraction

    536View on GitHub↗

    Knowledge triples extraction and knowledge base construction based on dependency syntax for open domain text.

    Python
    View on GitHub↗536
  • letiantian/textrank4zhletiantian avatar

    letiantian/TextRank4ZH

    3,397View on GitHub↗

    :deciduous_tree:从中文文本中自动提取关键词和摘要

    Python
    View on GitHub↗3,397
  • liuhuanyong/complexeventextractionliuhuanyong avatar

    liuhuanyong/ComplexEventExtraction

    1,225View on GitHub↗

    A concept and obvious expression pattern collection of Chinese compound event extraction which then be evolved into ComplexEventGraph,本项目提出了中文复合事件的概念与显式模式,包括条件事件、因果事件、顺承事件、反转事件等事件抽取,并形成事理图谱。

    Python
    View on GitHub↗1,225
  • lonepatient/bert-ner-pytorchlonePatient avatar

    lonePatient/BERT-NER-Pytorch

    2,242View on GitHub↗

    Chinese NER(Named Entity Recognition) using BERT(Softmax, CRF, Span)

    Python
    View on GitHub↗2,242
  • louis-udm/ner-bert-crfLouis-udm avatar

    Louis-udm/NER-BERT-CRF

    239View on GitHub↗

    This is a named entity recognizer based on BERT Model(pytorch-pretrained-BERT) and CRF.

    Python
    View on GitHub↗239
  • macanv/bert-bilstm-crf-nermacanv avatar

    macanv/BERT-BiLSTM-CRF-NER

    4,904View on GitHub↗

    This project is a named entity recognition framework and TensorFlow-based natural language processing model. It provides a pipeline for adapting pre-trained language models to specific entity recognition and text classification tasks. The system implements a sequence labeling architecture that combines transformer-based embeddings with bidirectional sequence modeling and conditional random field decoding. It includes tools for fine-tuning model weights and training the network to identify and categorize entities within unstructured text. The framework also includes a client-server architectu

    Python
    View on GitHub↗4,904
  • machinalis/iepymachinalis avatar

    machinalis/iepy

    903View on GitHub↗

    Information Extraction in Python

    Python
    View on GitHub↗903
  • microsoft/recognizers-textMicrosoft avatar

    Microsoft/Recognizers-Text

    1,781View on GitHub↗

    Microsoft.Recognizers.Text provides recognition and resolution of numbers, units, date/time, etc. in multiple languages (ZH, EN, FR, ES, PT, DE, IT, TR, HI, NL. Partial support for JA, KO, AR, SV). Packages available at: https://www.nuget.org/profiles/Recognizers.Text, https://www.npmjs.com/~recognizers.text

    C#
    View on GitHub↗1,781
  • mit-nlp/mitiemit-nlp avatar

    mit-nlp/MITIE

    2,961View on GitHub↗

    MITIE: library and tools for information extraction

    C++
    View on GitHub↗2,961
  • omkarpathak/pyresparserOmkarPathak avatar

    OmkarPathak/pyresparser

    961View on GitHub↗

    A simple resume parser used for extracting information from resumes

    Pythonextractextracting-datamachine-learning
    View on GitHub↗961
  • powerycy/lic2020-P

    powerycy/Lic2020-

    0View on GitHub↗

    更新了ietorchycy.py 跟 tokenfunc.py 利用纯pytorch实现,后期封装成服务,使其能更好的在线上运行~ —————————————————————— 运行ietorch4.py 详情请见知乎 https://zhuanlan.zhihu.com/p/138858558

    View on GitHub↗0
  • prohiryu/bert-chinese-nerProHiryu avatar

    ProHiryu/bert-chinese-ner

    974View on GitHub↗

    使用预训练语言模型BERT做中文NER

    Pythonbertchinesefine-tune
    View on GitHub↗974
  • shinyke/time-nlpshinyke avatar

    shinyke/Time-NLP

    659View on GitHub↗

    中文语句中的时间语义识别。即通过分析中文语句,识别出话语中提到的时间。

    Java
    View on GitHub↗659
  • shulincao/opennre-pytorchShulinCao avatar

    ShulinCao/OpenNRE-PyTorch

    220View on GitHub↗

    Neural Relation Extraction implemented in PyTorch

    Python
    View on GitHub↗220
  • thunlp/pl-markerthunlp avatar

    thunlp/PL-Marker

    273View on GitHub↗

    Source code of the ACL 2022 paper "Packed Levitated Marker for Entity and Relation Extraction".

    Python
    View on GitHub↗273
  • thunlp/tensorflow-nreT

    thunlp/TensorFlow-NRE

    0View on GitHub↗
    View on GitHub↗0
  • yihenglu/chinese-address-segmentyihenglu avatar

    yihenglu/chinese-address-segment

    203View on GitHub↗

    中文地址分词(地址元素识别与抽取),通过序列标注进行NER

    Python
    View on GitHub↗203
  • yixiu00001/lstm-crf-medicalyixiu00001 avatar

    yixiu00001/LSTM-CRF-medical

    350View on GitHub↗

    构建医疗实体识别的模型,包含词典和语料标注,基于python构建

    ReScript
    View on GitHub↗350
  • baidu/familiabaidu avatar

    baidu/Familia

    2,645View on GitHub↗

    A Toolkit for Industrial Topic Modeling

    C++ldanlpsentence-lda
    View on GitHub↗2,645
  • zjy-ucas/chinesenerzjy-ucas avatar

    zjy-ucas/ChineseNER

    1,828View on GitHub↗

    A neural network model for Chinese named entity recognition

    Python
    View on GitHub↗1,828
  • boudinfl/pkeboudinfl avatar

    boudinfl/pke

    1,592View on GitHub↗

    Python Keyphrase Extraction module

    Python
    View on GitHub↗1,592