paper-with-me

Papers

Joint Language Semantic and Structure Embedding for Knowledge Graph Completion

2022-09-19 · COLING 2022 10 · Jianhao Shen, Chenguang Wang, Linyuan Gong, Dawn Song

The task of completing knowledge triplets has broad downstream applications. Both structural and semantic information plays an important role in knowledge graph completion. Unlike previous approaches that rely on either the structures or semantics of the knowledge graphs, we propose to jointly embed the semantics in the natural language description of the knowledge triplets with their structure information. Our method embeds knowledge graphs for the completion task via fine-tuning pre-trained language models with respect to a probabilistic structured loss, where the forward pass of the language models captures semantics and the loss reconstructs structures. Our extensive experiments on a variety of knowledge graph benchmarks have demonstrated the state-of-the-art performance of our method. We also show that our method can significantly improve the performance in a low-resource regime, thanks to the better use of semantics. The code and datasets are available at https://github.com/pkusjh/LASS.

📄 PDF Abstract BibTeX arXiv:2209.08721

Code (1)

pkusjh/lass 공식 구현 pytorch

Tasks

Knowledge Graph CompletionKnowledge GraphsLink Prediction

Similar Papers 제목 키워드 기반

Exploiting Network Structures to Improve Semantic Representation for the Financial Domain

2021-07-13 · FinNLP 2021 8 · Chao Feng, Shi-jie We

This paper presents the participation of the MiniTrue team in the FinSim-3 shared task on learning semantic similarities for the financial domain in English language. Our approach combines contextual embeddings learned b…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge Graph Embeddings

Knowledge Graph-Infused Fine-Tuning for Structured Reasoning in Large Language Models

2025-08-20 · Wuyang Zhang, Yexin Tian, Xiandong Meng, Mengjie Wang 외 arxiv

This paper addresses the problems of missing reasoning chains and insufficient entity-level semantic understanding in large language models when dealing with tasks that require structured knowledge. It proposes a fine-tu…

Graph Neural NetworkQuestion Answering

On the Complementary Nature of Knowledge Graph Embedding, Fine Grain Entity Types, and Language Modeling

2020-10-12 · EMNLP (DeeLIO) 2020 11 · Rajat Patel, Francis Ferraro

We demonstrate the complementary natures of neural knowledge graph embedding, fine-grain entity type prediction, and neural language modeling. We show that a language model-inspired knowledge graph embedding approach yie…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge Graph EmbeddingsLanguage Modeling+3

Jointly Learning Knowledge Embedding and Neighborhood Consensus with Relational Knowledge Distillation for Entity Alignment

2022-01-25 · Xinhang Li, Yong Zhang, Chunxiao Xing

Entity alignment aims at integrating heterogeneous knowledge from different knowledge graphs. Recent studies employ embedding-based methods by first learning the representation of Knowledge Graphs and then performing ent…

BenchmarkingEntity AlignmentEntity EmbeddingsKnowledge Distillation+2

Embedding Words and Senses Together via Joint Knowledge-Enhanced Training

2016-12-08 · CONLL 2017 8 · Massimiliano Mancini, Jose Camacho-Collados, Ignacio Iacobacci, Roberto Navigli

Word embeddings are widely used in Natural Language Processing, mainly due to their success in capturing semantic information from massive corpora. However, their creation process does not allow the different meanings of…

Word Embeddings