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

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

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

yuanxiaosc/Entity-Relation-Extraction

0
View on GitHub↗
1,231 星标·269 分支·Python·10 次浏览yuanxiaosc.github.io/2019/05/17/多关系抽取研究↗

Entity Relation Extraction

Entity-Relation-Extraction 是一个机器学习框架,旨在识别非结构化文本中的实体及其逻辑连接。它作为一个管道,通过利用深度学习模型和 Transformer 架构,将原始文档转换为结构化知识图谱。

该项目通过模式驱动的方法脱颖而出,将提取的信息映射到预定义的关联模板,以确保输出的一致性。它采用多阶段处理流程,结合序列标注令牌分类与上下文编码,以界定实体边界并对它们之间的关系进行分类。

该工具包提供了用于微调预训练语言模型和通过计算图编排数据的组件。它包括用于根据基准数据集评估模型性能的实用程序,以验证提取过程的准确性。

Features

  • Entity and Relation Extraction - Identifies specific entities and determines logical connections between them using a multi-stage classification pipeline.
  • Natural Language Entity Extraction - Transforms raw documents into structured knowledge graphs by identifying entities and their logical connections.
  • Knowledge Graph Construction - Populates structured databases by automatically extracting relationships between entities from large volumes of text.
  • Schema-Driven Mappings - Structures extracted data according to predefined relational templates to ensure output conforms to specific domain requirements.
  • Transformer Encoders - Processes input text through deep bidirectional layers to generate rich vector representations.
  • Information Extraction - Sequences specialized models to identify entities and classify their logical connections within unstructured text.
  • BERT Fine-Tuning - Adapts pre-trained language models to perform specialized sequence labeling and classification tasks.
  • Graph Schema Extractions - Maps unstructured text into structured knowledge graphs based on predefined entity and relation schemas.
  • Machine Learning Pipelines - Builds multi-stage workflows that process raw data through classification and labeling models.

Star 历史

yuanxiaosc/entity-relation-extraction 的 Star 历史图表yuanxiaosc/entity-relation-extraction 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

包含 Entity Relation Extraction 的精选搜索

收录 Entity Relation Extraction 的精选合集。
  • 命名实体识别与提取

Entity Relation Extraction 的开源替代方案

相似的开源项目,按与 Entity Relation Extraction 的功能重合度排序。
  • luopeixiang/named_entity_recognitionluopeixiang 的头像

    luopeixiang/named_entity_recognition

    2,286在 GitHub 上查看↗

    Named entity recognition is a natural language processing library that implements statistical and neural sequence labeling models to extract entities from text. The toolkit provides implementations for hidden Markov models, conditional random fields, and bidirectional recurrent neural networks combined with conditional random field layers. The library supports training machine learning models on annotated training corpora using maximum likelihood estimation for parameter and transition structure estimation. It includes ensemble majority voting consensus strategies to combine independent outpu

    Pythonbi-lstmbi-lstm-crfchinese-ner
    在 GitHub 上查看↗2,286
  • macanv/bert-bilstm-crf-nermacanv 的头像

    macanv/BERT-BiLSTM-CRF-NER

    4,904在 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
    在 GitHub 上查看↗4,904
  • facebook/ducklingfacebook 的头像

    facebook/duckling

    4,292在 GitHub 上查看↗

    Duckling is a deterministic named entity recognizer and natural language entity extractor. It transforms unstructured text into machine-readable data by mapping language-specific input strings to universal structured formats. The system utilizes a rule-based engine and composable language rules to resolve entities without relying on probabilistic models. It supports multilingual text parsing across various regional locales, employing a logic-driven approach to normalize diverse natural language expressions into standardized numeric values. The project covers the extraction and normalization

    Haskell
    在 GitHub 上查看↗4,292
  • ownthink/knowledgegraphdataownthink 的头像

    ownthink/KnowledgeGraphData

    5,181在 GitHub 上查看↗

    KnowledgeGraphData is a collection of structured datasets and corpora designed to provide a foundational layer for cognitive intelligence and artificial intelligence systems. It primarily consists of large-scale Chinese knowledge graph datasets, including entity-relation data and NLP training sets used to drive semantic understanding and automated question answering. The project focuses on the construction and export of massive entity-attribute-value graphs, organizing knowledge into portable formats. It provides specialized domain partitioning to tailor information retrieval for professional

    Python
    在 GitHub 上查看↗5,181
查看 Entity Relation Extraction 的所有 30 个替代方案→

常见问题解答

yuanxiaosc/entity-relation-extraction 是做什么的?

Entity-Relation-Extraction 是一个机器学习框架,旨在识别非结构化文本中的实体及其逻辑连接。它作为一个管道,通过利用深度学习模型和 Transformer 架构,将原始文档转换为结构化知识图谱。

yuanxiaosc/entity-relation-extraction 的主要功能有哪些?

yuanxiaosc/entity-relation-extraction 的主要功能包括:Entity and Relation Extraction, Natural Language Entity Extraction, Knowledge Graph Construction, Schema-Driven Mappings, Transformer Encoders, Information Extraction, BERT Fine-Tuning, Graph Schema Extractions。

yuanxiaosc/entity-relation-extraction 有哪些开源替代品?

yuanxiaosc/entity-relation-extraction 的开源替代品包括: luopeixiang/named_entity_recognition — Named entity recognition is a natural language processing library that implements statistical and neural sequence… macanv/bert-bilstm-crf-ner — This project is a named entity recognition framework and TensorFlow-based natural language processing model. It… facebook/duckling — Duckling is a deterministic named entity recognizer and natural language entity extractor. It transforms unstructured… ownthink/knowledgegraphdata — KnowledgeGraphData is a collection of structured datasets and corpora designed to provide a foundational layer for… thunlp/opennre — OpenNRE is a natural language processing library and neural relation extraction framework designed to transform… bojone/bert4keras — bert4keras is a lightweight reimplementation of the BERT transformer architecture for the Keras deep learning…