We aimed to implement a service that would create a knowledge graph based on the text submitted for input and present this information as a graph or a mindmap to the end user. Key technologies for that are Named Entity Recognition (NER), Entity Linking (EL), and Relation Extraction (RE). Yet the main problem was that there were no solutions available for Russian language.
Example input:
Catherine II, also known as Catherine the Great, was the Empress of Russia from 1762 until her death in 1796. She is considered one of the most renowned and longest-ruling female leaders in Russian history. Catherine was a proponent of Enlightened Absolutism, which advocated for the use of absolute power to bring about reforms inspired by the Enlightenment. She corresponded with notable figures like Voltaire and Diderot. Leonhard Euler was invited to the Imperial Russian Academy of Sciences by Catherine II. Leonhard Euler singnificantly contributed to mathematics and graph theory during his time in Russia. His achivements include Euler’s formula for polyhedra and solution of Königsberg Bridge Problem
Example output:
modern-ner-el-and-re
┣ assets # static files
┃ ┗ *.{svg,png}
┣ papers # related scientific papers
┃ ┗ *.pdf
┣ reports # intermediate/final reports during research
┃ ┗ *.pdf
┣ repos # submodules (repositories) used in experiments
┃ ┣ entity-extraction
┃ ┣ relik
┃ ┗ SPN4RE-NEREL
┣ .gitmodules
┣ README.md
┗ presentation.pdf # final presentation
Topics | Keyword | Full Name | Arxiv |
---|---|---|---|
RE | REBEL | REBEL: Relation Extraction By End-to-end Language generation | Link |
RE | mREBEL | RED FM: a Filtered and Multilingual Relation Extraction Dataset | Link |
cIE | ReLiK | ReLiK: Retrieve and LinK, Fast and Accurate Entity Linking and Relation Extraction on an Academic Budget | Link |
NER RE | NEREL | NEREL: A Russian Dataset with Nested Named Entities, Relations and Events | Link |
RE | SPN4RE | Joint Entity and Relation Extraction with Set Prediction Networks | Link |
NER EL | NER4EL | Named Entity Recognition for Entity Linking: What Works and What’s Next | Link |