paper-with-me

홈 › Papers

An Interpretable Neuro-Symbolic Reasoning Framework for Task-Oriented Dialogue Generation

2022-03-11 · ACL 2022 5 · Shiquan Yang, Rui Zhang, Sarah Erfani, Jey Han Lau

We study the interpretability issue of task-oriented dialogue systems in this paper. Previously, most neural-based task-oriented dialogue systems employ an implicit reasoning strategy that makes the model predictions uninterpretable to humans. To obtain a transparent reasoning process, we introduce neuro-symbolic to perform explicit reasoning that justifies model decisions by reasoning chains. Since deriving reasoning chains requires multi-hop reasoning for task-oriented dialogues, existing neuro-symbolic approaches would induce error propagation due to the one-phase design. To overcome this, we propose a two-phase approach that consists of a hypothesis generator and a reasoner. We first obtain multiple hypotheses, i.e., potential operations to perform the desired task, through the hypothesis generator. Each hypothesis is then verified by the reasoner, and the valid one is selected to conduct the final prediction. The whole system is trained by exploiting raw textual dialogues without using any reasoning chain annotations. Experimental studies on two public benchmark datasets demonstrate that the proposed approach not only achieves better results, but also introduces an interpretable decision process.

📄 PDF Abstract BibTeX arXiv:2203.05843

Code (1)

shiquanyang/ns-dial 공식 구현 pytorch

Tasks

Dialogue GenerationTask-Oriented Dialogue Systemsvalid

Similar Papers 제목 키워드 기반

LTLZinc: a Benchmarking Framework for Continual Learning and Neuro-Symbolic Temporal Reasoning

2025-07-23 · Luca Salvatore Lorello, Nikolaos Manginas, Marco Lippi, Stefano Melacci arxiv

Neuro-symbolic artificial intelligence aims to combine neural architectures with symbolic approaches that can represent knowledge in a human-interpretable formalism. Continual learning concerns with agents that expand th…

Image ClassificationContinual Learning

Composing Neural Learning and Symbolic Reasoning with an Application to Visual Discrimination

2019-07-12 · Adithya Murali, Atharva Sehgal, Paul Krogmeier, P. Madhusudan

We consider the problem of combining machine learning models to perform higher-level cognitive tasks with clear specifications. We propose the novel problem of Visual Discrimination Puzzles (VDP) that requires finding in…

Few-Shot Learning

NeuroSymbolic AI for Legal AI-TRISM: Trustworthy, Reliable, Interpretable, Safe Models

2026-04-05 · Deepa Tilwani, Yash Saxena, Ankur Padia, Srinivasan Parthasarathy 외 arxiv

Large Language Models (LLMs) have transformed natural language processing, but their lack of interpretable reasoning and tendency to hallucinate pose significant challenges for legal applications. While LLMs show promise…

NeuroSymAD: A Neuro-Symbolic Framework for Interpretable Alzheimer's Disease Diagnosis

2025-03-01 · Yexiao He, Ziyao Wang, Yuning Zhang, Tingting Dan 외

Alzheimer's disease (AD) diagnosis is complex, requiring the integration of imaging and clinical data for accurate assessment. While deep learning has shown promise in brain MRI analysis, it often functions as a black bo…

DiagnosticLanguage ModelingLanguage ModellingLarge Language Model

A Comparative Study of Neurosymbolic AI Approaches to Interpretable Logical Reasoning

2025-08-05 · Michael K. Chen arxiv

General logical reasoning, defined as the ability to reason deductively on domain-agnostic tasks, continues to be a challenge for large language models (LLMs). Current LLMs fail to reason deterministically and are not in…

Logical Reasoning