#150 · Primary category: NLP Tools & Text Processing

relik

acl2024 bert entity-linking huggingface natural-language-processing nlp relation-extraction retrieval retriever-reader span-extraction transformers triplet-extraction wikipedia

Retrieve, Read and LinK: Fast and Accurate Entity Linking and Relation Extraction on an Academic Budget (ACL 2024)

Project last updated:07/29/25

GitHub Stars

518

Forks

40

Contributors

7

License

Apache-2.0

Why we included this project

ReLiK handles a fiddly slice of text understanding: finding the named entities in a document, mapping each one to a canonical entry in a knowledge base, and extracting the relations that connect them. Its retrieve-read-link design keeps latency and memory low enough to run on a single consumer GPU, a practical concern for teams without large clusters. The repo ships pretrained retriever and reader models on Hugging Face, a CLI, serving endpoints, and a training pipeline, so you can jump from the demo to fine-tuning on your own data without wiring separate tools together. Researchers will also find the ACL 2024 paper and reference implementation a solid starting point for entity linking and relation extraction work.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category