-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
42dcdce
commit 107c865
Showing
3 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# A\*PA evals | ||
|
||
This directory contains the evals for the A\*PA 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 `make download_results` to download and extract the `results.zip` from the | ||
[`astarpa-evals` release](https://github.com/pairwise-alignment/pa-bench/releases/tag/astarpa-evals) on github. | ||
- Alternatively, `make run` reruns all experiments locally, but be aware that | ||
this takes a long time (1-2 days). You could make things faster by running | ||
more in parallel (add e.g. `-j 5` to the `run` rule in `makefile`), or by | ||
lowering the number of sequences tested (e.g. lower `total_size` in `experiments/*.yaml`). | ||
- `evals.ipynb` contains all plots and other statistics presented in the paper | ||
from the `results/*.json` files generated by one of the two steps above. The | ||
version in the repo should correspond to the latest executed version and include all plots. | ||
|
||
note: the git history of the `evals.ipynb` file has been squashed to reduce the | ||
size of the repo. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters