egor-bogomolov commited on
Commit
15262dd
·
verified ·
1 Parent(s): 4773457

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -111,6 +111,8 @@ configs:
111
 
112
  # REval: Reasoning Runtime Behavior of a Program with LLM
113
 
 
 
114
  REval is a benchmark for evaluating Large Language Models' ability to reason about the **runtime behavior** of Python programs.
115
 
116
  > **Reasoning Runtime Behavior of a Program with LLM: How Far Are We?**
 
111
 
112
  # REval: Reasoning Runtime Behavior of a Program with LLM
113
 
114
+ > **Disclaimer:** We are not the authors of the REval benchmark. This upload is a convenience repackaging of the original dataset with precomputed execution traces, variable states, and ground truth answers to make the benchmark easier to use programmatically. The original benchmark was created by Junkai Chen et al. and is available at [github.com/r-eval/REval](https://github.com/r-eval/REval/). Please cite the original paper if you use this data.
115
+
116
  REval is a benchmark for evaluating Large Language Models' ability to reason about the **runtime behavior** of Python programs.
117
 
118
  > **Reasoning Runtime Behavior of a Program with LLM: How Far Are We?**