Q.L. Ye, Yan Wang, Chi Chen · Complex & Intelligent Systems 2026 · 2026
DOI: 10.1007/s40747-026-02520-z
Counts differ because each database indexes a different set of publications. We treat OpenAlex as the canonical count; Google Scholar is not shown (no API, and crawling it violates its ToS).
Retrieval-augmented question answering commonly constructs the final context by directly truncating an item-level candidate ranking, but this strategy does not explicitly control evidence redundancy, complementarity, or evidence-chain completeness. We propose MORSE ( M ulti- O bjective R etrieval S ubset E volution), a training-free post-retrieval method for selecting an evidence subset under a fixed context budget. MORSE constructs a question-adaptive search domain, organizes selected passages into functional core and support groups, and evaluates candidate subsets through three objectives: core-evidence quality, support complementarity, and package efficiency. NSGA-II searches for non-dominated evidence packages, while a conservative gate replaces the upstream ranking prefix only when protected quantities remain within predefined margins and at least one improvement is obtained. We evaluate MORSE on SQuAD v1.1, HotpotQA, and TriviaQA against direct Top-5 selection, cross-encoder reranking, MMR, submodular selection, and DPP. Compared with Top-5, MORSE yields higher mean F1 across all three datasets under both downstream QA models. In the SQuAD candidate source analysis, Hybrid+CE+MORSE obtains the strongest overall configuration, reaching 95.72 Recall and 88.54 MRR, with F1 scores of 69.96 for Qwen2.5:7B and 77.40 for Llama3.1:8B. The Hybrid Top-100 ablation identifies the core-quality pathway and conservative gate as the most influential components. Under the primary Top-100 setting, MORSE uses an average active search pool of 40.33 candidates and requires 120.76 ms per question. These results indicate that post-retrieval evidence-package optimization can complement upstream retrieval and reranking, particularly when useful complementary evidence remains distributed beyond the leading candidate prefix.
No comments yet — start the discussion below.