AI RESEARCH

RASER: Recoverability-Aware Selective Escalation Router for Multi-Hop Question Answering

arXiv CS.AI

ArXi:2606.02488v1 Announce Type: new Multi-hop question-answering systems often use expensive retrieval on every question. They may decompose the question, run several retrieval rounds, or search through bridge entities before answering. All of these strategies rely on repeated LLM calls to rewrite or decompose the question, which increases extra token cost, and it is not fitting when the LLM budget is tight. However, our analysis shows that lots of multi-hop questions are already answered correctly by a single one-shot RAG, so running an extra retrieval on every question wastes the budget. We