paper-with-me

Papers

A Neural-Symbolic Approach to Natural Language Understanding

2022-03-20 · Zhixuan Liu, ZiHao Wang, Yuan Lin, Hang Li

Deep neural networks, empowered by pre-trained language models, have achieved remarkable results in natural language understanding (NLU) tasks. However, their performances can drastically deteriorate when logical reasoning is needed. This is because NLU in principle depends on not only analogical reasoning, which deep neural networks are good at, but also logical reasoning. According to the dual-process theory, analogical reasoning and logical reasoning are respectively carried out by System 1 and System 2 in the human brain. Inspired by the theory, we present a novel framework for NLU called Neural-Symbolic Processor (NSP), which performs analogical reasoning based on neural processing and logical reasoning based on both neural and symbolic processing. As a case study, we conduct experiments on two NLU tasks, question answering (QA) and natural language inference (NLI), when numerical reasoning (a type of logical reasoning) is necessary. The experimental results show that our method significantly outperforms state-of-the-art methods in both tasks.

📄 PDF Abstract BibTeX arXiv:2203.10557

Code (2)

chadlzx/nsp_qa 공식 구현 pytorch
zihao-wang/number-nli 공식 구현 pytorch

Tasks

Logical ReasoningNatural Language InferenceNatural Language UnderstandingQuestion Answering

Similar Papers 제목 키워드 기반

Natural Language Embedded Programs for Hybrid Language Symbolic Reasoning

2023-09-19 · Tianhua Zhang, Jiaxin Ge, Hongyin Luo, Yung-Sung Chuang 외

How can we perform computations over natural language representations to solve tasks that require symbolic and numeric reasoning? We propose natural language embedded programs (NLEP) as a unifying framework for addressin…

Instruction FollowingLanguage ModelingLanguage ModellingMath+4

Understanding Syllogistic Reasoning in LLMs from Formal and Natural Language Perspectives

2025-12-14 · Aheli Poddar, Saptarshi Sahoo, Sujata Ghosh arxiv

We study syllogistic reasoning in LLMs from the logical and natural language perspectives. In process, we explore fundamental reasoning capabilities of the LLMs and the direction this research is moving forward. To aid i…

Natural Language Understanding

Integrating Symbolic Natural Language Understanding and Language Models for Word Sense Disambiguation

2025-11-20 · Kexin Zhao, Ken Forbus arxiv

Word sense disambiguation is a fundamental challenge in natural language understanding. Current methods are primarily aimed at coarse-grained representations (e.g. WordNet synsets or FrameNet frames) and require hand-ann…

Natural Language UnderstandingWord Sense Disambiguation

Neurosymbolic Language Reasoning as Satisfiability Modulo Theory

2026-02-20 · Hyunseok Oh, Sam Stern, Youngki Lee, Matthai Philipose arxiv

Natural language understanding requires interleaving textual and logical reasoning, yet large language models often fail to perform such reasoning reliably. Existing neurosymbolic systems combine LLMs with solvers but re…

Natural Language UnderstandingLogical ReasoningProgram Synthesis

SenticNet 7: A Commonsense-based Neurosymbolic AI Framework for Explainable Sentiment Analysis

2022-06-01 · LREC 2022 6 · Erik Cambria, Qian Liu, Sergio Decherchi, Frank Xing 외

In recent years, AI research has demonstrated enormous potential for the benefit of humanity and society. While often better than its human counterparts in classification and pattern recognition tasks, however, AI still …

Natural Language UnderstandingSentiment Analysis