Hi-Q: Hierarchical Evidence-guided Query Refinement for Multi-Hop Question Answering
Summary
Hi-Q is an evidence-conditioned framework that dynamically refines multi-hop queries into hierarchical trees based on corpus support signals, improving retrieval and answer accuracy in multi-hop question answering.
View Cached Full Text
Cached at: 09/02/26, 03:46 AM
Paper page - Hi-Q: Hierarchical Evidence-guided Query Refinement for Multi-Hop Question Answering
Source: https://huggingface.co/papers/2608.30468
Abstract
Hi-Q is an evidence-conditioned framework that dynamically refines multi-hop queries into hierarchical trees guided by corpus support signals, improving retrieval and answer accuracy without fixed graphs.
A central bottleneck in multi-hop Question Answering (QA) is that the granularity at which a question is expressed often differs from the granularity at which corpus evidence is retrievable. Existing methods address this mismatch by imposing fixed graph structures over the corpus, by iteratively reformulating the query, or by executing a generated program over it, but these strategies do not explicitly decide when a query unit is already supported by evidence and when it should be refined. We formulate this bottleneck asretrievable granularity discoveryand introduce Hi-Q, an evidence-conditioned framework forhierarchical query refinement. At each query node, aresolution operatortests whether retrieved evidence supports the current query unit; resolved nodes terminate, while unresolved nodes are expanded by adependency-preserving binary operatorand checked by asemantic coverage verifier. Hi-Q therefore grows aquery treewhose topology is determined by corpus support signals rather than by a fixed decomposition template or a pre-built graph. We evaluate Hi-Q on threemulti-hop QAbenchmarks, primarily underfull-corpus retrieval, where dependent evidence must be located among open-domain distractors rather than within a small annotated pool. In this setting Hi-Q reaches 52.3 EM and 64.0 F1 averaged over the three benchmarks, ahead of the iterative retrieval baseline IRCoT by 15.1 EM / 18.2 F1 on that same average, and ahead of the graph-based RAG baseline PropRAG by 11.5 EM / 12.0 F1 on MuSiQue-full, without corpus-wide graph construction. In the restricted supporting/distractor setting used by prior work, Hi-Q likewise attains the best accuracy, with 57.9 EM and 69.3 F1 on average, ahead of PropRAG by 5.6 EM / 3.9 F1 and IRCoT by 13.7 EM / 15.8 F1. The project page is available at https://hi-q-project.github.io/.
View arXiv pageView PDFProject pageAdd to collection
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2608.30468 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2608.30468 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2608.30468 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Ontology-Guided Evidence Path Inference for Multi-hop Knowledge Graph Question Answering
Proposes OPI, an ontology-guided framework for multi-hop knowledge graph question answering that leverages a relation-centric ontology graph for bidirectional retrieval and iterative refinement, achieving state-of-the-art results on multiple benchmarks.
HyCE-RAG: Hypergraph Chain-of-Evidence Retrieval-Augmented Generation for Explainable Multi-hop Question Answering
HyCE-RAG is a novel hypergraph-based retrieval-augmented generation framework for multi-hop question answering that constructs explicit evidence chains via confidence-aware heuristic search, outperforming standard RAG and graph-based RAG methods in accuracy, relevance, and faithfulness.
THOR: A Theta-Gamma Hierarchical Oscillatory Reasoning Framework for Multi-hop QA
THOR introduces a brain-inspired reasoning framework using theta-gamma hierarchical oscillation to mitigate attention decay and error accumulation in multi-hop question answering, achieving improved accuracy and robustness on benchmarks.
EviReform: Evidence-Guided Query Reformulation for Multi-Hop Graph Retrieval
EviReform 提出了一种证据引导的查询重写方法,用于多跳图检索,将检索请求的修订与证据聚合分离,并在 2WikiMultiHopQA、HotpotQA 和 MuSiQue 上超过了最强基线,分别提升了最多 5.59 Recall@5 和 4.50 F1。
DocTrace: Towards Traceable Long Document VQA via Hierarchical Evidence Graph Reasoning
The paper introduces DocTrace, a hierarchical framework for long document visual question answering that casts the task as explicit evidence graph reasoning. It achieves state-of-the-art results on three benchmarks while enabling traceable evidence provenance, outperforming Qwen3-VL-8B-Instruct by 11-14 points.