paper-with-me

Papers

Rule By Example: Harnessing Logical Rules for Explainable Hate Speech Detection

2023-07-24 · Christopher Clarke, Matthew Hall, Gaurav Mittal, Ye Yu, Sandra Sajeev, Jason Mars, Mei Chen

Classic approaches to content moderation typically apply a rule-based heuristic approach to flag content. While rules are easily customizable and intuitive for humans to interpret, they are inherently fragile and lack the flexibility or robustness needed to moderate the vast amount of undesirable content found online today. Recent advances in deep learning have demonstrated the promise of using highly effective deep neural models to overcome these challenges. However, despite the improved performance, these data-driven models lack transparency and explainability, often leading to mistrust from everyday users and a lack of adoption by many platforms. In this paper, we present Rule By Example (RBE): a novel exemplar-based contrastive learning approach for learning from logical rules for the task of textual content moderation. RBE is capable of providing rule-grounded predictions, allowing for more explainable and customizable predictions compared to typical deep learning-based approaches. We demonstrate that our approach is capable of learning rich rule embedding representations using only a few data examples. Experimental results on 3 popular hate speech classification datasets show that RBE is able to outperform state-of-the-art deep learning classifiers as well as the use of rules in both supervised and unsupervised settings while providing explainable model predictions via rule-grounding.

📄 PDF Abstract BibTeX arXiv:2307.12935

Code (1)

chrisisking/rule-by-example 공식 구현

Tasks

Contrastive LearningDeep LearningHate Speech Detection

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Teaching Qubits to Sing: Mission Impossible?

2022-07-17 · Eduardo Reck Miranda, Brian N. Siegelwax

This paper introduces a system that learns to sing new tunes by listening to examples. It extracts sequencing rules from input music and uses these rules to generate new tunes, which are sung by a vocal synthesiser. We d…

AE SemRL: Learning Semantic Association Rules with Autoencoders

2024-03-26 · Erkan Karabulut, Victoria Degeler, Paul Groth

Association Rule Mining (ARM) is the task of learning associations among data features in the form of logical rules. Mining association rules from high-dimensional numerical data, for example, time series data from a lar…

Time Series

Distilling Task-specific Logical Rules from Large Pre-trained Models

2022-10-06 · Tao Chen, Luxin Liu, Xuepeng Jia, Baoliang Cui 외

Logical rules, both transferable and explainable, are widely used as weakly supervised signals for many downstream tasks such as named entity tagging. To reduce the human effort of writing rules, previous researchers ado…

CHAIRO: Contextual Hierarchical Analogical Induction and Reasoning Optimization for LLMs

2026-04-12 · Haotian Lu, Yuchen Mou, Bingzhe Wu arxiv

Content moderation in online platforms faces persistent challenges due to the evolving complexity of user-generated content and the limitations of traditional rule-based and machine learning approaches. While recent adva…

LR-XFL: Logical Reasoning-based Explainable Federated Learning

2023-08-24 · Yanci Zhang, Han Yu

Federated learning (FL) is an emerging approach for training machine learning models collaboratively while preserving data privacy. The need for privacy protection makes it difficult for FL models to achieve global trans…

Federated LearningLogical Reasoning