Link to the now-public source repository
Browse files
README.md
CHANGED
|
@@ -30,6 +30,10 @@ Reproduces the approach of Hossain, Altarawneh & Roberts, ["Leveraging LLMs and
|
|
| 30 |
ML for Smart Contract Vulnerability Detection"](https://arxiv.org/abs/2501.02229),
|
| 31 |
IEEE CCWC 2025, on a smaller public dataset.
|
| 32 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
## Usage
|
| 34 |
|
| 35 |
```python
|
|
|
|
| 30 |
ML for Smart Contract Vulnerability Detection"](https://arxiv.org/abs/2501.02229),
|
| 31 |
IEEE CCWC 2025, on a smaller public dataset.
|
| 32 |
|
| 33 |
+
**Code, training pipeline and full evaluation:** [github.com/Riicko-19/smart-contract-vuln-detector](https://github.com/Riicko-19/smart-contract-vuln-detector)
|
| 34 |
+
— including a 5-seed variance study, a label-contamination analysis, and an
|
| 35 |
+
adversarial out-of-distribution probe.
|
| 36 |
+
|
| 37 |
## Usage
|
| 38 |
|
| 39 |
```python
|