This directory contains the evals for the A*PA2 paper.
experiments/
contains.yaml
files with experiment configurations, roughly corresponding to the plots in the paper. (Some.yaml
files are the source of multiple plots.)- Use
just download_results
to download and extract theresults.zip
from theastarpa2-evals
release on github. - Alternatively,
just release
reruns all experiments locally, but be aware that this takes a long time (~8 hours). You could make things faster by running more in parallel (add e.g.-j 5
to therun
rule inmakefile
), or by lowering the number of sequences tested (e.g. lowertotal_size
inexperiments/*.yaml
). evals.ipynb
contains all plots and other statistics presented in the paper from theresults/*.json
files generated by one of the two steps above.