Commit
·
ed5eb76
1
Parent(s):
6795c9f
update README.md citation
Browse files
README.md
CHANGED
|
@@ -71,16 +71,13 @@ However, as this was a manual process, there might be duplicates or similar prob
|
|
| 71 |
If you found our work useful, please consider citing it:
|
| 72 |
|
| 73 |
```bib
|
| 74 |
-
@
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
version = {1.0.0},
|
| 83 |
-
doi = {10.5281/zenodo.15592407},
|
| 84 |
-
url = {https://doi.org/10.5281/zenodo.15592407},
|
| 85 |
}
|
| 86 |
```
|
|
|
|
| 71 |
If you found our work useful, please consider citing it:
|
| 72 |
|
| 73 |
```bib
|
| 74 |
+
@misc{michailidis2025cpbench,
|
| 75 |
+
title={CP-Bench: Evaluating Large Language Models for Constraint Modelling},
|
| 76 |
+
author={Kostis Michailidis and Dimos Tsouros and Tias Guns},
|
| 77 |
+
year={2025},
|
| 78 |
+
eprint={2506.06052},
|
| 79 |
+
archivePrefix={arXiv},
|
| 80 |
+
primaryClass={cs.AI},
|
| 81 |
+
url={https://arxiv.org/abs/2506.06052},
|
|
|
|
|
|
|
|
|
|
| 82 |
}
|
| 83 |
```
|