paper-with-me

Papers

Chain of Logic: Rule-Based Reasoning with Large Language Models

2024-02-16 · Sergio Servantez, Joe Barrow, Kristian Hammond, Rajiv Jain

Rule-based reasoning, a fundamental type of legal reasoning, enables us to draw conclusions by accurately applying a rule to a set of facts. We explore causal language models as rule-based reasoners, specifically with respect to compositional rules - rules consisting of multiple elements which form a complex logical expression. Reasoning about compositional rules is challenging because it requires multiple reasoning steps, and attending to the logical relationships between elements. We introduce a new prompting method, Chain of Logic, which elicits rule-based reasoning through decomposition (solving elements as independent threads of logic), and recomposition (recombining these sub-answers to resolve the underlying logical expression). This method was inspired by the IRAC (Issue, Rule, Application, Conclusion) framework, a sequential reasoning approach used by lawyers. We evaluate chain of logic across eight rule-based reasoning tasks involving three distinct compositional rules from the LegalBench benchmark and demonstrate it consistently outperforms other prompting methods, including chain of thought and self-ask, using open-source and commercial language models.

📄 PDF Abstract BibTeX arXiv:2402.10400

Code (1)

hazyresearch/legalbench

Tasks

Legal Reasoning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Faithful Logical Reasoning via Symbolic Chain-of-Thought

2024-05-28 · Jundong Xu, Hao Fei, Liangming Pan, Qian Liu 외

While the recent Chain-of-Thought (CoT) technique enhances the reasoning ability of large language models (LLMs) with the theory of mind, it might still struggle in handling logical reasoning that relies much on symbolic…

Logical Reasoning

Deductive Logic in Language Models: Horizontal vs Vertical Reasoning

2025-10-10 · Davide Maltoni, Matteo Ferrara arxiv

Recent language models exhibit significant logical reasoning abilities, yet the mechanisms supporting deductive inference remain poorly understood. This paper studies small transformer-based language models trained from …

Logical ReasoningDecision Making

P-FOLIO: Evaluating and Improving Logical Reasoning with Abundant Human-Written Reasoning Chains

2024-10-11 · Simeng Han, Aaron Yu, Rui Shen, Zhenting Qi 외

Existing methods on understanding the capabilities of LLMs in logical reasoning rely on binary entailment classification or synthetically derived rationales, which are not sufficient for proper investigation of model's c…

Large Language ModelLogical Reasoning

PCRLLM: Proof-Carrying Reasoning with Large Language Models under Stepwise Logical Constraints

2025-11-11 · Tangrui Li, Pei Wang, Hongzheng Wang Christian Hahm, Matteo Spatola 외 arxiv

Large Language Models (LLMs) often exhibit limited logical coherence, mapping premises to conclusions without adherence to explicit inference rules. We propose Proof-Carrying Reasoning with LLMs (PCRLLM), a framework tha…

Multi-LogiEval: Towards Evaluating Multi-Step Logical Reasoning Ability of Large Language Models

2024-06-24 · Nisarg Patel, Mohith Kulkarni, Mihir Parmar, Aashna Budhiraja 외

As Large Language Models (LLMs) continue to exhibit remarkable performance in natural language understanding tasks, there is a crucial need to measure their ability for human-like multi-step logical reasoning. Existing l…

Logical ReasoningNatural Language Understanding