paper-with-me

Papers

Ruleformer: Context-aware Rule Mining over Knowledge Graph

2022-10-01 · COLING 2022 10 · Zezhong Xu, Peng Ye, Hui Chen, Meng Zhao, Huajun Chen, Wen Zhang

Rule mining is an effective approach for reasoning over knowledge graph (KG). Existing works mainly concentrate on mining rules. However, there might be several rules that could be applied for reasoning for one relation, and how to select appropriate rules for completion of different triples has not been discussed. In this paper, we propose to take the context information into consideration, which helps select suitable rules for the inference tasks. Based on this idea, we propose a transformer-based rule mining approach, Ruleformer. It consists of two blocks: 1) an encoder extracting the context information from subgraph of head entities with modified attention mechanism, and 2) a decoder which aggregates the subgraph information from the encoder output and generates the probability of relations for each step of reasoning. The basic idea behind Ruleformer is regarding rule mining process as a sequence to sequence task. To make the subgraph a sequence input to the encoder and retain the graph structure, we devise a relational attention mechanism in Transformer. The experiment results show the necessity of considering these information in rule mining task and the effectiveness of our model.

📄 PDF Abstract BibTeX

Code (1)

zjukg/ruleformer 공식 구현 pytorch

Tasks

Decoder

Similar Papers 제목 키워드 기반

Research Issues in Mining User Behavioral Rules for Context-Aware Intelligent Mobile Applications

2018-10-30 · Iqbal H. Sarker

Context-awareness in smart mobile applications is a growing area of study, because of it's intelligence in the applications. In order to build context-aware intelligent applications, mining contextual behavioral rules of…

Management

Context-Aware Rule Mining Using a Dynamic Transformer-Based Framework

2025-03-14 · Jie Liu, Yiwei Zhang, Yuan Sheng, Yujia Lou 외

This study proposes a dynamic rule data mining algorithm based on an improved Transformer architecture, aiming to improve the accuracy and efficiency of rule mining in a dynamic data environment. With the increase in dat…

Computational Efficiency

An End-to-End Approach for Online Decision Mining and Decision Drift Analysis in Process-Aware Information Systems: Extended Version

2023-03-07 · Beate Scheibel, Stefanie Rinderle-Ma

Decision mining enables the discovery of decision rules from event logs or streams, and constitutes an important part of in-depth analysis and optimisation of business processes. So far, decision mining has been merely a…

Tabular Foundation Models Can Learn Association Rules

2026-02-16 · Erkan Karabulut, Daniel Daza, Paul Groth, Martijn C. Schut 외 arxiv

Association Rule Mining (ARM) is a fundamental task for knowledge discovery in tabular data and is widely used in high-stakes decision-making. Classical ARM methods rely on frequent itemset mining, leading to rule explos…

Measuring Rule-based LTLf Process Specifications: A Probabilistic Data-driven Approach

2023-05-09 · Alessio Cecconi, Luca Barbaro, Claudio Di Ciccio, Arik Senderovich

Declarative process specifications define the behavior of processes by means of rules based on Linear Temporal Logic on Finite Traces (LTLf). In a mining context, these specifications are inferred from, and checked on, m…

Drift Detection