Papers › GraphRareBench: An Auditable Graph-Evidence Benchmark for Phenotype-Driven...

GraphRareBench: An Auditable Graph-Evidence Benchmark for Phenotype-Driven Rare-Disease Diagnosis

27 Jul 2026arXiv:2607.24878added by Syntology

Guiling Guo, Jia Yang, Jiahao Xu, Shuyuan Zheng, Zhonghai Sun, Qiyuan Li

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Phenotype-driven diagnostic benchmarks usually report the rank of the reference disease, but they rarely reveal which plausible alternatives are ranked above it or what evidence a tool-using model examines before making its decision. We introduce GraphRareBench, a provenance-preserving benchmark containing 2,365 ontology-derived cases and 18,093 target-confounder pairs. Each case includes a coarsened HPO query, a fixed candidate pool, graph-defined hard confounders, and source-linked evidence records. On the 237-case gene-component-disjoint test split, supervised rankers using a shared 21-feature interface achieved MRRs ranging from 0.640 to 0.740 and case-averaged target-over-confounder accuracies ranging from 0.898 to 0.916. Agents instantiated with Agents-A1 and DeepSeek-V4-Flash achieved MRRs of 0.746 and 0.718, respectively. Their paired MRR difference was not statistically significant, whereas their target-evidence coverage differed by 0.561. Together with the observation that 22.1% to 43.7% of selected Hit@10 successes still ranked at least one graph-defined hard confounder above the target, these results indicate that full-pool retrieval, hard-confounder discrimination, and observable evidence access capture complementary aspects of model behavior. GraphRareBench therefore provides a foundation for more transparent and evidence-aware evaluation of phenotype-driven diagnostic systems. Code and data are available at https://github.com/GUI0609/GraphRareBench.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2607.24878")

Code

Syntology Ran 9 of 13 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 9 ran with no contract checked.

By repository: found in paper text by Syntology: 13 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

GUI0609/GraphRareBench found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 9 ran; 0 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

9ran
4unverified

Licence: 0 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from GUI0609/GraphRareBench. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

candidate_number_to_id GUI0609/GraphRareBench/src/graphrarebench/agent_audit.py found in paper text by Syntology ran MIT (permissive) · 60389d0470fe623d · report
case_file GUI0609/GraphRareBench/src/graphrarebench/config.py found in paper text by Syntology ran MIT (permissive) · 25aa7fbf49982aeb · report
expected_counts GUI0609/GraphRareBench/src/graphrarebench/config.py found in paper text by Syntology ran MIT (permissive) · 7ce76a566a2659f4 · report
final_ranking_ids GUI0609/GraphRareBench/src/graphrarebench/agent_audit.py found in paper text by Syntology ran MIT (permissive) · b2b0606439b71a4a · report
hard_confounders GUI0609/GraphRareBench/src/graphrarebench/io.py found in paper text by Syntology ran MIT (permissive) · 19e5e123ffec6059 · report
load_cases GUI0609/GraphRareBench/src/graphrarebench/io.py found in paper text by Syntology ran MIT (permissive) · 799b98203edcd04d · report
load_rankings GUI0609/GraphRareBench/src/graphrarebench/metrics.py found in paper text by Syntology ran MIT (permissive) · f7d1a5663860bfe0 · report
load_release_config GUI0609/GraphRareBench/src/graphrarebench/config.py found in paper text by Syntology ran MIT (permissive) · bb685ff3989ca390 · report
target_id GUI0609/GraphRareBench/src/graphrarebench/io.py found in paper text by Syntology ran MIT (permissive) · 3ba8257710b51110 · report
bootstrap_metrics GUI0609/GraphRareBench/src/graphrarebench/metrics.py found in paper text by Syntology unverified MIT (permissive) · bcc444ed5ce24571 · report
evaluate_rankings GUI0609/GraphRareBench/src/graphrarebench/metrics.py found in paper text by Syntology unverified MIT (permissive) · 8a2e077fe20eb947 · report
load_agent_rows GUI0609/GraphRareBench/src/graphrarebench/agent_audit.py found in paper text by Syntology unverified MIT (permissive) · 1b502407589eed41 · report
validate_dataset GUI0609/GraphRareBench/src/graphrarebench/validate.py found in paper text by Syntology unverified MIT (permissive) · 76e309b5734d83ce · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2607.24878, was issued in July 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections