paper-with-me

Papers

RRULES: An improvement of the RULES rule-based classifier

2021-06-14 · Rafel Palliser-Sans

RRULES is presented as an improvement and optimization over RULES, a simple inductive learning algorithm for extracting IF-THEN rules from a set of training examples. RRULES optimizes the algorithm by implementing a more effective mechanism to detect irrelevant rules, at the same time that checks the stopping conditions more often. This results in a more compact rule set containing more general rules which prevent overfitting the training set and obtain a higher test accuracy. Moreover, the results show that RRULES outperforms the original algorithm by reducing the coverage rate up to a factor of 7 while running twice or three times faster consistently over several datasets.

📄 PDF Abstract BibTeX arXiv:2106.07296

Code (1)

rafelps/RRULES-rule-based-classifier 공식 구현

Tasks

Inductive Learning

Similar Papers 제목 키워드 기반

Guardrails Beat Guidance: A Large-Scale Study of Rules, Skills, and Persistent Configuration for Coding Agents

2026-04-13 · Xing Zhang, Guanghui Wang, Yanwei Cui, Wei Qiu 외 arxiv

Random rules improve a coding agent's task performance as much as expert-curated ones (both $+13.8$pp on a discriminative subset of SWE-bench Verified), and in our data every individually beneficial rule is a negative co…

Computer-Assisted Creation of Boolean Search Rules for Text Classification in the Legal Domain

2021-12-10 · Hannes Westermann, Jaromir Savelka, Vern R. Walker, Kevin D. Ashley 외

In this paper, we present a method of building strong, explainable classifiers in the form of Boolean search rules. We developed an interactive environment called CASE (Computer Assisted Semantic Exploration) which explo…

BIG-bench Machine Learningtext-classificationText Classification

Failure to Mix: Large language models struggle to answer according to desired probability distributions

2025-11-18 · Ivy Yuqian Yang, David Yu Zhang arxiv

Scientific idea generation and selection requires exploration following a target probability distribution. In contrast, current AI benchmarks have objectively correct answers, and training large language models (LLMs) vi…

Reinforcement Learning

Can Diffusion Models Learn Hidden Inter-Feature Rules Behind Images?

2025-02-07 · Yujin Han, Andi Han, Wei Huang, Chaochao Lu 외

Despite the remarkable success of diffusion models (DMs) in data generation, they exhibit specific failure cases with unsatisfactory outputs. We focus on one such limitation: the ability of DMs to learn hidden rules betw…

Denoising

RuleExplorer: A Scalable Matrix Visualization for Understanding Tree Ensemble Classifiers

2024-09-05 · Zhen Li, Weikai Yang, Jun Yuan, Jing Wu 외

The high performance of tree ensemble classifiers benefits from a large set of rules, which, in turn, makes the models hard to understand. To improve interpretability, existing methods extract a subset of rules for appro…