All gold-set labels are redistributed from upstream projects, both MIT-licensed.
They are copied verbatim (then loaded through bench/goldset/schema.py) so that
this benchmark stays reproducible even if upstream changes.
- Source: MinishLab/semble —
benchmarks/annotations/<repo>.json - License: MIT
- Format:
[{ "query", "relevant": [path...], "secondary": [path...], "category" }]wherecategory ∈ {semantic, architecture, symbol}. - Pinned to: the
revisionrecorded in semble'sbenchmarks/repos.jsonfor each repo (seebench/corpus.json→retrieval.sha). Labels are file-path-level.
- Source: tirth8205/code-review-graph —
code_review_graph/eval/configs/<repo>.yaml - License: MIT
- Contains:
test_commits(git-derived blast-radius ground truth),search_queries(query → expected qualified name),multi_hop_tasks(NL query → anchor + expected graph neighbors),entry_points. - Pinned to: the config's
commitfield (seebench/corpus.json→graph.sha).
semble and code-review-graph pinned each repo at different commits, so the
retrieval snapshot and the graph snapshot are cloned separately under
checkouts/<repo>@<sha>/. Each gold-set is only ever evaluated against its own
snapshot.