Multi-Hop Question Answering: When Can Humans Help, and Where do They Struggle?
Jinyan Su, Claire Cardie, Jennifer Healey
TL;DR
The paper investigates how humans can effectively collaborate with AI in multi-hop QA by conducting a five-task study on the 2WikiMultiHopQA benchmark to dissect human performance across decomposition, retrieval, and synthesis. It finds that humans perform best on answer integration ($97.3\%$) and maintain strong accuracy on direct multi-hop and single-hop QA (around $80.2\%$ and $84.1\%$), but struggle to recognize when multiple steps are required ($67.9\%$) and to decompose complex queries ($78.2\%$). These results motivate hybrid QA workflows where AI handles complexity detection and adaptive retrieval while humans contribute decomposition and final synthesis, balancing speed, cost, and accuracy. Overall, the work highlights targeted human strengths and machine-guided supports as a path to more efficient, controllable retrieval-augmented QA.
Abstract
Multi-hop question answering is a challenging task for both large language models (LLMs) and humans, as it requires recognizing when multi-hop reasoning is needed, followed by reading comprehension, logical reasoning, and knowledge integration. To better understand how humans might collaborate effectively with AI, we evaluate the performance of crowd workers on these individual reasoning subtasks. We find that while humans excel at knowledge integration (97\% accuracy), they often fail to recognize when a question requires multi-hop reasoning (67\% accuracy). Participants perform reasonably well on both single-hop and multi-hop QA (84\% and 80\% accuracy, respectively), but frequently make semantic mistakes--for example, answering "when" an event happened when the question asked "where." These findings highlight the importance of designing AI systems that complement human strengths while compensating for common weaknesses.
