paper-with-me

Papers

Differentiable Logic Programming for Distant Supervision

2024-08-22 · Akihiro Takemura, Katsumi Inoue

We introduce a new method for integrating neural networks with logic programming in Neural-Symbolic AI (NeSy), aimed at learning with distant supervision, in which direct labels are unavailable. Unlike prior methods, our approach does not depend on symbolic solvers for reasoning about missing labels. Instead, it evaluates logical implications and constraints in a differentiable manner by embedding both neural network outputs and logic programs into matrices. This method facilitates more efficient learning under distant supervision. We evaluated our approach against existing methods while maintaining a constant volume of training data. The findings indicate that our method not only matches or exceeds the accuracy of other methods across various tasks but also speeds up the learning process. These results highlight the potential of our approach to enhance both accuracy and learning efficiency in NeSy applications.

📄 PDF Abstract BibTeX arXiv:2408.12591

Code (0)

등록된 구현이 없습니다.

Tasks

Missing Labels

Similar Papers 제목 키워드 기반

ANDRE: An Attention-based Neuro-symbolic Differentiable Rule Extractor for Inductive Logic Programming

2026-05-05 · Iman Sharifi, Peng Wei, Saber Fallah arxiv

Inductive Logic Programming (ILP) aims to learn interpretable first-order rules from data, but existing symbolic and neuro-symbolic approaches struggle to scale to noisy and probabilistic settings. Classical ILP relies o…

Inductive logic programming

Learning Rules with Stratified Negation in Differentiable ILP.

2021-10-08 · NeurIPS Workshop AIPLANS 2021 12 · Giri P Krishnan, Frederick Maier, Ramyaa Ramyaa

Differentiable methods to learn rules (logic programs) have the potential to integrate the interpretability, transferability and low data requirements of inductive logic programming with the noise tolerance of non-symbol…

Inductive logic programmingNegation

Attention-Based LSTM for Psychological Stress Detection from Spoken Language Using Distant Supervision

2018-05-31 · Genta Indra Winata, Onno Pepijn Kampman, Pascale Fung

We propose a Long Short-Term Memory (LSTM) with attention mechanism to classify psychological stress from self-conducted interview transcriptions. We apply distant supervision by automatically labeling tweets based on th…

D3TW: Discriminative Differentiable Dynamic Time Warping for Weakly Supervised Action Alignment and Segmentation

2019-01-09 · CVPR 2019 6 · Chien-Yi Chang, De-An Huang, Yanan Sui, Li Fei-Fei 외

We address weakly supervised action alignment and segmentation in videos, where only the order of occurring actions is available during training. We propose Discriminative Differentiable Dynamic Time Warping (D3TW), the …

Dynamic Time WarpingSegmentationWeakly Supervised Action Segmentation (Transcript)

Differentiable Rule Induction from Raw Sequence Inputs

2026-02-14 · Kun Gao, Katsumi Inoue, Yongzhi Cao, Hanpin Wang 외 arxiv

Rule learning-based models are widely used in highly interpretable scenarios due to their transparent structures. Inductive logic programming (ILP), a form of machine learning, induces rules from facts while maintaining …

Inductive logic programming