paper-with-me

Papers

RobustLR: Evaluating Robustness to Logical Perturbation in Deductive Reasoning

2022-05-25 · Soumya Sanyal, Zeyi Liao, Xiang Ren

Transformers have been shown to be able to perform deductive reasoning on a logical rulebase containing rules and statements written in English natural language. While the progress is promising, it is currently unclear if these models indeed perform logical reasoning by understanding the underlying logical semantics in the language. To this end, we propose RobustLR, a suite of evaluation datasets that evaluate the robustness of these models to minimal logical edits in rulebases and some standard logical equivalence conditions. In our experiments with RoBERTa and T5, we find that the models trained in prior works do not perform consistently on the different perturbations in RobustLR, thus showing that the models are not robust to the proposed logical perturbations. Further, we find that the models find it especially hard to learn logical negation and disjunction operators. Overall, using our evaluation sets, we demonstrate some shortcomings of the deductive reasoning-based language models, which can eventually help towards designing better models for logical reasoning over natural language. All the datasets and code base have been made publicly available.

📄 PDF Abstract BibTeX arXiv:2205.12598

Code (1)

ink-usc/robustlr 공식 구현 pytorch

Tasks

Logical ReasoningNegation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
BASE 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Weight Decay 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Investigating the Robustness of Deductive Reasoning with Large Language Models

2025-02-04 · Fabian Hoppe, Filip Ilievski, Jan-Christoph Kalo

Large Language Models (LLMs) have been shown to achieve impressive results for many reasoning-based Natural Language Processing (NLP) tasks, suggesting a degree of deductive reasoning capability. However, it remains uncl…

counterfactual

JustLogic: A Comprehensive Benchmark for Evaluating Deductive Reasoning in Large Language Models

2025-01-24 · Michael K. Chen, Xikun Zhang, DaCheng Tao

Logical reasoning is a critical component of Large Language Models (LLMs), and substantial research efforts in recent years have aimed to enhance their deductive reasoning capabilities. However, existing deductive reason…

Logical Reasoning

FaiRR: Faithful and Robust Deductive Reasoning over Natural Language

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Transformers have been shown to be able 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 …

Fact SelectionLogical Reasoning

FaiRR: Faithful and Robust Deductive Reasoning over Natural Language

2022-03-19 · ACL 2022 5 · Soumya Sanyal, Harman Singh, Xiang Ren

Transformers have been shown to be able 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 …

Fact SelectionLogical Reasoning

Reasoning over RDF Knowledge Bases using Deep Learning

2018-11-09 · Monireh Ebrahimi, Md. Kamruzzaman Sarker, Federico Bianchi, Ning Xie 외

Semantic Web knowledge representation standards, and in particular RDF and OWL, often come endowed with a formal semantics which is considered to be of fundamental importance for the field. Reasoning, i.e., the drawing o…

Deep LearningKnowledge Graphs