Update README.md
Browse files
README.md
CHANGED
|
@@ -31,7 +31,7 @@ tags:
|
|
| 31 |
|
| 32 |
## 📌 Model Overview
|
| 33 |
|
| 34 |
-
**TriCoAlign-
|
| 35 |
|
| 36 |
Standard LLMs often suffer from **unstable reasoning behaviors** and **inconsistent decision outcomes** when analyzing network traffic (e.g., producing different labels for the same packet upon repeated inference). TriCoAlign addresses this by jointly aligning three complementary aspects in a cyclic manner:
|
| 37 |
1. **Format Alignment**: Enforces a structured `Question–Reasoning–Answer` output to decouple semantic roles.
|
|
@@ -53,7 +53,7 @@ This model transforms powerful but unstable LLM reasoning into reliable, deploya
|
|
| 53 |
Evaluated on standard NIDS benchmarks, TriCoAlign demonstrates superior accuracy and stability compared to baselines.
|
| 54 |
|
| 55 |
|
| 56 |
-
*> Note: Baseline numbers reflect the instability of raw LLMs as reported in the TriCoAlign paper. Our
|
| 57 |
|
| 58 |
## 💻 How to Use
|
| 59 |
|
|
|
|
| 31 |
|
| 32 |
## 📌 Model Overview
|
| 33 |
|
| 34 |
+
**TriCoAlign-0.5B** is a specialized Large Language Model fine-tuned from **Qwen2.5-0.5B** for **Network Intrusion Detection (NIDS)**. It implements the **TriCoAlign** framework proposed.
|
| 35 |
|
| 36 |
Standard LLMs often suffer from **unstable reasoning behaviors** and **inconsistent decision outcomes** when analyzing network traffic (e.g., producing different labels for the same packet upon repeated inference). TriCoAlign addresses this by jointly aligning three complementary aspects in a cyclic manner:
|
| 37 |
1. **Format Alignment**: Enforces a structured `Question–Reasoning–Answer` output to decouple semantic roles.
|
|
|
|
| 53 |
Evaluated on standard NIDS benchmarks, TriCoAlign demonstrates superior accuracy and stability compared to baselines.
|
| 54 |
|
| 55 |
|
| 56 |
+
*> Note: Baseline numbers reflect the instability of raw LLMs as reported in the TriCoAlign paper. Our 0.5B variant maintains comparable robustness with lower computational cost.*
|
| 57 |
|
| 58 |
## 💻 How to Use
|
| 59 |
|