README.md
May 8, 2026 ยท View on GitHub
Run
uv venv --python 3.12
.venv/bin/python -m pip install -r requirements.txt
.venv/bin/python src/critique_analyses.py
.venv/bin/python src/make_paper_figures.py
src/critique_analyses.py writes data/meta/critique.json.
Inputs
data/extracted_info.jsonldata/reported_numbers.jsonldata/cache/paper_lookups.jsondata/cache/text_features.jsondata/meta/critique.jsonsrc/aliases.pysrc/critique_analyses.pysrc/make_paper_figures.py