Knowledge Graph Refinement based on Triplet BERT-Networks
Knowledge graph embedding techniques are widely used for knowledge graph refinement tasks such as graph completion and triple classification. These techniques aim at embedding the entities and relations of a Knowledge Graph (KG) in a low dimensional continuous feature space. This paper adopts a transformer-based triplet network creating an embedding space that clusters the information about an entity or relation in the KG. It creates textual sequences from facts and fine-tunes a triplet network of pre-trained transformer-based language models. It adheres to an evaluation paradigm that relies on an efficient spatial semantic search technique. We show that this evaluation protocol is more adapted to a few-shot setting for the relation prediction task. Our proposed GilBERT method is evaluated on triplet classification and relation prediction tasks on multiple well-known benchmark knowledge graphs such as FB13, WN11, and FB15K. We show that GilBERT achieves better or comparable results to the state-of-the-art performance on these two refinement tasks.
Code (1)
Tasks
Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsRelationRelation PredictionTriple ClassificationTripletSimilar Papers 제목 키워드 기반
Biomedical Knowledge Graph Refinement with Embedding and Logic Rules
Currently, there is a rapidly increasing need for high-quality biomedical knowledge graphs (BioKG) that provide direct and precise biomedical knowledge. In the context of COVID-19, this issue is even more necessary to be…
Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsKnowGraph@IITK at SemEval-2021 Task 11: Building KnowledgeGraph for NLP Research
Research in Natural Language Processing is making rapid advances, resulting in the publication of a large number of research papers. Finding relevant research papers and their contribution to the domain is a challenging …
TripletKnowGraph@IITK at SemEval-2021 Task 11: Building Knowledge Graph for NLP Research
Research in Natural Language Processing is making rapid advances, resulting in the publication of a large number of research papers. Finding relevant research papers and their contribution to the domain is a challenging …
TripletSAMBERT: Improve Aspect Sentiment Triplet Extraction by Segmenting the Attention Maps of BERT
Aspect Sentiment Triplet Extraction (ASTE) performs fine-grained sentiment analysis in a unified way through extracting sentiment triplets comprised of aspect terms, opinion spans, and their sentiment relations in senten…
Aspect Sentiment Triplet ExtractionSemantic SegmentationSentiment AnalysisTripletMUSE: Integrating Multi-Knowledge for Knowledge Graph Completion
Knowledge Graph Completion (KGC) aims to predict the missing [relation] part of (head entity)--[relation]->(tail entity) triplet. Most existing KGC methods focus on single features (e.g., relation types) or sub-graph agg…
Knowledge Graph CompletionRelationRelation PredictionRepresentation Learning+1