paper-with-me

홈 › Papers

Learning Permutation-Invariant Embeddings for Description Logic Concepts

2023-03-03 · Caglar Demir, Axel-Cyrille Ngonga Ngomo

Concept learning deals with learning description logic concepts from a background knowledge and input examples. The goal is to learn a concept that covers all positive examples, while not covering any negative examples. This non-trivial task is often formulated as a search problem within an infinite quasi-ordered concept space. Although state-of-the-art models have been successfully applied to tackle this problem, their large-scale applications have been severely hindered due to their excessive exploration incurring impractical runtimes. Here, we propose a remedy for this limitation. We reformulate the learning problem as a multi-label classification problem and propose a neural embedding model (NERO) that learns permutation-invariant embeddings for sets of examples tailored towards predicting $F_1$ scores of pre-selected description logic concepts. By ranking such concepts in descending order of predicted scores, a possible goal concept can be detected within few retrieval operations, i.e., no excessive exploration. Importantly, top-ranked concepts can be used to start the search procedure of state-of-the-art symbolic models in multiple advantageous regions of a concept space, rather than starting it in the most general concept $\top$. Our experiments on 5 benchmark datasets with 770 learning problems firmly suggest that NERO significantly (p-value <1%) outperforms the state-of-the-art models in terms of $F_1$ score, the number of explored concepts, and the total runtime. We provide an open-source implementation of our approach.

📄 PDF Abstract BibTeX arXiv:2303.01844

Code (1)

dice-group/nero 공식 구현 pytorch

Tasks

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATIONRetrieval

Similar Papers 제목 키워드 기반

Description Logic EL++ Embeddings with Intersectional Closure

2022-02-28 · Xi Peng, Zhenwei Tang, Maxat Kulmanov, Kexin Niu 외

Many ontologies, in particular in the biomedical domain, are based on the Description Logic EL++. Several efforts have been made to interpret and exploit EL++ ontologies by distributed representation learning. Specifical…

Representation Learning

Graph Embedding VAE: A Permutation Invariant Model of Graph Structure

2019-10-17 · Tony Duan, Juho Lee

Generative models of graph structure have applications in biology and social sciences. The state of the art is GraphRNN, which decomposes the graph generation process into a series of sequential steps. While effective fo…

Graph EmbeddingGraph Generation

Vector Embeddings with Subvector Permutation Invariance using a Triplet Enhanced Autoencoder

2020-11-18 · Mark Alan Matties

The use of deep neural network (DNN) autoencoders (AEs) has recently exploded due to their wide applicability. However, the embedding representation produced by a standard DNN AE that is trained to minimize only the reco…

ClusteringTriplet

Quantitative Bounds for Sorting-Based Permutation-Invariant Embeddings

2025-10-25 · Nadav Dym, Matthias Wellershoff, Efstratios Tsoukanis, Daniel Levy 외 arxiv

We study permutation-invariant embeddings of $d$-dimensional point sets, which are defined by sorting $D$ independent one-dimensional projections of the input. Such embeddings arise in graph deep learning where outputs s…

SetRank: Learning a Permutation-Invariant Ranking Model for Information Retrieval

2019-12-12 · Liang Pang, Jun Xu, Qingyao Ai, Yanyan Lan 외

In learning-to-rank for information retrieval, a ranking model is automatically learned from the data and then utilized to rank the sets of retrieved documents. Therefore, an ideal ranking model would be a mapping from a…

Information RetrievalLearning-To-RankRetrieval