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

facebookresearch/BLINKArchived

0
View on GitHub↗
1,211 stars·233 forks·Python·MIT·9 views

BLINK

Entity Linker solution

Features

  • Information Extraction - State-of-the-art entity linking library.
  • Knowledge Graphs - State-of-the-art library for entity linking.

Star history

Star history chart for facebookresearch/blinkStar history chart for facebookresearch/blink

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. 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

Frequently asked questions

What does facebookresearch/blink do?

Entity Linker solution

What are the main features of facebookresearch/blink?

The main features of facebookresearch/blink are: Information Extraction, Knowledge Graphs.

What are some open-source alternatives to facebookresearch/blink?

Open-source alternatives to facebookresearch/blink include: varunshenoy/graphgpt — GraphGPT is an LLM knowledge graph generator that extracts entities and relationships from unstructured text to create… thunlp/opennre — OpenNRE is a natural language processing library and neural relation extraction framework designed to transform… harderthenharder/transformers_tasks — Transformers Tasks is a collection of toolkits and scripts dedicated to language model fine-tuning, natural language… yuanxiaosc/entity-relation-extraction — Entity-Relation-Extraction is a machine learning framework designed to identify entities and their logical connections… coopercoppers/pfn — This repository contains codes of the official implementation for the paper A Partition Filter Network for Joint… baidu/familia — A Toolkit for Industrial Topic Modeling.

Open-source alternatives to BLINK

Similar open-source projects, ranked by how many features they share with BLINK.
  • 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
  • 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
  • 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
  • See all 30 alternatives to BLINK→