paper-with-me

Papers

Relevant Entity Selection: Knowledge Graph Bootstrapping via Zero-Shot Analogical Pruning

2023-06-28 · Lucas Jarnac, Miguel Couceiro, Pierre Monnin

Knowledge Graph Construction (KGC) can be seen as an iterative process starting from a high quality nucleus that is refined by knowledge extraction approaches in a virtuous loop. Such a nucleus can be obtained from knowledge existing in an open KG like Wikidata. However, due to the size of such generic KGs, integrating them as a whole may entail irrelevant content and scalability issues. We propose an analogy-based approach that starts from seed entities of interest in a generic KG, and keeps or prunes their neighboring entities. We evaluate our approach on Wikidata through two manually labeled datasets that contain either domain-homogeneous or -heterogeneous seed entities. We empirically show that our analogy-based approach outperforms LSTM, Random Forest, SVM, and MLP, with a drastically lower number of parameters. We also evaluate its generalization potential in a transfer learning setting. These results advocate for the further integration of analogy-based inference in tasks related to the KG lifecycle.

📄 PDF Abstract BibTeX arXiv:2306.16296

Code (1)

orange-opensource/analogical-pruning 공식 구현 pytorch

Tasks

graph constructionTransfer Learning

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Multi-modal Knowledge Graph Generation with Semantics-enriched Prompts

2025-04-18 · Yajing Xu, Zhiqiang Liu, Jiaoyan Chen, Mingchen Tu 외

Multi-modal Knowledge Graphs (MMKGs) have been widely applied across various domains for knowledge representation. However, the existing MMKGs are significantly fewer than required, and their construction faces numerous …

Graph GenerationKnowledge GraphsMulti-modal Knowledge Graph

PACE: Pattern Accurate Computationally Efficient Bootstrapping for Timely Discovery of Cyber-Security Concepts

2013-08-21 · Nikki McNeil, Robert A. Bridges, Michael D. Iannacone, Bogdan Czejdo 외

Public disclosure of important security information, such as knowledge of vulnerabilities or exploits, often occurs in blogs, tweets, mailing lists, and other online sources months before proper classification into struc…

Entity Extraction using GANGeneral Classification

EchoEA: Echo Information between Entities and Relations for Entity Alignment

2021-07-07 · Xueyuan Lin, Haihong E, wenyu song, Haoran Luo

Entity alignment (EA) plays an important role in automatically integrating knowledge graphs (KGs) from multiple sources. Recent approaches based on Graph Neural Network (GNN) obtain entity representation from relation in…

AttributeEntity AlignmentGraph EmbeddingGraph Neural Network+2

Slot Filling for Extracting Reskilling and Upskilling Options from the Web

2022-07-11 · Albert Weichselbraun, Roger Waldvogel, Andreas Fraefel, Alexander van Schie 외

Disturbances in the job market such as advances in science and technology, crisis and increased competition have triggered a surge in reskilling and upskilling programs. Information on suitable continuing education optio…

BenchmarkingEntity Linkingslot-fillingSlot Filling

SetExpan: Corpus-Based Set Expansion via Context Feature Selection and Rank Ensemble

2019-10-17 · Jiaming Shen, Zeqiu Wu, Dongming Lei, Jingbo Shang 외

Corpus-based set expansion (i.e., finding the "complete" set of entities belonging to the same semantic class, based on a given corpus and a tiny set of seeds) is a critical task in knowledge discovery. It may facilitate…

feature selectionQuestion Answering