paper-with-me

Papers

Dynamic MOdularized Reasoning for Compositional Structured Explanation Generation

2023-09-14 · Xiyan Fu, Anette Frank

Despite the success of neural models in solving reasoning tasks, their compositional generalization capabilities remain unclear. In this work, we propose a new setting of the structured explanation generation task to facilitate compositional reasoning research. Previous works found that symbolic methods achieve superior compositionality by using pre-defined inference rules for iterative reasoning. But these approaches rely on brittle symbolic transfers and are restricted to well-defined tasks. Hence, we propose a dynamic modularized reasoning model, MORSE, to improve the compositional generalization of neural models. MORSE factorizes the inference process into a combination of modules, where each module represents a functional unit. Specifically, we adopt modularized self-attention to dynamically select and route inputs to dedicated heads, which specializes them to specific functions. We conduct experiments for increasing lengths and shapes of reasoning trees on two benchmarks to test MORSE's compositional generalization abilities, and find it outperforms competitive baselines. Model ablation and deeper analyses show the effectiveness of dynamic reasoning modules and their generalization abilities.

📄 PDF Abstract BibTeX arXiv:2309.07624

Code (0)

등록된 구현이 없습니다.

Tasks

Explanation Generation

Similar Papers 제목 키워드 기반

Learning from Explanations with Neural Execution Tree

2019-11-04 · ICLR 2020 1 · Ziqi Wang, Yujia Qin, Wenxuan Zhou, Jun Yan 외

While deep neural networks have achieved impressive performance on a range of NLP tasks, these data-hungry models heavily rely on labeled data, which restricts their applications in scenarios where data annotation is exp…

Data AugmentationMulti-hop Question AnsweringQuestion AnsweringRelation Extraction+4

LLM-Guided Monte Carlo Tree Search over Knowledge Graphs: Composing Mechanistic Explanations for Drug-Disease Pairs

2026-05-10 · Rishabh Jakhar, Michel Dumontier, Remzi Celebi arxiv

Extracting multi-step explanations from knowledge graphs poses a combinatorial challenge requiring both heuristic guidance (as candidates proliferate with depth) and credit assignment (as path quality emerges over extend…

Knowledge Graphs

NELLIE: A Neuro-Symbolic Inference Engine for Grounded, Compositional, and Explainable Reasoning

2022-09-16 · Nathaniel Weir, Peter Clark, Benjamin Van Durme

Our goal is a modern approach to answering questions via systematic reasoning where answers are supported by human interpretable proof trees grounded in an NL corpus of authoritative facts. Such a system would help allev…

HallucinationLanguage ModelingLanguage ModellingRetrieval

Multi-Granularity Modularized Network for Abstract Visual Reasoning

2020-07-09 · Xiangru Tang, Haoyuan Wang, Xiang Pan, Jiyang Qi

Abstract visual reasoning connects mental abilities to the physical world, which is a crucial factor in cognitive development. Most toddlers display sensitivity to this skill, but it is not easy for machines. Aimed at it…

Visual GroundingVisual Reasoning

Obtaining Faithful Interpretations from Compositional Neural Networks

2020-05-02 · ACL 2020 6 · Sanjay Subramanian, Ben Bogin, Nitish Gupta, Tomer Wolfson 외

Neural module networks (NMNs) are a popular approach for modeling compositionality: they achieve high accuracy when applied to problems in language and vision, while reflecting the compositional structure of the problem …