Update README.md
Browse files
README.md
CHANGED
|
@@ -3221,6 +3221,23 @@ We develop **The Heap**, a new contamination-free multilingual code dataset comp
|
|
| 3221 |
|
| 3222 |
If you would like to have your data removed from the dataset, follow the instructions on [GitHub](https://github.com/AISE-TUDelft/The-Heap-opt-out).
|
| 3223 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3224 |
# Usage
|
| 3225 |
|
| 3226 |
Using the Datasets API, our dataset can be used as follows:
|
|
|
|
| 3221 |
|
| 3222 |
If you would like to have your data removed from the dataset, follow the instructions on [GitHub](https://github.com/AISE-TUDelft/The-Heap-opt-out).
|
| 3223 |
|
| 3224 |
+
# Citation
|
| 3225 |
+
If you use this dataset as part of your research please cite us:
|
| 3226 |
+
|
| 3227 |
+
```bibtex
|
| 3228 |
+
@INPROCEEDINGS {11052803,
|
| 3229 |
+
author = { Katzy, Jonathan and Popescu, Razvan Mihai and van Deursen, Arie and Izadi, Maliheh },
|
| 3230 |
+
booktitle = { 2025 IEEE/ACM Second International Conference on AI Foundation Models and Software Engineering (Forge) },
|
| 3231 |
+
title = {{ The Heap: A Contamination-Free Multilingual Code Dataset for Evaluating Large Language Models }},
|
| 3232 |
+
year = {2025},
|
| 3233 |
+
pages = {151-155},
|
| 3234 |
+
doi = {10.1109/Forge66646.2025.00025},
|
| 3235 |
+
url = {https://doi.ieeecomputersociety.org/10.1109/Forge66646.2025.00025},
|
| 3236 |
+
publisher = {IEEE Computer Society},
|
| 3237 |
+
address = {Los Alamitos, CA, USA},
|
| 3238 |
+
month =apr}
|
| 3239 |
+
```
|
| 3240 |
+
|
| 3241 |
# Usage
|
| 3242 |
|
| 3243 |
Using the Datasets API, our dataset can be used as follows:
|