Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
code
Size:
10K - 100K
ArXiv:
DOI:
License:
Add `How to Cite` to the README
Browse filesAdds how to cite subheading to the Readme, and links to it in the table of contents.
README.md
CHANGED
|
@@ -27,6 +27,7 @@ task_ids: []
|
|
| 27 |
- [Data Fields](#data-fields)
|
| 28 |
- [Dataset Size](#dataset-size)
|
| 29 |
- [Licensing](#licensing)
|
|
|
|
| 30 |
|
| 31 |
## Dataset Description
|
| 32 |
|
|
@@ -157,4 +158,17 @@ The curation of these modules is licensed under a CC-BY-4.0 license.
|
|
| 157 |
|
| 158 |
1. Aiden Grossman (amgrossman@ucdavis.edu)
|
| 159 |
2. Ludger Paehler (paehlerludger@gmail.com)
|
| 160 |
-
3. Johannes Doerfert (doerfert1@llnl.gov)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
- [Data Fields](#data-fields)
|
| 28 |
- [Dataset Size](#dataset-size)
|
| 29 |
- [Licensing](#licensing)
|
| 30 |
+
- [How to Cite](#how-to-cite)
|
| 31 |
|
| 32 |
## Dataset Description
|
| 33 |
|
|
|
|
| 158 |
|
| 159 |
1. Aiden Grossman (amgrossman@ucdavis.edu)
|
| 160 |
2. Ludger Paehler (paehlerludger@gmail.com)
|
| 161 |
+
3. Johannes Doerfert (doerfert1@llnl.gov)
|
| 162 |
+
|
| 163 |
+
## How to Cite
|
| 164 |
+
|
| 165 |
+
Please cite the dataset in the following format:
|
| 166 |
+
|
| 167 |
+
```bibtex
|
| 168 |
+
@article{grossman2023compile,
|
| 169 |
+
title={ComPile: A Large IR Dataset from Production Sources},
|
| 170 |
+
author={Grossman, Aiden and Paehler, Ludger and Parasyris, Konstantinos and Ben-Nun, Tal and Hegna, Jacob and Moses, William and Diaz, Jose M Monsalve and Trofin, Mircea and Doerfert, Johannes},
|
| 171 |
+
journal={arXiv preprint arXiv:2309.15432},
|
| 172 |
+
year={2023}
|
| 173 |
+
}
|
| 174 |
+
```
|