Blind unknown-K comparison
TGCM, DANet, MossFormer2, DECOMPOSE, OpenAI, and Gemini across K=2 through K=6.
Paper artifact
The artifact follows the current figure and table numbering used in the manuscript. Selected reviewer-ready notebooks are available now, while the remaining executable materials are being prepared for release.
Experiment index
Reviewer-ready notebooks are enabled for the Figure 4 LLM baseline, kill-chain coverage, zero-shot performance, DARPA robustness, unknown-K sensitivity, and embedding sensitivity. Main-paper and appendix table numbers below follow the current manuscript. Each enabled notebook starts with its environment and required evaluation assets and can be run independently of the other notebooks.
TGCM, DANet, MossFormer2, DECOMPOSE, OpenAI, and Gemini across K=2 through K=6.
Unique-technique ATT&CK tactic coverage for ATLAS, NODLINK, ProvCon, DARPA TC-E3, DARPA TC-E5, and CAPTure.
Five-seed TGCM and DANet evaluation on ATLAS, NODLINK, ProvCon, DARPA TC-E3, and naturally interleaved DARPA TC-E5.
Missing, confusion, and insertion perturbations over the complete DARPA TC-E5 evaluation grid.
Pooled single-host and multi-host evaluation using SFM, Zoomer, and TREC outputs.
Known-K versus Up-to-6 decoding from identical TGCM forward outputs.
Seven topic-encoder families, five seeds, and mixture levels K=2 through K=6 under fixed-slot evaluation.
Environment
conda env create -f environment.yml
conda env create -f 01_Figure04_Blind_Unknown_K/environment_decompose.yml
conda activate tgcm-review
python -m ipykernel install --user --name tgcm-review --display-name "TGCM reviewer"
jupyter lab