paper-with-me

홈 › Papers

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

2022-10-06 · Tao Chen, Luxin Liu, Xuepeng Jia, Baoliang Cui, Haihong Tang, Siliang Tang

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 adopt an iterative approach to automatically learn logical rules from several seed rules. However, obtaining more seed rules can only be accomplished by extra human annotation with heavy costs. Limited by the size and quality of the seed rules, the model performance of previous systems is bounded. In this paper, we develop a novel framework STREAM to distill task-specific logical rules from large pre-trained models. Specifically, we borrow recent prompt-based language models as the knowledge expert to yield initial seed rules, and based on the formed high-quality instance pool that acts as an intermediary role, we keep teaching the expert to fit our task and learning task-specific logical rules. Experiments on three public named entity tagging benchmarks demonstrate the effectiveness of our proposed framework. With several predefined prompt templates, our system has gained significant improvements over previous state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2210.02768

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Deep Distilling: automated code generation using explainable deep learning

2021-11-16 · Paul J. Blazek, Kesavan Venkatesh, Milo M. Lin

Human reasoning can distill principles from observed patterns and generalize them to explain and solve novel problems. The most powerful artificial intelligence systems lack explainability and symbolic reasoning ability,…

Code GenerationCommon Sense ReasoningDeep Learning

Distilling Answer-Set Programming Rules from LLMs for Neurosymbolic Visual Question Answering

2026-06-02 · Thomas Eiter, Nelson Higuera Ruiz, Johannes Oetsch arxiv

Visual Question Answering (VQA) is the task of answering questions about images, requiring the integration of multimodal input and reasoning. Modular approaches that incorporate logic-based representations into the reaso…

Visual Question Answering

Training-Free Test-Time Contrastive Learning for Large Language Models

2026-04-15 · Kaiwen Zheng, Kai Zhou, Jinwu Hu, Te Gu 외 arxiv

Large language models (LLMs) demonstrate strong reasoning capabilities, but their performance often degrades under distribution shift. Existing test-time adaptation (TTA) methods rely on gradient-based updates that requi…

Test-time AdaptationContrastive Learning

ChatRule: Mining Logical Rules with Large Language Models for Knowledge Graph Reasoning

2023-09-04 · Linhao Luo, Jiaxin Ju, Bo Xiong, Yuan-Fang Li 외

Logical rules are essential for uncovering the logical connections between relations, which could improve reasoning performance and provide interpretable results on knowledge graphs (KGs). Although there have been many e…

Knowledge Graphs

Inference-Time Rule Eraser: Fair Recognition via Distilling and Removing Biased Rules

2024-04-07 · Yi Zhang, Dongyuan Lu, Jitao Sang

Machine learning models often make predictions based on biased features such as gender, race, and other social attributes, posing significant fairness risks, especially in societal applications, such as hiring, banking, …

Decision MakingFairness