{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2604-22239","title":"Navigating Large-Scale Document Collections: MuDABench for Multi-Document Analytical QA","arxiv_id":"2604.22239","date":"2026-04-24","proceeding":null,"authors":["Zhanli Li","Yixuan Cao","Lvzhou Luo","Ping Luo"],"abstract":"This paper introduces the task of analytical question answering over large, semi-structured document collections. We present MuDABench, a benchmark for multi-document analytical QA, where questions require extracting and synthesizing information across numerous documents to perform quantitative analysis. Unlike existing multi-document QA benchmarks that typically require information from only a few documents with limited cross-document reasoning, MuDABench demands extensive inter-document analysis and aggregation. Constructed via distant supervision by leveraging document-level metadata and annotated financial databases, MuDABench comprises over 80,000 pages and 332 analytical QA instances. We also propose an evaluation protocol that measures final answer accuracy and uses intermediate-fact coverage as an auxiliary diagnostic signal for the reasoning process. Experiments reveal that standard RAG systems, which treat all documents as a flat retrieval pool, perform poorly. To address these limitations, we propose a multi-agent workflow that orchestrates planning, extraction, and code generation modules. While this approach substantially improves both process and outcome metrics, a significant gap remains compared to human expert performance. Our analysis identifies two primary bottlenecks: single-document information extraction accuracy and insufficient domain-specific knowledge in current systems. MuDABench is available at https://github.com/Zhanli-Li/MuDABench.","url_abs":"https://arxiv.org/abs/2604.22239","url_pdf":"https://arxiv.org/pdf/2604.22239","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=2604.22239","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2604.22239"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/Zhanli-Li/MuDABench","reach":null}],"summary":{"ran":6,"ran_draft_wrong":13,"ran_violates":2,"unverified":5},"by_repo_kind":{"found_in_text":{"samples":26,"ran":21,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"58cd26d69bca691d","entry":"DocQARecord","repo":"Zhanli-Li/MuDABench","repo_kind":"found_in_text","path":"agent/agent_runner.py","file_url":"https://github.com/Zhanli-Li/MuDABench/blob/HEAD/agent/agent_runner.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"58cd26d69bca691d"}},{"code_sha256_prefix":"39eaaef56c224774","entry":"ExtractorRegistry","repo":"Zhanli-Li/MuDABench","repo_kind":"found_in_text","path":"agent/agent_runner.py","file_url":"https://github.com/Zhanli-Li/MuDABench/blob/HEAD/agent/agent_runner.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"39eaaef56c224774"}},{"code_sha256_prefix":"814a75b8ec1ca439","entry":"LLMResponse","repo":"Zhanli-Li/MuDABench","repo_kind":"found_in_text","path":"agent/agent_runner.py","file_url":"https://github.com/Zhanli-Li/MuDABench/blob/HEAD/agent/agent_runner.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"814a75b8ec1ca439"}},{"code_sha256_prefix":"7083ff639bbbaa35","entry":"PromptTemplate","repo":"Zhanli-Li/MuDABench","repo_kind":"found_in_text","path":"agent/agent_runner.py","file_url":"https://github.com/Zhanli-Li/MuDABench/blob/HEAD/agent/agent_runner.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"7083ff639bbbaa35"}},{"code_sha256_prefix":"8179670b62c5ef66","entry":"RunLog","repo":"Zhanli-Li/MuDABench","repo_kind":"found_in_text","path":"agent/agent_runner.py","file_url":"https://github.com/Zhanli-Li/MuDABench/blob/HEAD/agent/agent_runner.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"8179670b62c5ef66"}},{"code_sha256_prefix":"dcf5d6dbc37366a4","entry":"StructuredLogger","repo":"Zhanli-Li/MuDABench","repo_kind":"found_in_text","path":"agent/agent_runner.py","file_url":"https://github.com/Zhanli-Li/MuDABench/blob/HEAD/agent/agent_runner.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"dcf5d6dbc37366a4"}},{"code_sha256_prefix":"067c2b0c9b8a1172","entry":"_execute_python_code","repo":"Zhanli-Li/MuDABench","repo_kind":"found_in_text","path":"agent/agent_runner.py","file_url":"https://github.com/Zhanli-Li/MuDABench/blob/HEAD/agent/agent_runner.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"067c2b0c9b8a1172"}},{"code_sha256_prefix":"14bc3048e73177d0","entry":"_guess_doc_id","repo":"Zhanli-Li/MuDABench","repo_kind":"found_in_text","path":"agent/agent_runner.py","file_url":"https://github.com/Zhanli-Li/MuDABench/blob/HEAD/agent/agent_runner.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"14bc3048e73177d0"}},{"code_sha256_prefix":"6422d17edb6287a6","entry":"_match_restriction_value","repo":"Zhanli-Li/MuDABench","repo_kind":"found_in_text","path":"agent/agent_runner.py","file_url":"https://github.com/Zhanli-Li/MuDABench/blob/HEAD/agent/agent_runner.py","link_basis":"first_harvest_node","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"6422d17edb6287a6"}},{"code_sha256_prefix":"6383424fe927625d","entry":"_normalize_for_hash","repo":"Zhanli-Li/MuDABench","repo_kind":"found_in_text","path":"agent/agent_runner.py","file_url":"https://github.com/Zhanli-Li/MuDABench/blob/HEAD/agent/agent_runner.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"6383424fe927625d"}},{"code_sha256_prefix":"aa9d78ea2f9ce79a","entry":"_redact","repo":"Zhanli-Li/MuDABench","repo_kind":"found_in_text","path":"agent/agent_runner.py","file_url":"https://github.com/Zhanli-Li/MuDABench/blob/HEAD/agent/agent_runner.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"aa9d78ea2f9ce79a"}},{"code_sha256_prefix":"c3dfe608b73c6159","entry":"_to_posix","repo":"Zhanli-Li/MuDABench","repo_kind":"found_in_text","path":"agent/agent_runner.py","file_url":"https://github.com/Zhanli-Li/MuDABench/blob/HEAD/agent/agent_runner.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"c3dfe608b73c6159"}},{"code_sha256_prefix":"58682eacd4f958ef","entry":"build_question_id","repo":"Zhanli-Li/MuDABench","repo_kind":"found_in_text","path":"agent/agent_runner.py","file_url":"https://github.com/Zhanli-Li/MuDABench/blob/HEAD/agent/agent_runner.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"58682eacd4f958ef"}},{"code_sha256_prefix":"5b43b0d8ca375888","entry":"clean_code","repo":"Zhanli-Li/MuDABench","repo_kind":"found_in_text","path":"agent/agent_runner.py","file_url":"https://github.com/Zhanli-Li/MuDABench/blob/HEAD/agent/agent_runner.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"5b43b0d8ca375888"}},{"code_sha256_prefix":"8d211f361659e3f9","entry":"extract_tag_content","repo":"Zhanli-Li/MuDABench","repo_kind":"found_in_text","path":"agent/agent_runner.py","file_url":"https://github.com/Zhanli-Li/MuDABench/blob/HEAD/agent/agent_runner.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"8d211f361659e3f9"}},{"code_sha256_prefix":"c6e31237e73bb6fe","entry":"find_brace_json","repo":"Zhanli-Li/MuDABench","repo_kind":"found_in_text","path":"agent/agent_runner.py","file_url":"https://github.com/Zhanli-Li/MuDABench/blob/HEAD/agent/agent_runner.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"c6e31237e73bb6fe"}},{"code_sha256_prefix":"e2b550ccc397bb00","entry":"is_valid_python_code","repo":"Zhanli-Li/MuDABench","repo_kind":"found_in_text","path":"agent/agent_runner.py","file_url":"https://github.com/Zhanli-Li/MuDABench/blob/HEAD/agent/agent_runner.py","link_basis":"first_harvest_node","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"e2b550ccc397bb00"}},{"code_sha256_prefix":"c06c9168b4af5105","entry":"repair_json_like","repo":"Zhanli-Li/MuDABench","repo_kind":"found_in_text","path":"agent/agent_runner.py","file_url":"https://github.com/Zhanli-Li/MuDABench/blob/HEAD/agent/agent_runner.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"c06c9168b4af5105"}},{"code_sha256_prefix":"d38392764827dbe4","entry":"resolve_question_id","repo":"Zhanli-Li/MuDABench","repo_kind":"found_in_text","path":"agent/agent_runner.py","file_url":"https://github.com/Zhanli-Li/MuDABench/blob/HEAD/agent/agent_runner.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d38392764827dbe4"}},{"code_sha256_prefix":"27f7f31226057a49","entry":"robust_parse_json","repo":"Zhanli-Li/MuDABench","repo_kind":"found_in_text","path":"agent/agent_runner.py","file_url":"https://github.com/Zhanli-Li/MuDABench/blob/HEAD/agent/agent_runner.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"27f7f31226057a49"}},{"code_sha256_prefix":"531accf8ba302721","entry":"safe_template_format","repo":"Zhanli-Li/MuDABench","repo_kind":"found_in_text","path":"agent/agent_runner.py","file_url":"https://github.com/Zhanli-Li/MuDABench/blob/HEAD/agent/agent_runner.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"531accf8ba302721"}},{"code_sha256_prefix":"bfeecb9b17f841a7","entry":"AsyncMutiDocAgent","repo":"Zhanli-Li/MuDABench","repo_kind":"found_in_text","path":"agent/agent_runner.py","file_url":"https://github.com/Zhanli-Li/MuDABench/blob/HEAD/agent/agent_runner.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"bfeecb9b17f841a7"}},{"code_sha256_prefix":"3d73678810ab717a","entry":"OpenRouter","repo":"Zhanli-Li/MuDABench","repo_kind":"found_in_text","path":"agent/agent_runner.py","file_url":"https://github.com/Zhanli-Li/MuDABench/blob/HEAD/agent/agent_runner.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"3d73678810ab717a"}},{"code_sha256_prefix":"b7d4a774bdb8e5b7","entry":"extract_json_from_code_fence","repo":"Zhanli-Li/MuDABench","repo_kind":"found_in_text","path":"agent/agent_runner.py","file_url":"https://github.com/Zhanli-Li/MuDABench/blob/HEAD/agent/agent_runner.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b7d4a774bdb8e5b7"}},{"code_sha256_prefix":"41d7561067299007","entry":"extract_python_code","repo":"Zhanli-Li/MuDABench","repo_kind":"found_in_text","path":"agent/agent_runner.py","file_url":"https://github.com/Zhanli-Li/MuDABench/blob/HEAD/agent/agent_runner.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"41d7561067299007"}},{"code_sha256_prefix":"74220594a73fb1a6","entry":"resolve_extractor","repo":"Zhanli-Li/MuDABench","repo_kind":"found_in_text","path":"agent/agent_runner.py","file_url":"https://github.com/Zhanli-Li/MuDABench/blob/HEAD/agent/agent_runner.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"74220594a73fb1a6"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.CL","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}