Views
No views yet
all-mpnet-base-v2sentence-transformers/all-mpnet-base-v2.| split | recall@1 | F1 | threshold | diag mean | off-diag mean |
|---|---|---|---|---|---|
| pretrained | 0.8142 | 0.3063 | 0.6441 | 0.5653 | 0.3167 |
| run_0 | 0.9514 | 0.9151 | 0.6778 | 0.8442 | 0.0089 |
| run_1 | 0.9564 | 0.9221 | 0.6777 | 0.8301 | -0.0012 |
| run_2 | 0.9539 | 0.9356 | 0.6818 | 0.8507 | -0.0019 |
| run_3 | 0.9564 | 0.9299 | 0.6863 | 0.8859 | 0.0112 |
| run_4 | 0.9564 | 0.9433 | 0.7022 | 0.9511 | 0.0012 |
1from transformers import AutoModel, AutoTokenizer
2tok = AutoTokenizer.from_pretrained("shaswatamitra/falcon-snort-dual-all-mpnet-base-v2", subfolder='rule')
3model = AutoModel.from_pretrained("shaswatamitra/falcon-snort-dual-all-mpnet-base-v2", subfolder='rule')rule/ (encodes SNORT rules) and cti/ (encodes CTI text) subfolders. Load each with subfolder=....1@article{mitra2025falcon,
2 title={FALCON: Autonomous Cyber Threat Intelligence Mining with LLMs for IDS Rule Generation},
3 author={Mitra, Shaswata and Bazarov, Azim and Duclos, Martin and Mittal, Sudip and Piplai, Aritran and Rahman, Md Rayhanur and Zieglar, Edward and Rahimi, Shahram},
4 journal={arXiv preprint arXiv:2508.18684},
5 year={2025}
6}