paper-with-me

홈 › Papers

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, Karim Benyekhlef

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 exploits word co-occurrence to guide human annotators in selection of relevant search terms. The system seamlessly facilitates iterative evaluation and improvement of the classification rules. The process enables the human annotators to leverage the benefits of statistical information while incorporating their expert intuition into the creation of such rules. We evaluate classifiers created with our CASE system on 4 datasets, and compare the results to machine learning methods, including SKOPE rules, Random forest, Support Vector Machine, and fastText classifiers. The results drive the discussion on trade-offs between superior compactness, simplicity, and intuitiveness of the Boolean search rules versus the better performance of state-of-the-art machine learning models for text classification.

📄 PDF Abstract BibTeX arXiv:2112.05807

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learningtext-classificationText Classification

Methods 이 논문이 사용한 방법론

fastText fastText embeddings exploit subword information to construct word embeddings. Representations are learnt of character $n$-grams, and words represented as the sum of the…

Similar Papers 제목 키워드 기반

BoolXLLM: LLM-Assisted Explainability for Boolean Models

2026-05-12 · Du Cheng, Serdar Kadioglu, Xin Wang arxiv

Interpretable machine learning aims to provide transparent models whose decision-making processes can be readily understood by humans. Recent advances in rule-based approaches, such as expressive Boolean formulas (BoolXA…

Interpretable Machine Learning

On the inherent competition between valid and spurious inductive inferences in Boolean data

2018-01-06 · M. Andrecut

Inductive inference is the process of extracting general rules from specific observations. This problem also arises in the analysis of biological networks, such as genetic regulatory networks, where the interactions are …

valid

An AlphaZero-Inspired Approach to Solving Search Problems

2022-07-02 · Evgeny Dantsin, Vladik Kreinovich, Alexander Wolpert

AlphaZero and its extension MuZero are computer programs that use machine-learning techniques to play at a superhuman level in chess, go, and a few other games. They achieved this level of play solely with reinforcement …

Efficient Solution of Boolean Satisfiability Problems with Digital MemComputing

2020-11-12 · S. R. B. Bearden, Y. R. Pei, M. Di Ventra

Boolean satisfiability is a propositional logic problem of interest in multiple fields, e.g., physics, mathematics, and computer science. Beyond a field of research, instances of the SAT problem, as it is known, require …

Numerical Integration

Boolean Decision Rules for Reinforcement Learning Policy Summarisation

2022-07-18 · James McCarthy, Rahul Nair, Elizabeth Daly, Radu Marinescu 외

Explainability of Reinforcement Learning (RL) policies remains a challenging research problem, particularly when considering RL in a safety context. Understanding the decisions and intentions of an RL policy offer avenue…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)