Datasets:
add citation
Browse files
README.md
CHANGED
|
@@ -41,6 +41,10 @@ configs:
|
|
| 41 |
path: data/test-*
|
| 42 |
repository: https://github.com/Vipitis/shadertoys-dataset
|
| 43 |
license: other
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
---
|
| 45 |
|
| 46 |
## Links
|
|
@@ -68,6 +72,22 @@ Annotated with the following fields:
|
|
| 68 |
- function_frequency (int): occurances of this function (header+body) in the unfiltered dataset of 202k functions
|
| 69 |
- header_frequency (int): occurances of this header in the unfiltered dataset of 202k functions
|
| 70 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 71 |
|
| 72 |
## Usage
|
| 73 |
Exclusively used for a Function Completion benchmark, using the `model_inp` field and evaluated using the shadermatch metric.
|
|
|
|
| 41 |
path: data/test-*
|
| 42 |
repository: https://github.com/Vipitis/shadertoys-dataset
|
| 43 |
license: other
|
| 44 |
+
task_categories:
|
| 45 |
+
- text-generation
|
| 46 |
+
tags:
|
| 47 |
+
- code
|
| 48 |
---
|
| 49 |
|
| 50 |
## Links
|
|
|
|
| 72 |
- function_frequency (int): occurances of this function (header+body) in the unfiltered dataset of 202k functions
|
| 73 |
- header_frequency (int): occurances of this header in the unfiltered dataset of 202k functions
|
| 74 |
|
| 75 |
+
## Citation
|
| 76 |
+
Please cite the following when using or expanding upon this dataset.
|
| 77 |
+
```bibtex
|
| 78 |
+
@INPROCEEDINGS{11028297,
|
| 79 |
+
author={Kels, Jan and Dahou, Abdelhalim Hafedh and Mathiak, Brigitte},
|
| 80 |
+
booktitle={2025 IEEE/ACM International Workshop on Large Language Models for Code (LLM4Code)},
|
| 81 |
+
title={Evaluating Language Models for Computer Graphics Code Completion},
|
| 82 |
+
year={2025},
|
| 83 |
+
pages={96-103},
|
| 84 |
+
doi={10.1109/LLM4Code66737.2025.00017},
|
| 85 |
+
url={https://doi.org/10.1109/LLM4Code66737.2025.00017}
|
| 86 |
+
}
|
| 87 |
+
```
|
| 88 |
+
A recording of the presentation can be found on the [conference website](https://conf.researchr.org/details/icse-2025/llm4code-2025-papers/13/Evaluating-Language-Models-for-Computer-Graphics-Code-Completion).
|
| 89 |
+
|
| 90 |
+
|
| 91 |
|
| 92 |
## Usage
|
| 93 |
Exclusively used for a Function Completion benchmark, using the `model_inp` field and evaluated using the shadermatch metric.
|