OPERA: A Reinforcement Learning--Enhanced Orchestrated Planner-Executor Architecture for Reasoning-Oriented Multi-Hop Retrieval
Yu Liu, Yanbing Liu, Fangfang Yuan, Cong Cao, Youbang Sun, Kun Peng, Weizhuo Chen, Jianjun Li, and Zhiyuan Ma

TL;DR
OPERA is a new architecture that enhances multi-hop retrieval and reasoning by decomposing questions into sub-goals and using specialized modules, leading to improved performance on complex benchmarks.
Contribution
It introduces OPERA, a reasoning-driven retrieval framework with a goal planning module and a reason-execute module, along with a novel training method MAPGRPO.
Findings
OPERA outperforms existing methods on complex multi-hop benchmarks.
The MAPGRPO training method effectively trains the architecture.
OPERA's design improves reasoning and retrieval coupling in RAG systems.
Abstract
Recent advances in large language models (LLMs) and dense retrievers have driven significant progress in retrieval-augmented generation (RAG). However, existing approaches face significant challenges in complex reasoning-oriented multi-hop retrieval tasks: 1) Ineffective reasoning-oriented planning: Prior methods struggle to generate robust multi-step plans for complex queries, as rule-based decomposers perform poorly on out-of-template questions. 2) Suboptimal reasoning-driven retrieval: Related methods employ limited query reformulation, leading to iterative retrieval loops that often fail to locate golden documents. 3) Insufficient reasoning-guided filtering: Prevailing methods lack the fine-grained reasoning to effectively filter salient information from noisy results, hindering utilization of retrieved knowledge. Fundamentally, these limitations all stem from the weak coupling…
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.
Code & Models
Videos
