Resprompt: Residual Connection Prompting Advances Multi-Step Reasoning in Large Language Models
Song Jiang, Zahra Shakeri, Aaron Chan, Maziar Sanjabi, Hamed Firooz,, Yinglong Xia, Bugra Akyildiz, Yizhou Sun, Jinchao Li, Qifan Wang, Asli, Celikyilmaz

TL;DR
This paper introduces Residual Connection Prompting (RESPROMPT), a novel method that enhances multi-step reasoning in large language models by reconstructing reasoning graphs within prompts, significantly improving accuracy especially on complex problems.
Contribution
RESPROMPT is the first prompting strategy to incorporate residual connections that explicitly model reasoning graphs, advancing multi-step reasoning capabilities in LLMs.
Findings
RESPROMPT improves reasoning accuracy by 12.5% on LLaMA-65B and 6.8% on LLaMA2-70B.
It outperforms standard CoT prompting on complex questions with five or more reasoning steps.
Extensive ablation studies identify effective ways to build residual connections.
Abstract
Chain-of-thought (CoT) prompting, which offers step-by-step problem-solving rationales, has impressively unlocked the reasoning potential of large language models (LLMs). Yet, the standard CoT is less effective in problems demanding multiple reasoning steps. This limitation arises from the complex reasoning process in multi-step problems: later stages often depend on the results of several steps earlier, not just the results of the immediately preceding step. Such complexities suggest the reasoning process is naturally represented as a graph. The almost linear and straightforward structure of CoT prompting, however, struggles to capture this complex reasoning graph. To address this challenge, we propose Residual Connection Prompting (RESPROMPT), a new prompting strategy that advances multi-step reasoning in LLMs. Our key idea is to reconstruct the reasoning graph within prompts. We…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Graph Neural Networks
MethodsResidual Connection
