paper-with-me

홈 › Papers

Deductive Additivity for Planning of Natural Language Proofs

2023-07-05 · Zayne Sprague, Kaj Bostrom, Swarat Chaudhuri, Greg Durrett

Current natural language systems designed for multi-step claim validation typically operate in two phases: retrieve a set of relevant premise statements using heuristics (planning), then generate novel conclusions from those statements using a large language model (deduction). The planning step often requires expensive Transformer operations and does not scale to arbitrary numbers of premise statements. In this paper, we investigate whether an efficient planning heuristic is possible via embedding spaces compatible with deductive reasoning. Specifically, we evaluate whether embedding spaces exhibit a property we call deductive additivity: the sum of premise statement embeddings should be close to embeddings of conclusions based on those premises. We explore multiple sources of off-the-shelf dense embeddings in addition to fine-tuned embeddings from GPT3 and sparse embeddings from BM25. We study embedding models both intrinsically, evaluating whether the property of deductive additivity holds, and extrinsically, using them to assist planning in natural language proof generation. Lastly, we create a dataset, Single-Step Reasoning Contrast (SSRC), to further probe performance on various reasoning types. Our findings suggest that while standard embedding methods frequently embed conclusions near the sums of their premises, they fall short of being effective heuristics and lack the ability to model certain categories of reasoning.

📄 PDF Abstract BibTeX arXiv:2307.02472

Code (1)

zayne-sprague/deductive_additivity_for_planning_of_natural_language_proofs 공식 구현 pytorch

Tasks

Language ModellingLarge Language ModelText Generation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
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…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Testing the General Deductive Reasoning Capacity of Large Language Models Using OOD Examples

2023-05-24 · NeurIPS 2023 11 · Abulhair Saparov, Richard Yuanzhe Pang, Vishakh Padmakumar, Nitish Joshi 외

Given the intractably large size of the space of proofs, any model that is capable of general deductive reasoning must generalize to proofs of greater complexity. Recent studies have shown that large language models (LLM…

Are Language Models Efficient Reasoners? A Perspective from Logic Programming

2025-10-29 · Andreas Opedal, Yanick Zengaffinen, Haruki Shirakami, Clemente Pasti 외 arxiv

Modern language models (LMs) exhibit strong deductive reasoning capabilities, yet standard evaluations emphasize correctness while overlooking a key aspect of reasoning: efficiency. In real-world reasoning scenarios, muc…

Chart Parsing Multimodal Grammars

2018-04-06 · Richard Moot

The short note describes the chart parser for multimodal type-logical grammars which has been developed in conjunction with the type-logical treebank for French. The chart parser presents an incomplete but fast implement…

Vocal Bursts Type Prediction

LangPro: Natural Language Theorem Prover

2017-08-30 · EMNLP 2017 9 · Lasha Abzianidze

LangPro is an automated theorem prover for natural language (https://github.com/kovvalsky/LangPro). Given a set of premises and a hypothesis, it is able to prove semantic relations between them. The prover is based on a …

Automated Theorem ProvingNatural Language Inference

One-shot Information Extraction from Document Images using Neuro-Deductive Program Synthesis

2019-06-06 · Vishal Sunder, Ashwin Srinivasan, Lovekesh Vig, Gautam Shroff 외

Our interest in this paper is in meeting a rapidly growing industrial demand for information extraction from images of documents such as invoices, bills, receipts etc. In practice users are able to provide a very small n…

Program Synthesis