paper-with-me

Papers

Weakly Supervised Neuro-Symbolic Module Networks for Numerical Reasoning

2021-01-28 · Amrita Saha, Shafiq Joty, Steven C. H. Hoi

Neural Module Networks (NMNs) have been quite successful in incorporating explicit reasoning as learnable modules in various question answering tasks, including the most generic form of numerical reasoning over text in Machine Reading Comprehension (MRC). However, to achieve this, contemporary NMNs need strong supervision in executing the query as a specialized program over reasoning modules and fail to generalize to more open-ended settings without such supervision. Hence we propose Weakly-Supervised Neuro-Symbolic Module Network (WNSMN) trained with answers as the sole supervision for numerical reasoning based MRC. It learns to execute a noisy heuristic program obtained from the dependency parsing of the query, as discrete actions over both neural and symbolic reasoning modules and trains it end-to-end in a reinforcement learning framework with discrete reward from answer matching. On the numerical-answer subset of DROP, WNSMN out-performs NMN by 32% and the reasoning-free language model GenBERT by 8% in exact match accuracy when trained under comparable weak supervised settings. This showcases the effectiveness and generalizability of modular networks that can handle explicit discrete reasoning over noisy programs in an end-to-end manner.

📄 PDF Abstract BibTeX arXiv:2101.11802

Code (0)

등록된 구현이 없습니다.

Tasks

Dependency ParsingLanguage ModelingLanguage ModellingMachine Reading ComprehensionQuestion AnsweringReading Comprehension

Similar Papers 제목 키워드 기반

Weakly Supervised Reasoning by Neuro-Symbolic Approaches

2023-09-19 · Xianggen Liu, Zhengdong Lu, Lili Mou

Deep learning has largely improved the performance of various natural language processing (NLP) tasks. However, most deep learning models are black-box machinery, and lack explicit interpretation. In this chapter, we wil…

Deep Learning

Image Manipulation via Multi-Hop Instructions -- A New Dataset and Weakly-Supervised Neuro-Symbolic Approach

2023-05-23 · Harman Singh, Poorva Garg, Mohit Gupta, Kevin Shah 외

We are interested in image manipulation via natural language text -- a task that is useful for multiple AI applications but requires complex reasoning over multi-modal spaces. We extend recently proposed Neuro Symbolic C…

Image ManipulationQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Improving Rule-based Reasoning in LLMs via Neurosymbolic Representations

2025-01-31 · Varun Dhanraj, Chris Eliasmith

Large language models (LLMs) continue to face challenges in reliably solving reasoning tasks, particularly tasks that involve precise rule following, as often found in mathematical reasoning tasks. This paper introduces …

Mathematical Reasoning

Enhancing Multi-Domain Automatic Short Answer Grading through an Explainable Neuro-Symbolic Pipeline

2024-03-04 · Felix Künnecke, Anna Filighera, Colin Leong, Tim Steuer

Grading short answer questions automatically with interpretable reasoning behind the grading decision is a challenging goal for current transformer approaches. Justification cue detection, in combination with logical rea…

automatic short answer grading

On Improving Neurosymbolic Learning by Exploiting the Representation Space

2026-02-08 · Aaditya Naik, Efthymia Tsamoura, Shibo Jin, Mayur Naik 외 arxiv

We study the problem of learning neural classifiers in a neurosymbolic setting where the hidden gold labels of input instances must satisfy a logical formula. Learning in this setting proceeds by first computing (a subse…