Update README.md
Browse files
README.md
CHANGED
@@ -36,7 +36,7 @@ configs:
|
|
36 |
|
37 |
This is a multi-region infilling version of the [C++ translation of HumanEval](https://huggingface.co/datasets/zai-org/humaneval-x). It was generated by randomly removing between 1 and 3 spans from the canonical solution in the dataset.
|
38 |
|
39 |
-
This dataset was used for evaluation in the paper [Constrained Decoding of Diffusion LLMs
|
40 |
|
41 |
### Example Usage
|
42 |
|
|
|
36 |
|
37 |
This is a multi-region infilling version of the [C++ translation of HumanEval](https://huggingface.co/datasets/zai-org/humaneval-x). It was generated by randomly removing between 1 and 3 spans from the canonical solution in the dataset.
|
38 |
|
39 |
+
This dataset was used for evaluation in the paper [Constrained Decoding of Diffusion LLMs with Context-Free Grammars](https://arxiv.org/abs/2508.10111). You can find the corresponding evaluation code on [the project GitHub Repository](https://github.com/eth-sri/constrained-diffusion).
|
40 |
|
41 |
### Example Usage
|
42 |
|