Track: Track1; Team name: yeahkitory; Model: Bundle Neural Networks (BuNN)#319
Draft
yeahkitoryisgood wants to merge 22 commits into
Draft
Track: Track1; Team name: yeahkitory; Model: Bundle Neural Networks (BuNN)#319yeahkitoryisgood wants to merge 22 commits into
yeahkitoryisgood wants to merge 22 commits into
Conversation
Prasanna28Devadiga
pushed a commit
to Prasanna28Devadiga/TopoBench
that referenced
this pull request
May 17, 2026
Add the artefacts produced by running 2026_tdl_challenge/run_evaluation.ipynb
with MODEL_CONFIG="graph/conn_nsd":
outputs/conn_nsd_full/
results.json — 72 rows, 3 seeds × 12 cells × 2 tasks
heatmap_community_detection_accuracy.png — accuracy mean ± std heatmap
heatmap_triangle_mse_over_triangles.png — MSE / Σtriangles heatmap
OOD/ — 6 OOD-delta panels
OOD_{low,mid,high}_homophily__{community_detection,triangle_counting}.png
Convention mirrors the BuNN submission (PR geometric-intelligence#319), which uses
2026_tdl_challenge/outputs/bunn_full/. Files are force-added past the
.gitignore rule for the broader outputs/ directory.
Headline numbers (10-epoch budget; the spec explicitly does NOT reward
final performance):
- Community detection: mean test accuracy 0.075 across all 36 runs;
chance is 1/12 for the 12-community task. Per-seed range [0.04, 0.12].
- Triangle counting: mean test MSE / Σtriangles = 10.46 across all
36 runs.
These confirm the pipeline runs end-to-end on every grid cell with no
NaNs in metric fields that should be finite.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
2026_tdl_challenge/outputs/bunn_full/results.json.Validation
.venv\Scripts\python.exe -m ruff check topobench\nn\backbones\graph\bunn.py test\nn\backbones\graph\test_bunn.py-> passed.venv\Scripts\python.exe -m pytest test\nn\backbones\graph\test_bunn.py -q-> 59 passed.venv\Scripts\python.exe -m pytest test\nn\backbones\graph\test_bunn.py test\pipeline\test_pipeline.py -q-> 60 passed0.1034, triangle normalized MSE6.7543The full grid result above was generated before the invalid-input validation commits; the valid-input computation path is unchanged by these hardening patches.
Submission Info