paper-with-me

Papers

Knowledge Graph Refinement based on Triplet BERT-Networks

2022-11-18 · Armita Khajeh Nassiri, Nathalie Pernelle, Fatiha Sais, Gianluca Quercini

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.

📄 PDF Abstract BibTeX arXiv:2211.10460

Code (1)

armitakhn/gilbert 공식 구현 pytorch

Tasks

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsRelationRelation PredictionTriple ClassificationTriplet

Similar Papers 제목 키워드 기반

Biomedical Knowledge Graph Refinement with Embedding and Logic Rules

2020-12-02 · Sendong Zhao, Bing Qin, Ting Liu, Fei Wang

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 Graphs

KnowGraph@IITK at SemEval-2021 Task 11: Building KnowledgeGraph for NLP Research

2021-04-04 · Shashank Shailabh, Sajal Chaurasia, Ashutosh Modi

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 …

Triplet

KnowGraph@IITK at SemEval-2021 Task 11: Building Knowledge Graph for NLP Research

2021-08-01 · SEMEVAL 2021 · Shashank Shailabh, Sajal Chaurasia, Ashutosh Modi

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 …

Triplet

SAMBERT: Improve Aspect Sentiment Triplet Extraction by Segmenting the Attention Maps of BERT

2021-11-16 · ACL ARR November 2021 11 · Anonymous

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 AnalysisTriplet

MUSE: Integrating Multi-Knowledge for Knowledge Graph Completion

2024-09-26 · Pengjie Liu

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