TL;DR
This paper introduces GIM-RL, a reinforcement learning framework that enables the training of a single agent to extract various types of itemsets from datasets, reducing the need for developing new algorithms for each type.
Contribution
The paper presents a unified reinforcement learning approach for itemset mining that can adapt to different target itemset types through reward design, demonstrating transferability and effectiveness.
Findings
Effective in mining high utility itemsets, frequent itemsets, and association rules.
Shows potential for agent transfer across different itemset types.
Provides a flexible, learning-based alternative to traditional algorithms.
Abstract
One of the biggest problems in itemset mining is the requirement of developing a data structure or algorithm, every time a user wants to extract a different type of itemsets. To overcome this, we propose a method, called Generic Itemset Mining based on Reinforcement Learning (GIM-RL), that offers a unified framework to train an agent for extracting any type of itemsets. In GIM-RL, the environment formulates iterative steps of extracting a target type of itemsets from a dataset. At each step, an agent performs an action to add or remove an item to or from the current itemset, and then obtains from the environment a reward that represents how relevant the itemset resulting from the action is to the target type. Through numerous trial-and-error steps where various rewards are obtained by diverse actions, the agent is trained to maximise cumulative rewards so that it acquires the optimal…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
