This folder contains the reproducibility artifacts for the paper.
Paper source and PDF are stored separately in the Zenodo record.
Reproducibility files:
src/*.c- benchmark C source programsir/*.ll- generated LLVM IR baseline from the experimentresults/*.out- deterministic program outputsresults/metrics.csv- measured source/IR/binary sizes, token proxy counts, binary hashes, and outputsrun_experiment.sh- reruns the experiment in Linux/WSLtools/measure.c- C measurement tool
To reproduce locally on Ubuntu/WSL:
sudo apt update
sudo apt install -y build-essential clang llvm coreutils python3
bash run_experiment.sh
cat results/metrics.csvThe benchmark C source programs in src/ are licensed under the Apache License, Version 2.0. The full license text is provided in LICENSE.
License:
- The benchmark C source programs in
src/are licensed under the Apache License, Version 2.0. - See
LICENSEin thispl-entropy-binary-ai-benchmark/directory for the full license text. - The paper text is licensed separately according to the selected publication license.
The benchmark measurement tool is implemented in C.