CLMay 25, 2025

Self-Critique Guided Iterative Reasoning for Multi-hop Question Answering

arXiv:2505.19112v12 citationsh-index: 11Has CodeACL
Originality Highly original
AI Analysis

This addresses challenges in multi-hop reasoning for large language models, representing an incremental improvement with a novel method for a known bottleneck.

The paper tackles the problem of inaccurate retrieval and flawed intermediate reasoning in knowledge-intensive multi-hop question answering by proposing Self-Critique Guided Iterative Reasoning (SiGIR), which uses self-critique feedback to guide iterative reasoning, resulting in surpassing previous state-of-the-art by 8.6% on three datasets.

Although large language models (LLMs) have demonstrated remarkable reasoning capabilities, they still face challenges in knowledge-intensive multi-hop reasoning. Recent work explores iterative retrieval to address complex problems. However, the lack of intermediate guidance often results in inaccurate retrieval and flawed intermediate reasoning, leading to incorrect reasoning. To address these, we propose Self-Critique Guided Iterative Reasoning (SiGIR), which uses self-critique feedback to guide the iterative reasoning process. Specifically, through end-to-end training, we enable the model to iteratively address complex problems via question decomposition. Additionally, the model is able to self-evaluate its intermediate reasoning steps. During iterative reasoning, the model engages in branching exploration and employs self-evaluation to guide the selection of promising reasoning trajectories. Extensive experiments on three multi-hop reasoning datasets demonstrate the effectiveness of our proposed method, surpassing the previous SOTA by $8.6\%$. Furthermore, our thorough analysis offers insights for future research. Our code, data, and models are available at Github: https://github.com/zchuz/SiGIR-MHQA.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes