paper-with-me

Papers

Exploring the Trie of Rules: a fast data structure for the representation of association rules

2023-10-26 · Mikhail Kudriavtsev, Marija Bezbradica, Andrew McCarren

Association rule mining techniques can generate a large volume of sequential data when implemented on transactional databases. Extracting insights from a large set of association rules has been found to be a challenging process. When examining a ruleset, the fundamental question is how to summarise and represent meaningful mined knowledge efficiently. Many algorithms and strategies have been developed to address issue of knowledge extraction; however, the effectiveness of this process can be limited by the data structures. A better data structure can sufficiently affect the speed of the knowledge extraction process. This paper proposes a novel data structure, called the Trie of rules, for storing a ruleset that is generated by association rule mining. The resulting data structure is a prefix-tree graph structure made of pre-mined rules. This graph stores the rules as paths within the prefix-tree in a way that similar rules overlay each other. Each node in the tree represents a rule where a consequent is this node, and an antecedent is a path from this node to the root of the tree. The evaluation showed that the proposed representation technique is promising. It compresses a ruleset with almost no data loss and benefits in terms of time for basic operations such as searching for a specific rule and sorting, which is the base for many knowledge discovery methods. Moreover, our method demonstrated a significant improvement in traversing time, achieving an 8-fold increase compared to traditional data structures.

📄 PDF Abstract BibTeX arXiv:2310.17355

Code (1)

arm-interpretation/trie-of-rules 공식 구현

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
BASE 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Redistribution with Needs

2024-02-05 · Ricardo Martinez, Juan D. Moreno-Ternero

We take an axiomatic approach to study redistribution problems when agents report income and needs. We formalize axioms reflecting ethical and operational principles such as additivity, impartiality and individual ration…

Exploring Inspiration Sets in a Data Programming Pipeline for Product Moderation

2021-08-01 · ACL (ECNLP) 2021 8 · Justine Winkler, Simon Brugman, Bas van Berkel, Martha Larson

We carry out a case study on the use of data programming to create data to train classifiers used for product moderation on a large e-commerce platform. Data programming is a recently-introduced technique that uses human…

A Topological View of Rule Learning in Knowledge Graphs

2021-09-29 · Zuoyu Yan, Tengfei Ma, Liangcai Gao, Zhi Tang 외

Inductive relation prediction is an important learning task for knowledge graph completion. One can use the existence of rules, namely a sequence of relations, to predict the relation between two entities. Previous works…

Inductive Relation PredictionKnowledge Graph CompletionKnowledge GraphsRelation+1

Fast Lifted MAP Inference via Partitioning

2015-12-01 · NeurIPS 2015 12 · Somdeb Sarkhel, Parag Singla, Vibhav G. Gogate

Recently, there has been growing interest in lifting MAP inference algorithms for Markov logic networks (MLNs). A key advantage of these lifted algorithms is that they have much smaller computational complexity than prop…

An Open, Extendible, and Fast Turkish Morphological Analyzer

2019-09-01 · RANLP 2019 9 · Olcay Taner Y{\i}ld{\i}z, Beg{\"u}m Avar, G{\"o}khan Ercan

In this paper, we present a two-level morphological analyzer for Turkish. The morphological analyzer consists of five main components: finite state transducer, rule engine for suffixation, lexicon, trie data structure, a…

Morphological Analysis