CLIRMay 22, 2025

Two-way Evidence self-Alignment based Dual-Gated Reasoning Enhancement

arXiv:2505.16806v11 citationsh-index: 2Has Code
Originality Incremental advance
AI Analysis

This work addresses reasoning challenges in LLMs for tasks requiring complex knowledge integration, representing an incremental advancement in fine-tuning techniques.

The paper tackles the problem of knowledge-intensive multi-step reasoning in large language models by proposing a two-way evidence self-alignment and dual-gated reasoning enhancement framework, resulting in average improvements of 4% in exact match and 5% in F1 score over state-of-the-art methods.

Large language models (LLMs) encounter difficulties in knowledge-intensive multi-step reasoning (KIMSR) tasks. One challenge is how to effectively extract and represent rationale evidence. The current methods often extract semantically relevant but logically irrelevant evidence, resulting in flawed reasoning and inaccurate responses. We propose a two-way evidence self-alignment (TW-ESA) module, which utilizes the mutual alignment between strict reasoning and LLM reasoning to enhance its understanding of the causal logic of evidence, thereby addressing the first challenge. Another challenge is how to utilize the rationale evidence and LLM's intrinsic knowledge for accurate reasoning when the evidence contains uncertainty. We propose a dual-gated reasoning enhancement (DGR) module to gradually fuse useful knowledge of LLM within strict reasoning, which can enable the model to perform accurate reasoning by focusing on causal elements in the evidence and exhibit greater robustness. The two modules are collaboratively trained in a unified framework ESA-DGR. Extensive experiments on three diverse and challenging KIMSR datasets reveal that ESA-DGR significantly surpasses state-of-the-art LLM-based fine-tuning methods, with remarkable average improvements of 4% in exact match (EM) and 5% in F1 score. The implementation code is available at https://anonymous.4open.science/r/ESA-DGR-2BF8.

Foundations

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

Your Notes