GGmorello commited on
Commit
e88a091
·
verified ·
1 Parent(s): a2ef5ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -25,6 +25,13 @@ size_categories:
25
 
26
  The DISL dataset features a collection of 514506 unique Solidity files that have been deployed to Ethereum mainnet. It caters to the need for a large and diverse dataset of real-world smart contracts. DISL serves as a resource for developing machine learning systems and for benchmarking software engineering tools designed for smart contracts.
27
 
 
 
 
 
 
 
 
28
  If you use DISL, please cite the following tech report:
29
 
30
  ```bibtex
@@ -39,7 +46,6 @@ If you use DISL, please cite the following tech report:
39
  ```
40
 
41
  - **Curated by:** Gabriele Morello
42
- - **License:** [MIT]
43
 
44
 
45
 
 
25
 
26
  The DISL dataset features a collection of 514506 unique Solidity files that have been deployed to Ethereum mainnet. It caters to the need for a large and diverse dataset of real-world smart contracts. DISL serves as a resource for developing machine learning systems and for benchmarking software engineering tools designed for smart contracts.
27
 
28
+ ## Content
29
+
30
+ It contains two subset:
31
+
32
+ * the *raw* subset has full contracts source code and it's not deduplicated, it has 3,298,271 entries
33
+ * the *decomposed* subset contains Solidity files, it's deduplicated using Jaccard similarity with a threshold of 0.9
34
+
35
  If you use DISL, please cite the following tech report:
36
 
37
  ```bibtex
 
46
  ```
47
 
48
  - **Curated by:** Gabriele Morello
 
49
 
50
 
51