Skip to content

Commit 068dfdf

Browse files
committed
CLIO
1 parent 3311d72 commit 068dfdf

3 files changed

Lines changed: 23 additions & 11 deletions

File tree

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,17 @@ Apache-2.0. See [`defaultplusplus/LICENSE`](defaultplusplus/LICENSE).
144144

145145
## Citation
146146

147+
DEFault++ is unpublished research. If you use this code, please cite
148+
the repository directly:
149+
147150
```bibtex
148-
@inproceedings{jahan2026hierarchical,
149-
title={Hierarchical Fault Diagnosis with FPG-Based Explainability for Transformers},
150-
author={Jahan, Sigma and others},
151-
booktitle={NeurIPS},
152-
year={2026}
151+
@software{defaultplusplus,
152+
title = {{DEFault++}: Hierarchical Fault Diagnosis and Runtime Feature
153+
Extraction for HuggingFace Transformers},
154+
author = {Jahan, Sigma},
155+
year = {2026},
156+
url = {https://github.com/SigmaJahan/DEFaultplusplus-Transformer-Debugging},
157+
version = {0.2.0},
158+
note = {Software repository; manuscript in preparation.}
153159
}
154160
```

defaultplusplus/RESEARCH.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -681,11 +681,17 @@ reserved subpackages (`diagnosis/`, `processing/`, `pretrained/`,
681681

682682
Apache-2.0 (`LICENSE`).
683683

684+
DEFault++ is unpublished research. If you use this code, please cite
685+
the repository directly:
686+
684687
```bibtex
685-
@inproceedings{jahan2026hierarchical,
686-
title={Hierarchical Fault Diagnosis with FPG-Based Explainability for Transformers},
687-
author={Jahan, Sigma and others},
688-
booktitle={TBD},
689-
year={2026}
688+
@software{defaultplusplus,
689+
title = {{DEFault++}: Hierarchical Fault Diagnosis and Runtime Feature
690+
Extraction for HuggingFace Transformers},
691+
author = {Jahan, Sigma},
692+
year = {2026},
693+
url = {https://github.com/SigmaJahan/DEFaultplusplus-Transformer-Debugging},
694+
version = {0.2.0},
695+
note = {Software repository; manuscript in preparation.}
690696
}
691697
```

defaultplusplus/hierarchical_graph_category_rootcause/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ L_total = L_detect + alpha * L_category + lambda * L_rootcause + beta * L_contra
6060
| `losses.py` | Detection (weighted CE), category (CE), root-cause (CE), intra-family contrastive |
6161
| `train.py` | `load_data` (with killed-column merge), `train_one_fold`, `evaluate_one_fold`, `run_experiment` |
6262
| `evaluate.py` | Runs all 4 ablation variants, generates plots, saves JSON results |
63-
| `plotting.py` | NeurIPS-quality figures: training dynamics, confusion, ROC, explanation heatmaps |
63+
| `plotting.py` | Publication-quality figures: training dynamics, confusion, ROC, explanation heatmaps |
6464

6565
## Outputs
6666

0 commit comments

Comments
 (0)