paper-with-me

Papers

DeltaLogic: Minimal Premise Edits Reveal Belief-Revision Failures in Logical Reasoning Models

2026-04-03 · Amit Dhanda arxiv

Reasoning benchmarks typically evaluate whether a model derives the correct answer from a fixed premise set, but they under-measure a closely related capability that matters in dynamic environments: belief revision under minimal evidence change. We introduce DeltaLogic, a benchmark transformation protocol that converts natural-language reasoning examples into short revision episodes. Each episode first asks for an initial conclusion under premises P, then applies a minimal edit δ(P), and finally asks whether the previous conclusion should remain stable or be revised. We instantiate DeltaLogic from FOLIO and ProofWriter and evaluate small causal language models with constrained label scoring. On a completed 30-episode Qwen evaluation subset, stronger initial reasoning still does not imply stronger revision behavior: Qwen3-1.7B reaches 0.667 initial accuracy but only 0.467 revision accuracy, with inertia rising to 0.600 on episodes where the gold label should change, while Qwen3-0.6B collapses into near universal abstention. There, Qwen3-4B preserves the same inertial failure pattern (0.650 initial, 0.450 revised, 0.600 inertia), whereas Phi-4-mini-instruct is substantially stronger (0.950 initial, 0.850 revised) but still exhibits non-trivial abstention and control instability. These results suggest that logical competence under fixed premises does not imply disciplined belief revision after local evidence edits. DeltaLogic therefore targets a distinct and practically important reasoning capability that complements existing logical inference and belief-updating benchmarks.

📄 PDF Abstract BibTeX arXiv:2604.02733

Code (0)

등록된 구현이 없습니다.

Tasks

Logical Reasoning

Similar Papers 제목 키워드 기반

MorphNLI: A Stepwise Approach to Natural Language Inference Using Text Morphing

2025-02-13 · Vlad Andrei Negru, Robert Vacareanu, Camelia Lemnaru, Mihai Surdeanu 외

We introduce MorphNLI, a modular step-by-step approach to natural language inference (NLI). When classifying the premise-hypothesis pairs into {entailment, contradiction, neutral}, we use a language model to generate the…

Language ModelingLanguage ModellingMORPHNatural Language Inference

TECCI: Tricky Edits of Collected and Curated Images

2026-05-31 · Aishwarya Agrawal, Roy Hirsch, Yasumasa Onoe, Sherry Ben 외 arxiv

Despite tremendous recent progress, current text-guided image editing methods still struggle with many aspects of editing involving instruction following, minimally editing the source image, and ensuring high visual qual…

Instruction FollowingImage Editing

Entailer: Answering Questions with Faithful and Truthful Chains of Reasoning

2022-10-21 · Oyvind Tafjord, Bhavana Dalvi Mishra, Peter Clark

Our goal is a question-answering (QA) system that can show how its answers are implied by its own internal beliefs via a systematic chain of reasoning. Such a capability would allow better understanding of why a model pr…

Question Answering

How Far Can Prompting Go for Minimal-Edit Ukrainian Grammatical Error Correction?

2026-06-08 · Kateryna Karpo, Artem Chernodub arxiv

Fine-tuned Large Language Models (LLMs) dominate in Ukrainian grammatical error correction (GEC), while API-accessed LLMs remain nearly untested on minimal-edit benchmarks. We evaluate 11 commercial LLMs from four provid…

Grammatical Error Correction

Reducing Belief Deviation in Reinforcement Learning for Active Reasoning

2025-10-14 · Deyu Zou, Yongqiang Chen, Jianxiang Wang, Haochen Yang 외 arxiv

Active reasoning requires large language model (LLM) agents to interact with external sources and strategically gather information to solve problems in multiple turns. Central to this process is belief tracking: maintain…

Reinforcement Learning