{"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-2609-00513","title":"ISO-RAG: Isoperimetric Noise Control for Retrieval-Augmented Generation","arxiv_id":"2609.00513","date":"2026-09-01","proceeding":null,"authors":["Siyuan Zhang","Hanchen Wang","Dong Wen","Ying Zhang","Wenjie Zhang"],"abstract":"Retrieval-Augmented Generation (RAG) mitigates large language models (LLMs) hallucinations, yet conventional dense retrieval struggles with the complex reasoning paths of multi-hop question answering (QA). Graph-based RAG captures multi-step relationships but suffers from severe semantic drift and high online latency due to noisy global graph traversals. Thus, we propose ISO-RAG (ISOperimetric Retrieval-Augmented Generation), a geometry-aware RAG framework. By projecting the underlying knowledge graph into a hyperbolic Poincare ball to precompute node-wise isoperimetric profiles, ISO-RAG prunes spurious edges during retrieval, restricting the search space to a strictly localized subgraph. This topological purification regulates Personalized PageRank (PPR) diffusion driving the retrieval process, ensuring exact and low-latency convergence. Experiments on multi-hop QA benchmarks demonstrate that ISO-RAG outperforms state-of-the-art baselines by average absolute gains of 10.0% in retrieval recall and 4.3% in downstream exact match, achieving a superior accuracy-efficiency trade-off by fundamentally eliminating the latency bottleneck of global traversals. Our source code is available at https://github.com/ZaiizaiZHANG/ISO-RAG.","url_abs":"https://arxiv.org/abs/2609.00513","url_pdf":"https://arxiv.org/pdf/2609.00513","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":{"atlas_url":"https://app.syntology.ai/?focus=2609.00513","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2609.00513"}},"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/ZaiizaiZHANG/ISO-RAG","reach":{"status":"ok"}}],"summary":{"unverified":16},"by_repo_kind":{"found_in_text":{"samples":16,"ran":0,"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":16,"samples":[{"code_sha256_prefix":"156e93a352d44b99","entry":"build_communities","repo":"ZaiizaiZHANG/ISO-RAG","repo_kind":"found_in_text","path":"baseline_lightrag.py","file_url":"https://github.com/ZaiizaiZHANG/ISO-RAG/blob/HEAD/baseline_lightrag.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"156e93a352d44b99"}},{"code_sha256_prefix":"413150689d84bd14","entry":"evaluate_retrieved_nodes","repo":"ZaiizaiZHANG/ISO-RAG","repo_kind":"found_in_text","path":"ablate_isorag_components.py","file_url":"https://github.com/ZaiizaiZHANG/ISO-RAG/blob/HEAD/ablate_isorag_components.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"413150689d84bd14"}},{"code_sha256_prefix":"66804d06fa601b9c","entry":"exact_match_score","repo":"ZaiizaiZHANG/ISO-RAG","repo_kind":"found_in_text","path":"analyze_predictions.py","file_url":"https://github.com/ZaiizaiZHANG/ISO-RAG/blob/HEAD/analyze_predictions.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"66804d06fa601b9c"}},{"code_sha256_prefix":"209e457134cf7e77","entry":"exact_match_score","repo":"ZaiizaiZHANG/ISO-RAG","repo_kind":"found_in_text","path":"analyze_retrieval_qa_transfer.py","file_url":"https://github.com/ZaiizaiZHANG/ISO-RAG/blob/HEAD/analyze_retrieval_qa_transfer.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"209e457134cf7e77"}},{"code_sha256_prefix":"6666d2397110c519","entry":"f1_score","repo":"ZaiizaiZHANG/ISO-RAG","repo_kind":"found_in_text","path":"analyze_predictions.py","file_url":"https://github.com/ZaiizaiZHANG/ISO-RAG/blob/HEAD/analyze_predictions.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"6666d2397110c519"}},{"code_sha256_prefix":"04e609efd10e1c78","entry":"f1_score","repo":"ZaiizaiZHANG/ISO-RAG","repo_kind":"found_in_text","path":"analyze_retrieval_qa_transfer.py","file_url":"https://github.com/ZaiizaiZHANG/ISO-RAG/blob/HEAD/analyze_retrieval_qa_transfer.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"04e609efd10e1c78"}},{"code_sha256_prefix":"2fef14e16642f6be","entry":"fuse_dense_hyperbolic_ppr_scores","repo":"ZaiizaiZHANG/ISO-RAG","repo_kind":"found_in_text","path":"baseline_hyperbolicgraphrag.py","file_url":"https://github.com/ZaiizaiZHANG/ISO-RAG/blob/HEAD/baseline_hyperbolicgraphrag.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"2fef14e16642f6be"}},{"code_sha256_prefix":"2c2842c96d705319","entry":"minmax_normalize_tensor","repo":"ZaiizaiZHANG/ISO-RAG","repo_kind":"found_in_text","path":"baseline_hyperbolicgraphrag.py","file_url":"https://github.com/ZaiizaiZHANG/ISO-RAG/blob/HEAD/baseline_hyperbolicgraphrag.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"2c2842c96d705319"}},{"code_sha256_prefix":"0d2dc85735d18403","entry":"normalize_answer","repo":"ZaiizaiZHANG/ISO-RAG","repo_kind":"found_in_text","path":"analyze_predictions.py","file_url":"https://github.com/ZaiizaiZHANG/ISO-RAG/blob/HEAD/analyze_predictions.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"0d2dc85735d18403"}},{"code_sha256_prefix":"1691191d75c4338c","entry":"normalize_answer","repo":"ZaiizaiZHANG/ISO-RAG","repo_kind":"found_in_text","path":"analyze_retrieval_qa_transfer.py","file_url":"https://github.com/ZaiizaiZHANG/ISO-RAG/blob/HEAD/analyze_retrieval_qa_transfer.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"1691191d75c4338c"}},{"code_sha256_prefix":"e2e40ad5d47c4da0","entry":"normalize_seed_weights","repo":"ZaiizaiZHANG/ISO-RAG","repo_kind":"found_in_text","path":"ablate_isorag_components.py","file_url":"https://github.com/ZaiizaiZHANG/ISO-RAG/blob/HEAD/ablate_isorag_components.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e2e40ad5d47c4da0"}},{"code_sha256_prefix":"46d87dc31715ec27","entry":"poincare_distance","repo":"ZaiizaiZHANG/ISO-RAG","repo_kind":"found_in_text","path":"hyperbolic_modules.py","file_url":"https://github.com/ZaiizaiZHANG/ISO-RAG/blob/HEAD/hyperbolic_modules.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"46d87dc31715ec27"}},{"code_sha256_prefix":"d15c6d85a929cac4","entry":"rank_graph_only","repo":"ZaiizaiZHANG/ISO-RAG","repo_kind":"found_in_text","path":"ablate_isorag_components.py","file_url":"https://github.com/ZaiizaiZHANG/ISO-RAG/blob/HEAD/ablate_isorag_components.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d15c6d85a929cac4"}},{"code_sha256_prefix":"94b549e5fe6d538e","entry":"resolve_projector_checkpoint_config","repo":"ZaiizaiZHANG/ISO-RAG","repo_kind":"found_in_text","path":"baseline_hyperbolicgraphrag.py","file_url":"https://github.com/ZaiizaiZHANG/ISO-RAG/blob/HEAD/baseline_hyperbolicgraphrag.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"94b549e5fe6d538e"}},{"code_sha256_prefix":"143a1472cbe57962","entry":"select_global_ranked_nodes","repo":"ZaiizaiZHANG/ISO-RAG","repo_kind":"found_in_text","path":"baseline_lightrag.py","file_url":"https://github.com/ZaiizaiZHANG/ISO-RAG/blob/HEAD/baseline_lightrag.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"143a1472cbe57962"}},{"code_sha256_prefix":"53c45fb5ebd7f5be","entry":"select_local_ranked_nodes","repo":"ZaiizaiZHANG/ISO-RAG","repo_kind":"found_in_text","path":"baseline_lightrag.py","file_url":"https://github.com/ZaiizaiZHANG/ISO-RAG/blob/HEAD/baseline_lightrag.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"53c45fb5ebd7f5be"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.AI","source":"arxiv_daily_20260902.json"},"syntology_extracted_results":{"kind":"leaderboard_placements","source":"Syntology's leaderboard-shaped extractor over the paper's own arXiv-HTML tables: a model pointed at a cell, the number was read from that cell and checked against the board's metric, dataset, split and scale, and an independent check accepted the entry; not reviewed by the paper's authors or the archive's editors","extractor_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","verifier_model":null,"prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9581,"papers_checked":6264},"entries":[],"not_placed":{"boards":0,"rejected_by_independent_check":0,"refused_by_a_rule":0,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}