Datasets:

Modalities:
Text
Formats:
parquet
Languages:
code
ArXiv:
Tags:
DOI:
License:
boomanaiden154 commited on
Commit
a68aef4
1 Parent(s): 07f1e71

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -135,10 +135,25 @@ shows the size per language after license information is taken into account. The
135
  when both license constraints and deduplication are taken into account, which is what is included in the
136
  dataset.
137
 
 
 
 
 
 
 
 
 
 
 
138
  ## Licensing
139
 
140
  The individual modules within the dataset are subject to the licenses of the projects that they come from. License
141
  information is available in each row, including the SPDX license expression, the license files, and also a link to
142
  the package source where license information can be further validated.
143
 
144
- The curation of these modules is licensed under a CC-BY-4.0 license.
 
 
 
 
 
 
135
  when both license constraints and deduplication are taken into account, which is what is included in the
136
  dataset.
137
 
138
+ Note that the sizes displayed here are of the compressed bitcode representation rather
139
+ than textual IR. We see an expansion ratio of 2-5x, averaging around 4x when converting
140
+ from compressed bitcode to textual IR.
141
+
142
+ ## Dataset Construction
143
+
144
+ Exact details on how the dataset is constructed are available in
145
+ [our paper describing the dataset](https://arxiv.org/abs/2309.15432). The packages for
146
+ v1.0 of the dataset were downloaded and built on 1/12/24-1/13/24.
147
+
148
  ## Licensing
149
 
150
  The individual modules within the dataset are subject to the licenses of the projects that they come from. License
151
  information is available in each row, including the SPDX license expression, the license files, and also a link to
152
  the package source where license information can be further validated.
153
 
154
+ The curation of these modules is licensed under a CC-BY-4.0 license.
155
+
156
+ ## Contact Info
157
+
158
+ 1. Aiden Grossman (amgrossman@ucdavis.edu)
159
+ 2. Johannes Doerfert (doerfert1@llnl.gov)