README polish: double-blind wording, @misc citation, absolute repo links
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ Fine-tuned CTI-BERT models for extracting MITRE ATT&CK techniques from cyber thr
|
|
| 19 |
|
| 20 |
This is the **headline configuration on AnnoCTR** in the paper. The asymmetric-loss (ASL) variant regresses on this benchmark due to its low label density (mean 15.5 samples per class); BCE with `pos_weight` handles the rare classes more robustly.
|
| 21 |
|
| 22 |
-
> Anonymous artifact for
|
| 23 |
|
| 24 |
## Headline result
|
| 25 |
|
|
@@ -95,12 +95,11 @@ python inference_example.py
|
|
| 95 |
## Citation
|
| 96 |
|
| 97 |
```bibtex
|
| 98 |
-
@
|
| 99 |
title = {CASSANDRA: How Many Parameters Suffice to Automate TTP Extractions from CTI Reports---Pushing Towards the Lower Bound},
|
| 100 |
-
author = {Anonymous},
|
| 101 |
-
booktitle = {Proceedings of the 2026 ACM SIGSAC Conference on Computer and Communications Security (CCS)},
|
| 102 |
year = {2026},
|
| 103 |
-
note = {
|
| 104 |
}
|
| 105 |
```
|
| 106 |
|
|
|
|
| 19 |
|
| 20 |
This is the **headline configuration on AnnoCTR** in the paper. The asymmetric-loss (ASL) variant regresses on this benchmark due to its low label density (mean 15.5 samples per class); BCE with `pos_weight` handles the rare classes more robustly.
|
| 21 |
|
| 22 |
+
> Anonymous artifact for double-blind peer review. Author information will be added after the review period.
|
| 23 |
|
| 24 |
## Headline result
|
| 25 |
|
|
|
|
| 95 |
## Citation
|
| 96 |
|
| 97 |
```bibtex
|
| 98 |
+
@misc{cassandra2026,
|
| 99 |
title = {CASSANDRA: How Many Parameters Suffice to Automate TTP Extractions from CTI Reports---Pushing Towards the Lower Bound},
|
| 100 |
+
author = {{Anonymous Authors}},
|
|
|
|
| 101 |
year = {2026},
|
| 102 |
+
note = {Anonymous submission under review}
|
| 103 |
}
|
| 104 |
```
|
| 105 |
|