paper-with-me

Papers

CRISP: Complex Reasoning with Interpretable Step-based Plans

2025-07-09 · Matan Vetzler, Koren Lazar, Guy Uziel, Eran Hirsch, Ateret Anaby-Tavor, Leshem Choshen arxiv

Recent advancements in large language models (LLMs) underscore the need for stronger reasoning capabilities to solve complex problems effectively. While Chain-of-Thought (CoT) reasoning has been a step forward, it remains insufficient for many domains. A promising alternative is explicit high-level plan generation, but existing approaches largely assume that LLMs can produce effective plans through few-shot prompting alone, without additional training. In this work, we challenge this assumption and introduce CRISP (Complex Reasoning with Interpretable Step-based Plans), a multi-domain dataset of high-level plans for mathematical reasoning and code generation. The plans in CRISP are automatically generated and rigorously validated--both intrinsically, using an LLM as a judge, and extrinsically, by evaluating their impact on downstream task performance. We demonstrate that fine-tuning a small model on CRISP enables it to generate higher-quality plans than much larger models using few-shot prompting, while significantly outperforming Chain-of-Thought reasoning. Furthermore, our out-of-domain evaluation reveals that fine-tuning on one domain improves plan generation in the other, highlighting the generalizability of learned planning capabilities.

📄 PDF Abstract BibTeX arXiv:2507.08037

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical ReasoningCode Generation

Similar Papers 제목 키워드 기반

Interpretable neural architecture search and transfer learning for understanding CRISPR/Cas9 off-target enzymatic reactions

2023-05-18 · Zijun Zhang, Adam R. Lamson, Michael Shelley, Olga Troyanskaya

Finely-tuned enzymatic pathways control cellular processes, and their dysregulation can lead to disease. Creating predictive and interpretable models for these pathways is challenging because of the complexity of the pat…

Neural Architecture SearchTransfer Learning

The Robot's Inner Critic: Self-Refinement of Social Behaviors through VLM-based Replanning

2026-03-20 · Jiyu Lim, Youngwoo Yoon, Kwanghyun Park arxiv

Conventional robot social behavior generation has been limited in flexibility and autonomy, relying on predefined motions or human feedback. This study proposes CRISP (Critique-and-Replan for Interactive Social Presence)…

Reasoning on Graphs: Faithful and Interpretable Large Language Model Reasoning

2023-10-02 · Linhao Luo, Yuan-Fang Li, Gholamreza Haffari, Shirui Pan

Large language models (LLMs) have demonstrated impressive reasoning abilities in complex tasks. However, they lack up-to-date knowledge and experience hallucinations during reasoning, which can lead to incorrect reasonin…

Knowledge GraphsLanguage ModelingLanguage ModellingLarge Language Model+2

CRISP: Compressing Redundancy in Chain-of-Thought via Intrinsic Saliency Pruning

2026-04-19 · Yangsong Lan, Hongliang Dai, Piji Li arxiv

Long Chain-of-Thought (CoT) reasoning is pivotal for the success of recent reasoning models but suffers from high computational overhead and latency. While prior works attempt to compress CoT via external compressor, the…

iCLP: Large Language Model Reasoning with Implicit Cognition Latent Planning

2025-12-30 · Sijia Chen, Di Niu arxiv

Large language models (LLMs), when guided by explicit textual plans, can perform reliable step-by-step reasoning during problem-solving. However, generating accurate and effective textual plans remains challenging due to…

Mathematical ReasoningDomain GeneralizationCode Generation