Unleashing Multi-Hop Reasoning Potential in Large Language Models through Repetition of Misordered Context
Sangwon Yu, Ik-hwan Kim, Jongyoon Song, Saehyung Lee, Junsung Park,, Sungroh Yoon

TL;DR
This paper introduces a simple method called context repetition (CoRe) to improve multi-hop reasoning in large language models by addressing the misordered context problem, significantly boosting performance and robustness.
Contribution
The paper proposes CoRe, a novel approach that repeats context prompts to enhance reasoning accuracy and mitigate order sensitivity in LLMs for multi-hop tasks.
Findings
F1 score improved by up to 30% on multi-hop QA tasks
Accuracy increased by up to 70% on synthetic tasks
Mitigates the 'lost-in-the-middle' problem in LLMs
Abstract
Multi-hop reasoning, which requires multi-step reasoning based on the supporting documents within a given context, remains challenging for large language models (LLMs). LLMs often struggle to filter out irrelevant documents within the context, and their performance is sensitive to the absolute position of supporting documents within that context. In this paper, we identify an additional challenge: LLMs' performance is also sensitive to the order, relative position, in which the supporting documents are presented. We refer to this as the misordered context problem. To address this issue, based on the theoretical approach, we propose a simple yet effective method called context repetition (CoRe), which involves prompting the model by repeatedly presenting the context. This ensures that certain contiguous reasoning segments within supporting documents are presented in the optimal order,…
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
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques
