paper-with-me

Papers

Logical Reasoning over Natural Language as Knowledge Representation: A Survey

2023-03-21 · Zonglin Yang, Xinya Du, Rui Mao, Jinjie Ni, Erik Cambria

Logical reasoning is central to human cognition and intelligence. It includes deductive, inductive, and abductive reasoning. Past research of logical reasoning within AI uses formal language as knowledge representation and symbolic reasoners. However, reasoning with formal language has proved challenging (e.g., brittleness and knowledge-acquisition bottleneck). This paper provides a comprehensive overview on a new paradigm of logical reasoning, which uses natural language as knowledge representation and pretrained language models as reasoners, including philosophical definition and categorization of logical reasoning, advantages of the new paradigm, benchmarks and methods, challenges of the new paradigm, possible future directions, and relation to related NLP fields. This new paradigm is promising since it not only alleviates many challenges of formal representation but also has advantages over end-to-end neural methods. This survey focus on transformer-based LLMs explicitly working on deductive, inductive, and abductive reasoning over English representation.

📄 PDF Abstract BibTeX arXiv:2303.12023

Code (1)

zongliny/lrnl-bench 공식 구현

Tasks

Logical ReasoningSurvey

Similar Papers 제목 키워드 기반

CLR-Fact: Evaluating the Complex Logical Reasoning Capability of Large Language Models over Factual Knowledge

2024-07-30 · Tianshi Zheng, Jiaxin Bai, Yicheng Wang, Tianqing Fang 외

While large language models (LLMs) have demonstrated impressive capabilities across various natural language processing tasks by acquiring rich factual knowledge from their broad training data, their ability to synthesiz…

In-Context LearningKnowledge GraphsLogical ReasoningWorld Knowledge

Logical Structure as Knowledge: Enhancing LLM Reasoning via Structured Logical Knowledge Density Estimation

2025-09-29 · Zhen Bi, Zhenlin Hu, Xueshu Chen, Mingyang Chen 외 arxiv

The reasoning capabilities of Large Language Models (LLMs) are increasingly attributed to training data quality rather than mere parameter scaling. However, existing data-centric paradigms often equate quality with factu…

Reinforcement LearningDensity Estimation

Declarative Question Answering over Knowledge Bases containing Natural Language Text with Answer Set Programming

2019-05-01 · Arindam Mitra, Peter Clark, Oyvind Tafjord, Chitta Baral

While in recent years machine learning (ML) based approaches have been the popular approach in developing end-to-end question answering systems, such systems often struggle when additional knowledge is needed to correctl…

Logical ReasoningNatural Language InferenceQuestion Answering

CausalR: Causal Reasoning over Natural Language Rulebases

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Transformers have been shown to perform deductive reasoning on a logical rulebase containing rules and statements written in natural language. Recent works show that such models can also produce the reasoning steps (i.e.…

Fact SelectionLogical Reasoning

Towards LogiGLUE: A Brief Survey and A Benchmark for Analyzing Logical Reasoning Capabilities of Language Models

2023-10-02 · Man Luo, Shrinidhi Kumbhar, Ming Shen, Mihir Parmar 외

Logical reasoning is fundamental for humans yet presents a substantial challenge in the domain of Artificial Intelligence. Initially, researchers used Knowledge Representation and Reasoning (KR) systems that did not scal…

Knowledge DistillationLanguage ModellingLogical Reasoning