Update README.md
Browse files
README.md
CHANGED
|
@@ -125,14 +125,14 @@ trainer = SFTTrainer(
|
|
| 125 |
|
| 126 |
## Dataset Statistics
|
| 127 |
|
| 128 |
-
- **Total Protocols**: 49 protocols from SPORE + 18 protocols from Clark-Jacob library +
|
| 129 |
- **Protocol Families**: Includes variations, fixes, and modified versions of classic protocols
|
| 130 |
- **Average Length**: Varies from simple 3-message protocols to complex multi-party protocols
|
| 131 |
- **Language**: Formal protocol specification language
|
| 132 |
|
| 133 |
## Limitations
|
| 134 |
|
| 135 |
-
- The dataset is relatively small (
|
| 136 |
- Protocols are represented in a specific formal notation
|
| 137 |
- Does not include natural language descriptions or security proofs
|
| 138 |
|
|
|
|
| 125 |
|
| 126 |
## Dataset Statistics
|
| 127 |
|
| 128 |
+
- **Total Protocols**: 49 protocols from SPORE + 18 protocols from Clark-Jacob library + 16 protocols from AVISPA library + 6 protocols from AVANTSSAR library
|
| 129 |
- **Protocol Families**: Includes variations, fixes, and modified versions of classic protocols
|
| 130 |
- **Average Length**: Varies from simple 3-message protocols to complex multi-party protocols
|
| 131 |
- **Language**: Formal protocol specification language
|
| 132 |
|
| 133 |
## Limitations
|
| 134 |
|
| 135 |
+
- The dataset is relatively small (89 protocols)
|
| 136 |
- Protocols are represented in a specific formal notation
|
| 137 |
- Does not include natural language descriptions or security proofs
|
| 138 |
|