BERT-Relation-Extraction and BERTem
These are independent implementations of the same paper by different authors, making them competitors—users would choose one based on code quality, documentation, and maintenance rather than use both together.
About BERT-Relation-Extraction
plkmo/BERT-Relation-Extraction
PyTorch implementation for "Matching the Blanks: Distributional Similarity for Relation Learning" paper
This tool helps you automatically identify and classify relationships between specific entities mentioned in text documents. You input a piece of text, and it outputs the identified entities and the nature of the relationship connecting them, such as "Cause-Effect." This is ideal for natural language processing specialists, researchers, or data analysts who need to extract structured information from unstructured text.
About BERTem
zhpmatrix/BERTem
论文实现(ACL2019):《Matching the Blanks: Distributional Similarity for Relation Learning》
This project helps natural language processing researchers or practitioners extract relationships between entities from text. You input raw text containing mentions of entities, and it outputs classifications of the semantic relationships between those entities (e.g., 'person works at organization'). This is useful for anyone building systems that need to understand factual connections hidden in unstructured text data.
Scores updated daily from GitHub, PyPI, and npm data. How scores work